@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg_2.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_wbg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 160%;
	font-weight: bold;
	color: #111166;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	list-style-type: square;
	z-index: auto;
} 
#Side_Area_570 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 570px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}
#Side_Area_700 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 1040px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}

#Side_Area_400 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #111166;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 550px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
	z-index: auto;
}
#Side_Area_360 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #111166;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 360px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #header {
	padding: 0;
	margin-left: 1px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 1px solid #111166;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */

}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 145%;
	color: #222266;
	margin-left: 200px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	z-index: 1000;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.global_image_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	display: block;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C09;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #369;
}

#Copyright {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #06416C;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #06416C;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	} 
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
	}

.Sidebar_Links {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #111166;
	display: block;
	margin-right: 10px;
	margin-left: 26px;
	line-height: 160%;
	font-weight: normal;
	background-color: #EEF3FF;
}

.Sidebar_Links a:link {
	text-decoration: none;
	color: #111166;
	}
	
.Sidebar_Links a:visited {
	text-decoration: none;
	color: #666699;
	} 
	
	 
.Sidebar_Links a:hover {
	text-decoration: underline;
	color: #CC0000;
	}
	
.Sidebar_Links a:active {
	color: #600;
	text-decoration: underline;
	}


.BoxShot {
	float: right;
	height: 206px;
	width: 250px;
	padding-right: 6px;
	padding-left: 12px;
	overflow: visible;

}

body,td,th {
	font-size: 14pt;
	font-family: none;
	line-height: 120%;
	font-weight: bold;
	color: #111166;
}

.HotLink {
	color: #7676A7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: underline;
}

.SideBar_Header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #111166;
	display: block;
	background-image: url(../images/redmarker.gif);
	background-repeat: no-repeat;
	text-indent: 26px;
	background-position: 7px 22px;
	padding-top: 20px;
}
.Side_Text_Bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	font-variant: normal;
	padding-left: 5px;
	float: left;
	padding-top: 5px;
	color: #111166;
}
.Side_Text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	display: block;
	color: #111166;
}



.Body_Header1 {
	color: #111166;
	font-size: 14pt;
	line-height: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	z-index: 1040;
}

.Body_Header2 {
	color: #111166;
	font-size: 12pt;
	line-height: 120%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Top_img {
	display: block;
}
#white_img {
	float: left;
	left: 0px;
	position: relative;
}

.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.img_hor_repeat {
	background-repeat: repeat-x;
	background-color:#222266;
	margin:0px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #111166;
	border-top:1px solid #111166;

}

.img_right {
	margin: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FormElement {
	float: left;
	margin: 6px;
}

.form_class {
	background-color: #DAE3E9;
	padding: 6px;
}

.UnorderedList {
	background-image: url(../images/reddot1.png);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 24px;
}

.Imphasized {
	font-style: italic;
}
