/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

body, input, select, td {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	/*/*//*/ font-size: 13px; /* note: this rule applies only to NS4 */
	color: #000000;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #000066;
	padding-left:4px;
	padding-top:10px;
	
}

h1 {
	font-size: 13px;
	/*/*//*/ font-size: 10px; /* note: this rule applies only to NS4 */
	margin-left: 20px;
	margin-top: 10px;
}

h2, h3 {
	font-size: 13px;
}

h4, h5, h6 {
	font-size: 12px;
}

ul{
	list-style-image: url(../../images/bullet.gif);
	margin-left:50px;
}

 ol {
	margin-left:10px;
	padding-left:15px;
}


blockquote
{
	margin:0 0 0 10px;
	padding:0px 0 0 10px;
}
.list_arrow ul 
{
list-style-image:url(../../styles/images/list_arrowwhite.gif);
margin-left:47px;
}
a {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #F68735;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
position:absolute;
width: 750px;
margin-left: 10px;
text-align:left;
display:block;
height:100%;
}

#top_logo {
	margin: 12px 3px 17px 25px;
	padding: 0px 0px 0px 0px;
}

#leftcol
{
	float: left;
	width: 160px;
	
}

#content 
{	margin: 0 185px 0 160px;
	padding:0 10px 0 15px;

}
#container 
{

width:370px;
}

#content p, #content td p
{
	padding: 5px 0px 5px 4px;

}

#section_title 
{
	margin:0px 185px 0px 175px;
}

#section_subtitle 
{
	
	background-image:url(../../images/banner_subsection_bg.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:380px;
}

#section_subtitle p
{
	padding:15px 0px 0px 15px ;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	vertical-align:center;

}

#rightcol
{
  float:right;
  width: 175px;
  padding-top:25px;
}

.right_box
{
	border-bottom: 1px solid #9FA7B4;
	padding-bottom:15px;
	margin-bottom:35px;
	background-image:url(../../images/sidebar_tile.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}

.right_box p
{
padding: 0px 3px 0px 5px;
color:#666666;
}

.right_box ul
{
padding: 10px 3px 0px 0px;
margin-left:30px;
}


.clearit{
clear: both;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
}

.rightimage{
float: right;
margin: 0 0 20px 10px;
}

/* search */

#search {
	padding: 9px 0 10px 0;
	width:160px;
	background-image:url(../../images/search_tile.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	color: #000066;
	font-weight: bold;
}


#search input
{
width:85px;
margin: 0 0 10px 0;
}

#search img
{
padding:0 0 7px 0;
}


/* -------------------------------------------------------------------- */
#print_link  
{	
	padding: 0;
	text-align:center;
	margin-top:50px;
	
}
input
{
width:230px;
}

.button
{
width:auto;
}

.list_arrow
{
margin: 30px 0 20px 30px; 
list-style-image:url(../../images/list_arrowwhite.gif);
}
