body {
	background-color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#010504;
	padding:10px;
	margin:0px;
	background-image:url(/images/main_bg.gif);
	background-attachment: fixed;
	background-position: top;
}

a {color: #CC0000;text-decoration: none;}
a:visited {color:#993300;}
a:hover {color: #0033CC;text-decoration: underline;}
a:active { color:#CC0000;}


a.nav {
	color: #DAE5FB;
	padding-left: 30px;
	padding-right: 30px;
}
a.nav:visited {color:#DAE5FB;}
a.nav:hover {color: #FFFFFF;}
a.nav:active { color:#CCCCCC;}

h1 {
font-size: 11px;
text-transform:none;
background-color: #0054A5;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
text-align:inherit;
margin:0px }

h2 {
color: #CC0000;
font-size:16px;
font-weight: bold;
padding: 5px 10px;
text-align:left;
margin:0px;}

h3 {
color: #010504;
font-size:16px;
font-weight: bold;
padding: 5px 10px;
text-align:center;
margin:0px;}

img.download {
	vertical-align:middle;
	border: 0;
}

a img {
border: 0;
}

/* ----------container to center the layout-------------- */
#container {
	width: 762px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #98A6D3;
	}

/* ----------banner for logo-------------- */
#banner {
background-color: #FFFFFF;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* ----------top navigation-------------- */
#nav {
	font-size: 12px;
	text-transform:none;
	background-color: #0054A5;
	text-align:center;
	color: #DAE5FB;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}


/* ----------image for home - home_img-------------- */
#home_img {

text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 20px;
margin-left: 000px;
margin-right: 0px;
}
div#content { 
min-height:350px;
height:expression(this.scrollHeight > 350 ? "auto":"350px"); 

}

p, pre{
padding: 5px 10px;
margin:0px;
}

p.right {
	text-align: right;
	padding:0px;
	margin:0px;
	font-size: 10px;
}
p.center {text-align: center} 

/* --------------left navi------------- */
#left {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 2px;
	text-align: right;
	background-color: #0054A5;
	color: #DAE5FB;
}


/* -----------form stuff--------------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
	border-color: #000;
	border-width: 1px;
	border-style: solid;

	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;

}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
