/*<group=General Styles>*/

body {
	background: #162A4D;
	color: #040E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	font-size: 0.75em;
	padding: 0;
}

p {
}

b, strong {
}

a.link, a.visited {
	color: #162A4D;
	text-decoration: none;
	outline:none;
}

a.hover, a.active {
	outline: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	background:	url(../images/content_bg_images/content_bg1.png) no-repeat bottom right #AAD3FF;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: relative;
}

#container2 { 
	background: #AAD3FF;
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 150px;
	background: url(../images/header_bg.png);
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

#pageHeader h1 {
	padding-left: 10px;
	padding-top: 4px;
	margin: 0;
	color: white;
	font-size: 3em;
	font-weight: bold;
	font: Arial Black;
	text-align: center;
}

#pageHeader h2 {
	padding-left: 10px;
	margin: 0;
	color: white;
	font-size: 1.3em;
	font-weight: normal;
	font: Arial;
	text-align: center;
}

#contentContainer2 {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
	position: relative;
	position: relative;
	margin-right: 0;
}

#contentContainer2 {
	padding-right: 40px;
	padding-left: 40px;
}

#contentContainer2 a {
	color: #162A4D;
	text-decoration: none;
	font-weight: bold;
}

#contentContainer2 a:hover {
	text-decoration: underline;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.75em;
	position: relative;
	position: relative;
	margin-left: 188px;
	margin-right: 0;
	border-left: 1px solid #162A4D;
}

#contentContainer a {
	color: #162A4D;
	text-decoration: none;
	font-weight: bold;
}

#contentContainer a:hover {
	text-decoration: underline;
	outline: none;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 42px;
}

#sidebarContainer {
	width: 188px;
	border-right: 1px solid #162A4D;
	float: left;
	line-height: 1.4em;
	position: relative;
}


#footer {
	height: 32px;
	background: repeat-x url(../images/footer_bg.png);
	display: block;
	clear: both;
	font-size: 0.75em;
	text-align: center;
	color: #AAD3FF;
}

#footer p {
	font-size: 1.2em;
	margin: 0;
	padding-top: 8px;
}

#footer a:link, #footer a:visited {
	color: #AAD3FF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: underline;
	outline: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	margin-bottom: 20px;
	border-bottom: 1px solid #040E1A;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background-color: #AAD3FF;
	line-height: 2.7em;
}

#navcontainer #current {
	color: #adfcff;
	background: url(../images/button_over.png);
}

#navcontainter a:active {
	outline: none;
}

#navcontainer a:hover {
	color: #adfcff;
	background: url(../images/button_over.png) repeat-x;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #adfcff;
	background: url(../images/button_over.png) repeat-x;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	height: 36px;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background: repeat-x url(../images/button_normal.png) left top;
}

#navcontainer a:hover a:active {
	color: #ffffff;
	background: url(../images/button_over.png) repeat-x;
	outline: none;
}

#navcontainer a:active {
	outline: none;
	border: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	color: #040E1A;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	color: #040E1A;
	outline: none;
}

#navcontainer ul ul a:hover {
	color: #040E1A;
	background: none;
	font-weight: bold;
}

#navcontainer ul ul a:active {
	outline: none;
}

#navcontainer ul ul #current{
	color: #040E1A;
	background: none;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	color: #898987;
	font-style: italic;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	background-color: #104D73;

	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/*</group>*/
