@charset "UTF-8";

td img {display: block;}body {
	background: #666666;
	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: #0D1E6C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	background-color: #1E3773;
	margin-top: 10px;
}
#apDiv1 {
	position:absolute;
	left:357px;
	top:7px;
	width:48px;
	height:13px;
	z-index:1;
}
.oneColFixCtr #mainContent {
	height: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: auto;
	margin: 0px;
	color: #1E3773;
	background-color: #1E3773;
}
.invizibleKeywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1E3773;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #1E3773;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 8px;
	background-color: #FFFFFF;
}
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: relative;
	z-index: 5;
	}

#menuh
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #0D1E6C;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #001250;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin: 0px;
	width: 12em;
	text-align: left;
	}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #1E3773;
	text-align: center;
	line-height: 14px;
	height: 100%;
	width: 100%;
}
	
	#menuh a.parentMedium, #menuh a.parentMedium:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin: 0px;
	width: 8em;
	text-align: left;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	height: 14px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
.smallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #525759;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
.smallWhiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #525759;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 8px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.bodyTextBlueLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E3773;
	margin: 0px;
	padding: 8px;
	text-decoration: underline;
}
.whiteCell {
	margin: 0px;
	background-color: #FFFFFF;
}
.bodyTextBoldBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1E6C;
	margin: 0px;
	padding: 8px;
	background-color: #FFFFFF;
	font-weight: bold;
	
}
.bodyTextBoldBlue:link {
	text-decoration: none;
}
.bodyTextBoldBlue:visited {
	text-decoration: none;
	
}
.bodyTextBoldBlue:hover {
	text-decoration: none;
	color: #000000;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 8px;
	background-color: #FFFFFF;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1E6C;
	background-color: #FFFFFF;
	font-weight: bold;
}
.tbl_boder {
	border: 1px solid #0D1E6C;
}
.h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	margin: 0px;
	font-weight:bold;
}
.h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	margin: 0px;
    font-weight:bold;
}
.h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F4CA5;
	margin: 0px;
	font-weight:bold;
}

.toplink {
	font-size: 11px;
	color: #FFFFFF;
	font-family:verdana;
	font-weight:normal;
}
.toplink:link {
	text-decoration: none;
}
.toplink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.toplink:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.toplink:active {
	text-decoration: none;
	color: #FFFFFF;
}
.toplink3 {
	font-size: 11px;
	color: #1E3773;
	font-family:verdana;
	font-weight:normal;
}
.toplink3:link {
	text-decoration: none;
}
.toplink3:visited {
	text-decoration: none;
	color: #1E3773;
}
.toplink3:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.toplink3:active {
	text-decoration: none;
	color: #1E3773;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(images/Blog-Location.gif);
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	font-weight:bold;
}
.brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999; 
	margin: 0px;
	font-weight:bold;
}

.head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999; 
	margin: 0px;
	font-weight:bold;
}
.bod-bottom
{
border-bottom:1px #101A49 solid;
}

.bod-top
{
border-top:1px #999999 solid;
}

.pad-left{padding-left:8px;}
.pad-right{padding-right:8px;}
.pad-top{padding-top:8px;}
.pad-bottom{padding-bottom:8px;}
