body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#navpanel{

	font-size: 13px;

	background-color: #FF9900;
	background-image: url(../images/redesign2007/orange_bg1.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
	color: #FFFFFF;
}

#navpanel div{
	margin-left: 10px;
/*	margin-left:20px; */
	margin-right:10px;
}

#navpanel ul{
	list-style: none; 
	padding-left: 10px;
	margin-left: 0px;

}
#navpanel li{
/*	padding-left:10px;*/
	list-style-image: url(../images/redesign2007/arrow_orange.jpg);
}
#navpanel a{
	color:#FFFFFF;
}
#navpanel a:hover{
	color:#0000FF;
}

#subnav {
/*	display:block;  */
	font-weight: bold;
	font-size: 10px;
}
#subnav ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	float:left;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#subnav ul li {
/*	display:inline; */
	float:left; 
	background: url(../images/redesign2007/subnav_right.jpg) no-repeat top right;  
}
#subnav li a{
/*	display:block; */
	padding: 0 1.5em;
	line-height: 2.0em;
	background: url(../images/redesign2007/subnav_left.jpg) no-repeat top left;
	text-decoration: none;
	color:#FFF;
/*	float:left;*/
}
#subnav li a:hover{
	color:#000066;
}
#sitenav{
 height:120px;
}
#sitenav ul{
	list-style: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#sitenav li{
	float:left;
	padding-top:10px;
	margin-top:40px;
	text-align:center;
	display:inline-block;
	height:90px;
	width:80px;
	background: url(../images/redesign2007/top_button_ball.png) no-repeat 50% 0%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sitenav a{
	text-decoration:none;
	color:#ffffff;
}
#sitenav a:hover{
	color:#FFFF00;
}
#footer_row{
background:#e1ebed;
}
.white_underlined {

	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.common_white_underlined {
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
.common_white_underlined a{
	color:#FFFFFF;
}
.common_white {
	font-size: 10px;
	color: #FFFFFF;
}
.common_white a{
	color:#FFFFFF;
}
.orange_underlined {
	font-size: 10px;
	color: #F29C15;
	text-decoration: underline;
}
.title_blue {
	font-weight: bold;
	font-size: 15px;
	color: #0D3D6B;
}
.common_gray {
	font-size: 10px;
	color: #333333;
}
.blue_underlined {
	font-size: 10px;
	color: #0D3D6B;
	text-decoration: underline;
}
.director {
	font-size: 12px;
	color: #0D3D6B;
	text-decoration: underline;
}
.tel {
	font-size: 12px;
	color: #333333;
}
.page_segment{
	clear:both;
	padding-bottom:10px;
}
.page_segment p{
}
.page_segment img{
	margin-top:10px;
	float:right;
}
.mandatory_field {
	background-color: #FFEEFF;
	border: 1px solid #FF3300;
}
#eula_frame {
	height: 100px;
	width: 95%;
	overflow: scroll;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.formtable {
	font-size: 10px;
	color: #333333;
}
.formtable th{
	text-align: left;
	width: 120px;
	vertical-align: top;
}
.formtable td{
	vertical-align: top;
}

