/* @charset "utf-8"; */
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
	background-image:url(/Global/Images/MasterPage/header_background_color.gif);
	background-repeat:repeat-x;
	height: 100%;
}

#header{	
	height:85px;
	background-color:#003366;
	background-image:url(/Global/Images/MasterPage/header_background.jpg);
	background-repeat:no-repeat;
	width: 100%;	
}

#header_left{
	height:55px;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
}

#header h1{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	height:35px;
	margin-top:10px;
}

/* Start Navigation Tabs Left */
#nav_tabs{
	margin-top:-7px;
	height:30px;
	overflow: hidden;
	white-space:nowrap;
}
/* End Navigation Tabs Left */

/* Start Navigation Text Right */
#nav_text{
	float:right;
	margin-right:30px;
	margin-top:10px;
	color:#FFFFFF;
	/*background color/left margin used when page is wrapped*/
	background-color:#003366; 
	margin-left:30px;
}

#nav_text a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

#nav_text a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#nav_text a:hover{
	text-decoration:none;

}
/* End Navigation Text Right */

#content{
	width:auto;
	margin:30px;
}