html, body { 
    min-height: 100%; /*Sets the min height to the height of the viewport.*/ 
    height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. 
					This mis-behavior screws up modern browsers*/ 
} 

body {
	text-align:center;
	width: 100%; 
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg_mainV2.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #999999;
	 
}

#container {
	width: 994px;	
	text-align:left; 
	height: auto;
	margin:0 auto;
	padding: 0px;
	/* border:1px solid red; 
	background-color: #FFFFFF;*/
}

.mainHeader {
	margin: 0px;
	padding: 0px;
	width: 994px;
	height: 150px;
	background-color: #143363;
}

.site_using
{
	color: #fffff0;
	font-size: 11px;
	color: #717171;
	line-height: 12px;
	text-align: center;
}


h1.header
{
	padding:0;
	margin:0;
}

div.leftMenu
{
	float:left;
	width:145px;
	margin:0;
}

div.content
{
	margin-left:160px;
	padding:1em;
}

.copy {
	position: absolute;
	z-index: 0;
	background: transparent;
	margin-top: 129px;
	margin-left: 10px;
	margin-right: 20px;
	width: 750px;
	color : #434343;
	text-align: center;
	}

.copyPrint {
	position: absolute;
	z-index: 0;
	background: transparent;
	width: 750px;
	color : #434343;
}

.copyright{
	font-size: 11px;
	color: #717171;
	line-height: 12px;
	text-align: center;

}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0px 2px 2px 2px;
	/*clear: right;*/
}

.floatleft
{
	float: left;
	margin: 0 0 10px 10px;
	padding: 0px 2px 2px 2px;
	/*clear: right;*/
}

p { 
	line-height: 17px; 
	background-color: transparent;
	padding: 0 5px 10px 5px;
	margin: 0;
}

p.news { 
	line-height: 13px; 
	background-color: transparent;
	font-family: Verdana, Helvetica, serif;
	font-size: 10px;
	padding: 1px 28px 7px 5px;
	margin: 0;
}

p.newsHeader { 
	line-height: 13px; 
	background-color: transparent;
	padding: 1px 0px 2px 2px;
	margin: 0;
}

A  { color : #3C41BE; }

A:hover { color: #3C41BE; }

A.red  { color : #E20105; }

A.green { color : #6CA41E; }

A.green:hover { color: #717171; }

A.greenTwo { color : #13911C; }

A.ggray { color : #434343; }

A.ggray:hover { color: #000000; }

A.subnav{

	color : #3C41BE;
	font-size : 11px;
}

.headerPos {
	/*position: absolute;*/
	z-index: 0;
	background: transparent;
	/*margin-top: 114px;
	margin-left: 10px;*/
}
/*#require {
	z-index: 1; 
	top: 0px; 
	left: 0px; 
	visibility: visible;
	color : #434343;
}*/

.hFour {
	color: #164FA7;
	font-weight : bold;
}

TD {
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	color: #000000;
}

TD.one{
	background-color: #FCEFDA;
	font-weight:bold;
	font-size: 13px;
}

TD.two{
	background-color: #F6DBCE;
	font-weight:bold;
	font-size: 13px;
}

TD.three{
	background-color: #DCF6CE;
	font-weight: bold;
}

TD.four{
	background-color: #F1F1F1;
	font-weight: bold;
}

.textheader {
	/* background-color: #E5E5E5; */
	font-weight: bold;
	font-size: 14px;
	font-style: oblique;
}


.iframe_videos
{
	position: absolute;
	margin-top: 138px;
	margin-left: 18px;
	width: 230px;
	height: 170px;
	border: 1px solid #CCCCCC;
}

.iframe_videosContent
{
	position: absolute;
	margin-top: 150px;
	margin-left: 265px;
	width: 480px;
	height: 256px;
}


.VideoDisclaimer
{
	font-size: 10px;
	color: #717171;
}



/* THIS IS THE CSS FOR THE MENU SYSTEM */

/*#showcase {background:#cccccc;}
dl.menus_list dt {background:#cccccc; font-size:1.5em; margin:3px 0;}
#foot {background:#8fbc8f;}
dl.menus_list dd.nil {padding:0; margin:0;}*/

.menu {
margin-left: 10px;
margin-top: 10px;
height:150px;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* margin:0px 0 0px 0px; 
this page only */

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:145px;
background: #E5E5E5;
height:26px;
/* for IE7 */
float:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menusub ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:250px;
background: #E5E5E5;
height:26px;
/* for IE7 */
float:left;
}


/* style the list items */

.menu li {
background:#E5E5E5;
height:26px;
/* for IE7 */
float:left;
}

.menu li.sub {background:#E5E5E5 url(../images/sub.gif) no-repeat right center;}

/* get rid of the table */
.menu table 
{
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
background:#E5E5E5 url(../images/shade.gif);
z-index:100;
font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:145px;
color:#000;
text-indent:3px;
border:1px solid #AEAEAE;
border-width:0 0 1px 0;

}

/* style the links */
.menusub a, .menusub a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:250px;
color:#000;
text-indent:3px;
border:1px solid #AEAEAE;
border-width:0 0 1px 0;

}
/* style the links */
.menusub2 a, .menusub2 a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:3px;
border:1px solid #AEAEAE;
border-width:0 0 1px 0;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited 
/* style the link hover */
* html .menu a:hover {color:#0E5CDE; background:#F5F5F5; position:relative; }

.menu li:hover {position:relative; }

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#0E5CDE; background:#F5F5F5;}

/*.menu a:active, .menu a:focus {color:#efa; background:#aaf;}*/

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#0E5CDE; background:#F5F5F5; }

/*.menu li:hover > a {color:#efa; background:#aaf;}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:125px;
/* set up the overrun area */
padding:25px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/clear.gif);
/*width:200px; w\idth:250px;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menusub li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) 
left:230px;*/
/* set up the overrun area */
padding:25px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/clear.gif);
/*width:250px; w\idth:250px;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menusub2 li ul {
visibility:hidden;
/*position:absolute;*/
top:-39px;
/* set up the overlap (minus the overrun) 
left:530px;*/
/* set up the overrun area */
padding:25px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(images/clear.gif);
/*width:200px; w\idth:200px;*/
}




/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible; }


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden; 
}


/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible; 
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{
visibility:visible; 
}
