
body {
margin:0px;
padding:0px;
font-family:arial;
background-color:#cc6600;
background-image:url(../i/newbg.gif);
background-repeat:repeat-y;
background-position:center;

}


div.logos {width:400px; border:none;}
img {text-decoration:none; border:none;}

div.shell {
margin-left:auto;
margin-right:auto;
margin:0 auto;
width:700px;
}


#enter a{color:#990000;}
#enter a:hover{color:#996600; text-decoration:underline;}


#layout {
margin-top:0px;
width:700px;
border-collapse:collapse; 
background-image:url(../i/middle.gif);
background-repeat:repeat-y;
background-position:center; 
}

.content {
padding-top:30px;
margin-right:auto;
margin-left:120px;
width:400px;
height:auto;
font-size:14px;
}
			
	#sub {float:left; padding-left:125px;}
	#sub a{color:#993300; text-decoration:none; font-size:14px;}	
	#sub a:hover{color:#ff9900; text-decoration:none; font-size:14px;}	
	#sub span{color:#CC6600;}
	
	
	#new {vertical-align:top;margin-top:0px;padding:0px;}	
				
	#bottom {vertical-align:bottom;margin:0px;padding:0px;}	
	
	
		
	        #contentleft {
			float:left;
			width:150px;
			padding-left:5px;

		
				}
				
			#contentright {
			float:right;
			width:250px;
			padding:5px;
			
		
	
				}

		.runaround_right {float:right; margin-margin:10px; border:0; padding:10px;}
		.runaround_left {float:left; margin-left:10px; border:0; padding:10px;}
		




h2 {color:#000;font-size:14px;}
strong {color:#cc6600; font-size:13px;}

	#nav_container {
	float:left;
	height:100px;
	margin-right:30px;
	margin-left:100px;
	margin-top:50px;
	
	

	
}

#current{color:#990000;}


img.gc {background:transparent;border:0px;}





	 caption{display:none;}
	 
	 
	 
     
<!-------------All Navigation------------> 
			
<!--Top Level Navigation for Site-->			
		#bar {background-image:url();background-repeat:no-repeat;}
		#top {background-image:url();background-repeat:no-repeat; align:middle;}
		#top td { }	
		#top ul {margin:0;height:0px; margin-left:70px;padding-left:20px;}
		#top li {list-style:none; float:left; margin:0;margin-top:0px; white-space:nowrap;                 font-size:16px; line-height:0px; text-align:center; width:19%;}
		#top a {display:block; float:left;  line-height:0px; padding:0; text-decoration:none;         font-weight:bold; color:#000; font-family:Arial, Verdana, sans-serif;}
		#top a {float:none;} /* End IE Mac Hack */
		#top a:hover {color:#666; text-decoration:none;}
		#top a:active {color:#333; text-decoration:none;}
		#top span { padding:0;font-size:16px; text-decoration:none;; font-family:Arial, Verdana,         sans-serif;  color:#cc6600;}
		
		/* Commented Backslash Hack hides rule from Mac-IE5 \*/
		#top span {float:none;} /* End IE Mac Hack */	
	
	
	    #top a:hover img {background: url(../i/bird_over.gif) top left no-repeat;}
	    #top span img {background: url(../i/bird_on.gif) top left no-repeat;}
	



#list {list-style-type:none;}	
#list a{color:#cc6600; text-decoration:underline;}
#list a:hover{color:#CC6600; text-decoration:none;}

<!--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: 370px;
  max-width: 450px;
  width: 370px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #990000;
  border-width: 2px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

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, form select{
	/* 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 */
}	
	
form select {
	/* 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 */
}	