body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#000099;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#holder {
	width: 760px;
	background:#ffffff;
	text-align: left;
	margin: 0 auto 0 auto;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#header {
	background-color:#FFFFFF;
}

#headernav {
	background: #DCCBAC;
}

#nav {
	width: 150px;
	float: left;
	padding: 15px 10px;
	border-top: 1px solid #000000;
}

#content {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

#footer {
	padding: 5px;
	border-top: 1px solid #000000;
	font-size: 80%;
	color: #736B5E;
}

.callout {
	font: bold 130% Verdana, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 10px;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

p {
	font-size: 80%;
}

#content p {
	line-height: 130%;
}

#content h1 {
	font-weight: bold;
	font-size: 120%;
	color:#006600;
	padding-top: 0px;
}

#content h2 {
	font-weight: bold;
	font-size: 105%;
	color:#000000;
}

#content h3 {
	font-weight: bold;
	font-size: 90%;
	color:#333333;
	padding: 5px 0px 5px 15px;
}

#content h4 {
	font-weight: bold;
	font-size: 120%;
	color:#CC6600;
	padding: 0px;
}

#content h6 {
	font-weight: bold;
	font-size: 120%;
	color: #000099;
	padding-top: 0px;
}

#nav a:link { 
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #nav a:active {  
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 2px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px 6px 6px 25px;
	margin: 2px;
}


.floatleft
{
 	float: left;
 	width: 200px;
	margin: 0px 10px 10px 0px;
}

.adobereaderfloatleft
{
 	float: left;
 	width: 170px;
	margin: 0px;
}



.relatedLinks{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.relatedLinks a:link, .relatedLinks a:visited, .relatedLinks a:hover, .relatedLinks a:active,{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}



/********* form css styles *************/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
top: 0px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/******** css script from http://www.dynamicdrive.com/style/csslibrary/item/css-tableless-form/ ********/


#download{
	width: 500px;
	padding: 5px;
	border:dashed 1px #006600;
}	