/*<group=General Styles>*/
{
	margin:0;
	padding:0;
}
body {
	text-align: center; /* To Make Content Centered */
	background: #f0f0f0;
	color: #000000;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
}

b, strong {

}

p {
	padding: 0 0 0 0;
	margin: 0 0 0.7em 0;
}

a {
	text-decoration: none;
	color: #2263a1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container { 
	width: 800px;
	margin: 5px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: #ffffff repeat-y left  url(../images/sidebar_bg.png);
}

#pageHeader {
	background: url(../images/header_bg_800.jpg) repeat-x;
	height: 84px;
	border-bottom: solid #aeaeae 1px;
}

#pageHeader img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

#pageHeader h1 {
	text-shadow: 0px 1px 2px #003f7d;
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
}

#pageHeader h2 {
	text-shadow: 0px 1px 2px #003f7d;
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}

#contentContainer {
}

#contentContainer #content {
	padding: 10px 10px 10px 15px;
}

#footer {
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	background: #ffffff;
	border: 1px solid #aeaeae;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/
	
/*<group=Toolbar>*/

/* Toolbar Styles */
#navigation {
	text-align: center;
	background: #e9e5de;
	margin-top: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#navigation a {
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

#navigation a:hover {
	background: #2263a1;
	color: #ffffff;
}

h1 {
font-size: 120%;
font_weight: bold;

}

h2 {

}

h3 {

}
	
/*</group>*/


