@charset "utf-8";
/* CSS Document */
body  {
	font: small Arial, Verdana, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #000000;
}

/******link styles******/
a:link {
	color: #336699;
}
a:visited {
	color: #cc3333;
}
a:hover {
	color:#000066;
}

/******font styles******/
p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100%;
	/*line-height:130%;
	margin: 0 5px 10px 0px;*/
}
/***heading styles***/
H1 {font-size:110%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
H2 {font-size:100%; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
H3{font-size:90%;
	font-family:Arial, Verdana, Helvetica, sans-serif;}

/******list styles******/
ol li { 
	margin-bottom:10px;
	line-height:130%;
}
ul li { 
	margin-bottom:10px;
	line-height:130%;
}

/******table styles******/
th {
	font-size: 100%;
	text-align:right;
	padding:5px;
	}
td {
	font-size: 100%;
	padding:5px;
	}

/******div styles******/
/*holds all page content*/
#container { 
	width: 100%; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*holds logo and photo at top of page*/
#banner {
display:none;
}
/*holds navigation*/
#navigation {
display:none;
}
/*left column*/
#sidebar {
	display:none;
}
/*right column- holds main content- news, etc.*/
#mainContent { 
	width:100%;
}
/*right column- holds main content on forms and corp categories pages*/
#contentForm{ 
	width:100%;
}
/*clears floats*/ 
#clear {
	clear:both;
	}
/*holds copyright information*/
#footer {
	font-size:80%;
	text-align:center; 
	margin:10px;
	}
/******class styles******/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/****the following define styles of opposite-rounded-corner box within #sidebar****/
/*holds whole opposite-rounded-corner box*/
#calloutBox {
	width: 60%;		
	background-color:#006699;
	margin-top:5px;
	}
/*outer box class*/
.box-outer {
	background:url(../_images/bottom_right.gif) no-repeat right bottom;
	color:#ffffff;
	padding-bottom:5px;
	}
/*inner box class*/
.box-inner {
	background:url(../_images/top_left.gif) no-repeat left top;
	padding-top:5px;
	}
/*outer box font styles*/
.box-outer h2, .box-outer p{
	margin-bottom:5px;	
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
	}
/*outer box h2 styles*/
.box-outer h2 {
	font-weight:bold;
	}
/*outer box link styles*/
.box-outer a {
	color:#FFFFFF;
	}	
/*small text for footnotes, etc.*/
.small{
font-size:80%;
margin-bottom:0px;
}
/*highlights text in paragraphs*/
.highlightText {
	font-weight:bold;
	color:#990000;
}

#footer a {
	color:#000;
	}
#footer a:hover, #footer a:visited {
	color:#000;
	}
textarea {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
