/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000;
	background: #ffffff;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #88B5C0;
}

img { border: 0 none; }



#wrapper
{
	width: 1000px;
	height: 100%;
}

#masthead
{
	position: relative;
	background: url('images/mast_bk.png') no-repeat;
	height: 104px;
	padding: 0px;
	margin: 0px;
}

#mast_text
{
	float: right;
	padding: 27px 28px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
	letter-spacing: 0.05 em;
	height: 75px;
}

#nav
{
	background: url('images/nav_bk.png') repeat-x;
	height: 17px;
	padding-left: 35px;
	padding-top: 4px;
}
#nav a
{
	font-size: 10px; 
	font-weight: bold;
	padding-right: 76px;
	
	color: #999999;

}
#under_nav
{
	background: url('images/under_nav_bk.png') repeat-x;
	height: 18px;
}

#left 
{
	width: 443px;
	
	background: url('images/leftnav_bk.png') repeat-y;
}

#center
{
	width: 512px;

	background: url('images/center_col_bk.png') repeat-y;
}

#center_blue
{
	background: url('images/center_blue_bk.png') no-repeat;
	height: 68px;
	padding-top: 19px;
}

#center_blue_two_lines
{
	background: url('images/center_blue_bk2.png') no-repeat;
	height: 78px;
	padding-top: 11px;
	
}



#right
{
	width: 45px;

	background: url('images/right_col_bk.png') repeat-y;
}


#bodytext
{
	padding: 15px 55px 0px 60px;
	font-size: 12px;
	font-weight: 550;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: justify;
}

#headline
{
	font-family: Georgia;
	width: 390px;
	height: 17px;
	padding: 1px 2px 6px 5px;
	border-top: 1px solid #194682;
	border-bottom: 1px solid #194682;
	font-size: 20px;
	color: #194682;
	text-transform: uppercase;
	letter-spacing: 0.055 em;
	font-weight: 100;
	text-shadow: #999999 1px 2px 2px;
	
	
}

#headline_v2
{
	font-family: Georgia;
	width: 390px;
	height: 37px;
	padding: 1px 2px 8px 5px;
	border-top: 1px solid #194682;
	border-bottom: 1px solid #194682;
	font-size: 20px;
	color: #194682;
	text-transform: uppercase;
	letter-spacing: 0.055 em;
	font-weight: 100;
	text-shadow: #999999 1px 2px 2px;
	
	
}

#leftnav_head
{
	font-family: Georgia;
	border-bottom: 1px solid #FFFFFF;
	width: 260px;
	font-family: Georgia;
	font-size: 18px;
	color: #006699;
	letter-spacing: 0.055 em;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 100;
	padding-bottom: 5px;

}
#leftnav_sub
{
	padding: 7px 0px 0px 48px;
	color: #006699;
	font-size: 12px;
	font-family: arial;
	
}

#leftnav_sub a
{
	color: #666666;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

#left_topgrad
{
	background: url('images/leftbar_top_grad.png') no-repeat; 
	height: 250px;
	padding: 40px 0px 0px 20px;
}


ul {   margin: 0px; padding-left: 30px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;   }


