﻿a.body:link {color: #3366CC;}
a.body:visited {color: #6699CC;}
a.body:hover {color: #9E0B0E;}

a.nav:link {color: #3366CC;}
a.nav:visited {color: #6699CC;}
a.nav:hover {color: #990033;}

a.footer:link {color: #3366CC;}
a.footer:visited {color: #6699CC;}
a.footer:hover {color: #9E0B0E;}

body {
background:url(../images/background.gif);
}

.body {
line-height: 17px; 
font-size: 11px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
line-height: 19px; 
font-size: 13px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
line-height: 12px; 
font-size: 10px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#layer1 {
border-width : 0px;
border-style : solid;
border-color : #000000;
width : 100px;
top : 204px;
left : 218px;
position : absolute;
z-index : 90;
visibility : hidden;
}

#layer2 {
border-width : 0px;
border-style : solid;
border-color : #000000;
width : 100px;
top : 258px;
left : 218px;
position : absolute;
z-index : 90;
visibility : hidden;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 435px;
  max-width: 447px;
  width: 447px;  
  //width: 430px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #003399;
  border-width: 1px;
  border-style: solid;
  height:155px;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;

}

form fieldset legend {
	font-size:16px; /* bump up legend font size, not too large or it'll overwrite border on left */
    font-color:#ffffff;                  /* be careful with padding, it'll shift the nice offset on top of border  */
    border-color: #003399;
    border-width: 1px;
    border-style: solid;
	
}

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: left; 
    font-size:12px;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:;    /* 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:10px 0 0 4px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	line-height:14px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form textarea { 
    overflow: auto;
	width:400px;
	height:648px; 
    margin:5px 0 0 10px;
}

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 */
    line-height:14px;
}
#copyright{
   width: 400px;
   height:200px;
   text-align:center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#copyright p{
  font-size:12px;
}

#left_nav {
	width:223px;
	height:530px;
	background-color:#CCCCCC;
	color: #5587b5;
}


/*\*/ * html #left_nav {
	width:223px;
	height:530px;
	background-color:#CCCCCC;
	color:#5587b5;
}/**/

#top_nav_pic {
 width:223px;
 height:52px;
 background:url(../images/snav_marble.gif);
}

/*\*/ * html #top_nav_pic {
 width:223px;
 height:52px;
 background:url(../images/snav_marble.gif);
}/**/


#ul_div {
	width:223px;
	height:302px;
	background:url(../images/hostblue2.gif);
	border-top-width: 0.05px;
	border-top-style: solid;
	border-top-color: #b4c7dd;
}

/*\*/ * html #ul_div {
	width:223px;
	height:302px;
	background:url(../images/hostblue2.gif) ;
	border-top-width: 0.05px;
	border-top-style: solid;
	border-top-color: #b4c7dd;
}/**/

#bottom_nav_pic {
 width:223px;
 height:176px;
 background:url(../images/snav_photo_homepage.jpg);
}

/*\*/ * html #bottom_nav_pic {
 width:223px;
 height:176px;
 background:url(../images/snav_photo_homepage.jpg);
}/**/

/**********left navigation**********/
ul#flyout {
	width:200px;
	height:302px;
	float: left;
	margin-left: 5px;
	padding: 0;
	list-style: none;
	text-align:right;
	font-size:13px;
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif
}

ul#flyout li {
	position: relative;
    list-style: none;
	display: block;
	float: left;
	padding: 0;
	line-height: 16px;
	width: 204px;
}



.grey {
background-color:#cccccc;
text-align:left;
margin-left: 15px;
}

li.grey a{
color:#5587b5;
}


/*\*/ * html li.grey a{
color:#5587b5;
}/**/


li.grey a:hover {
color:#990033;
}

.white {
width: 200px;
background-color:#e3e3e3;
text-align:left;
margin-left: 15px;
}

li.white a{
color:#5587b5;
}
	

/*\*/ * html li.white a{
color:#5587b5;
}/**/
		
	
li.white a:hover{
color:#990033;
}	

li ul {
	position: absolute;
	left: 164px;
	top:5px;
	width:200px;
	display: none;
}

/*\*/ * html li ul {
	position: absolute;
	float: left;
	left: 144px;
	top:10px;
	width:auto;
	display: none;
	color:#5587b5;
}/**/

	
ul li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px;
	border-bottom: 0;
}

/*\*/ * html ul li a { 
	height: 1%;
}/**/

ul li a:hover{
color:#fcfbd2;
}
	
ul#flyout li a:hover {
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0;
}

	
li:hover ul,li.sfhover ul { 
display: block;
}

	
/*\*/ * html li:hover ul,li.sfhover ul { 
display: block;
}/**/

li.title {
 color:#000033;
 line-height:12px;
 text-decoration: none;
 padding-top:5px;
 font-family:Arial;
 font-size:14px;
 float:left;
 font-weight: bold;
 font-style: italic;
}
/**********end left navigation**********/



textarea {
  color: #000000;
  background: #ffffff;
  border: 1px solid #BEBEBE;
  margin-left:5px;
  line-height:18px;
  }