html, body, form
{
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size : 12px;
	color : black;
	background-color : #ffffff;
	margin : 5px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	border : none;
}

a 
{
	color : blue;
	text-decoration: underline; 
}

a.visited
{
	color : blue;
	text-decoration: underline; 
}

h1 
{ 
	font-size: 15px;
	font-weight: bold; 
	vertical-align: baseline;
	line-height: 17px;
	margin: 1px 0px 0px 0px;
}

h2
{
	font-size: 15px;
	font-weight: bold; 
	vertical-align: baseline;
	line-height: 17px;
	margin: 1px 0px 0px 0px;
}

h3
{
	font-size: 15px;
	font-weight: bold; 
	vertical-align: baseline;
	line-height: 17px;
	margin: 1px 0px 0px 0px;
}

.BottomPadding5px
{
	padding-bottom: 5px;
}

.TopPadding2px
{
	padding-top: 2px;
}

.vertical_line_black
{
	background: url(images/vertical_line_black.gif) top right repeat-y;
}

.vertical_line_gray
{
	background: url(images/vertical_line_gray.gif) top right repeat-y;
}

.br {clear: both;}

.mainDiv 
{
	margin: 0px auto; 
	width: 770px;
}

.headerDiv
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	height: 60px;
	background: url(images/title_box.gif) top right no-repeat;
}

.headerHome
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 54px;
}

.headerOptions
{
	position: relative;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 30px;
	width: 400px;
	height: 20px;
	background-color: #808080;
	text-align: right;
	vertical-align: middle;
	color : white;
	font-size : 14px;
	font-weight : bold;
}

.headerOptions > a:link 
{
	color:white;
}

.headerOptions > a:visited 
{
	color:white;
}

.footerDiv
{
	margin-top: 0px;
	padding: 0px;
	height: 60px;
	text-align: right;
}

.box_fill_offwhite
{
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	background-color: #f2f2f2;
}

.box_LRB_black
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}

.box_white
{
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
}

.left_nav_title_black
{
	color: white;
	height: 22px;
	padding-top: 6px;
	padding-left: 7px;
	background: url(images/header_small_black.gif) top right no-repeat;
}

.left_nav_title_black h3 { color: white; }

.left_nav_div
{
	float: left;
	width: 188px;
	margin-top: 3px;
}

/*.left_nav_div h3 { color: black; }*/

.main_content_div
{
	float: right;
	width: 570px;
	margin-top: 3px;
}

.main_content_div a { text-decoration: underline; }

.main_content_title_black
{ 
	color: white;
	height: 22px;
	padding-top: 6px;
	padding-left: 7px;
	background: url(images/header_large_black.gif) top right no-repeat 
}

.full_content_div
{
	width: 770px;
	margin-top: 3px;
}

.full_content_title_black
{ 
	color: white;
	height: 22px;
	padding-top: 6px;
	padding-left: 7px;
	background: url(images/header_full_black.gif) top right no-repeat 
}
