/** INCLUDE LAYOUTS **/
body {   
	margin:0px; 
	background-color:#222222; 
	background-repeat:repeat-x;
	text-align:center;
	color:#776E5C;
	font-size:13px;

}

/** LINKS **/
a:link, a:active, a:visited { font-family:  Arial, Verdana,Helvetica, sans-serif; color: #FFFFFF; font-size: 13px; text-decoration: none; }
a:hover {color: #FFFFFF;}

a:link.boldLink  { color: #001C8B; text-decoration: none; font-weight:bold; font-size:14px;}
a:visited.boldLink { color: #001C8B; text-decoration: none; font-weight:bold;  font-size:14px;}
a:hover.boldLink { color: #001C8B; text-decoration: underline; font-weight:bold; font-size:14px;}

/***************/
div#all { 
	margin: 0 auto; 
	text-align: center; 
	width: 761px; 
	
}

div#hd {
	margin:0px;
	text-align: center; 
	background-color:#F36E06;
	background-image:url(/images/header/mast1.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	width:761px; 
	height:89px;
	
}


/*********************  START NAV MENU *******************************/
div#menu {
	margin:0px auto;
	padding:0px;
	height:30px;
	width:761px;
	text-align:left;
}

div#menu ul{
	margin: 0px;
	padding:0px;
	list-style-type:none;
}

div#menu ul li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}

/*********************  END NAV MENU *********************************/


div#bd  { 
	margin:0px auto;
	padding:30px 0px 0px 30px;
	color:#222222;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	text-align:left;
	height:285px;
}


div#content {
	float:right; 
	margin:8px 14px 14px 14px; 
	width: 310px; 
	height:380px;
	overflow:auto;
}


div#news{
	float:left;
	width:150px;
	/*border-left:dotted 2px #BABABA;*/
	background:url(/images/landing/dot.gif) repeat-y top left;
	padding:0px 27px 0px 20px;
	height:232px;
	line-height:12px;

	
}

div#news a:link, div#news a:visited{
	color:#1C43A7;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}


div#ft  { 
	margin:0px; 
	text-align:center;
	background-color:#222222;
	background-image:url(/images/footer/bg_ft.gif);
	background-repeat:no-repeat;
	width:761px;
	height:24px;
}

div#ft a:link , div#ft a:visited{ 
	color:#A3A09C;
	text-decoration:none;
}

/**********************************/


.clr{
	clear:both;
}

.menuitem{
	float:left;

}

.title{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#1C43A7;
}

.hdFrmInput{
	width:66px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;

}

.blue{
	color:#1C43A7;
	font-weight:900;
}

/**********************************/

form{
	margin:0px;
	padding:0px;

}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bold;
	font-size:22px;
	color:#1C43A7;
	

}

