* html body {
	text-align: center;
}
body {
	text-align: center;
	margin: 0; 
	padding: 0;
	background-color: #ffffff;
}
body,div,p,blockquote,ol,ul,dl,li,dt,dd,td, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4 {
	padding-left:16px;
}

p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	 text-decoration: underline;
}

p, p a{
	font-size: 10px;
	color:#0b5f9c;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	text-decoration:none;
}


h1 {
	color:#080f66;
	background:url(../images/h1_bullet.gif) no-repeat;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: -5px;
	margin:5px auto 8px auto ;
}

h1 a{
	color:#080f66;
	text-decoration:none;
}

h2, h2 a {
	color:#d45015;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: -5px;
	margin:5px auto 8px auto ;
	text-decoration:none;
}

h3, h3 a {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding-bottom: -5px;
	margin:7px auto 8px auto ;
	text-decoration:none;
}

h4, h4 a {
	color:#b1170a;
	font-size:10px;
	padding-top:0;
	margin-top:0;
	text-decoration:none;
}




div.hr {
  height: 9px;
  background: url(../images/shadow.gif) repeat-x;
}

div.hr2 {
	height: 1px;
  	background: url(../images/hr.gif) repeat-x;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 780px;
	min-width: 780px;
	margin: 0 auto;
	text-align: left;
}
#mainNav, #homebanner{
	position:relative;
	text-align: left;
}
#mainNav a, #mainNav a:visited{
  	color: #000000;
	text-decoration: none;
}

#mainNav a:hover{
  text-decoration: underline;
  color: #000000;
}


#mastBody {
	position:relative;
	width: 780px;	
}
#logo {
	z-index:3;
	height:59px;
	width:206px;
	position:absolute;
	top:0;
	left:0px;
}
#topNav {
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-color:#666666;
	position:absolute;
	top:0;
	z-index:3;
	left:570px;
}


#mainNav{
	width:780px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left:20px;
	padding-top: 90px;
}
#homebanner {
	margin-top:5px;
}


#contentLeft {
	width:552px;
	border-top:#959595 solid 1px;
	border-right:#959595 solid 1px;
	float:left;

}

#LeftNestOne {
	width:276px;
	float:left;
}
#LeftNestTwo {
	width:276px;
	float:right;
}
#LeftNestThree {
	width:552px;
	float:left;
}
#contentRight {
	width:223px;
	border-top:#959595 solid 1px;
	float:right;
}

#footer {
	width:780px;
	margin-top:0px;
	padding-top:0px;
	background-color:#959595;
	clear:both;
	height:7px;
}
#copyright {
	margin-top:5px;
	font-size:x-small;
	color:#333333;
}

/***********************************************/
/* End of Layout Divs                         */
/***********************************************/

/********* drop down menu styles **********/
.subglobalNav, .subglobalNav2, .subglobalNav3, .subglobalNav4, .subglobalNav5{
	position:absolute;
	top:110px;
	visibility: hidden;
	font-size:11px;
	line-height:1.4em;
	color:#333333;
	z-index:3;
	background-color:#E4ECF1;
	border: #8FB6CC solid 1px;
	padding-left:5px;
}
.subglobalNav{
	left:14px;
	width:120px;
	height:63px;
}
.subglobalNav2{
	left:138px;
	width:105px;
	height:63px;	
}
.subglobalNav3{
	left:634px;
	width:130px;
	height:48px;	
}
.subglobalNav4{
	left:405px;
	width:144px;
	height:20px;	
}
.subglobalNav5{
	left:320px;
	width:140px;
	height:30px;	
}

.subglobalNav a, .subglobalNav a:visited, .subglobalNav2 a, .subglobalNav2 a:visited, .subglobalNav3 a, .subglobalNav3 a:visited, .subglobalNav4 a, .subglobalNav4 a:visited, .subglobalNav5 a, .subglobalNav5 a:visited{
  	color: #000000;
	text-decoration: none;
}

.subglobalNav a:hover, .subglobalNav2 a:hover, .subglobalNav3 a:hover, .subglobalNav4 a:hover, .subglobalNav5 a:hover{
  text-decoration: underline;
  color: #000000;
}
/********* end of drop down menu styles **********/

/********* home page quoat style **********/
.quoat{
	margin:10px 5px 5px 5px ;
	font-size: 10px;
	line-height:13px;
	color:#0b5f9c;
	padding-left:10px;

}
.news{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	color:#0b5f9c;
}

.news a{
	text-decoration:none;
	color: #0b5f9c;
}
.news a:hover{
text-decoration:underline;
}