body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-image: url(/images/content_left_bg.gif);
		background-repeat: repeat-x
	}
	
a:link    {color:#FF9900; background-color:transparent; text-decoration:none}
a:visited {color:#FF9900; background-color:transparent; text-decoration:none}
a:active  {color:#FF6600; background-color:transparent; text-decoration:underline}
a:hover   {color:#FF6600; background-color:transparent; text-decoration:none}



  #wrapper {
		width:925px;
		margin:0px auto;
		border:3px solid #FF9900;
		padding:0px;
		background-color:#FFFFCC;
	}
  #header {
		border:0px solid #bbb;
		height:100px;
		padding:0px;
		text-align:left;
		font-size:20px;
		color:#FF9900;
		
	
   	}
   	
   #formlabel {
	  	clear:left;
	  	float:left;
	  	width:150px;
	  	padding-right:2px;
	  	text-align:right;
	  	background-color:#FFFFCC;
	  		
  		}
   	
  #header2 {
				border:0px solid #bbb;
				height:15px;
				padding:15px;
				
				
				

		}

		ul#nav li {
			padding: 5px 20px 0px;
			float: left;
			color: #477cad;
			position: relative;
			background-image: url('../images/blu_tab_darken_bg.jpg');
			border: 0 none;
			margin: 0px;
			margin-right: 5px;
			list-style-type: none;
			bottom: 5px;
			
			}

		ul#nav > li {
			float: left;
			height: 21px;
			font-size: 13pt;
			font-family: times, times new roman, serif;
			border-right: none 3px #e8e1d4;
			background-image: url('../images/blu_tab_darken_bg.jpg');
			list-style-type: none;
		}

		ul#nav li.last {
			padding-bottom: 4px;
			border-bottom: 1px solid #E0CDB1;
		}

		ul#nav li:hover, ul#nav li.over {
		 	border-top: 0px none;
			border-bottom: 0px none;
			padding-left: 20px;
			padding-right: 20px;
			background-image: url('../images/tab_hover_bg.jpg');
		}

		ul#nav > li:hover, ul#nav > li.over {
			background-image: url('../images/tab_hover_bg.jpg');
			border: none;
			border-right: none 3px #e8e1d4;
			padding-left: 20px;
			padding-right: 20px;
		}


		/* these rules set the "on" status of the nav tabs based on id of the page's body tag. */

		ul#nav li ul {
			border:1px solid #E0D7C7;
		 	border-top: 0px;
			font-size: 10pt;
			color:#003478;
			font-family: Arial, Helvetica, verdana, sans-serif;
			display: none;
			width: 18em;
			text-align: left;
			line-height:14pt;
			position: absolute;
			padding: 0px 0px 10px 1px;
			margin: 2px 0px 0px -21px;
		}


		ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
			display: block;
}

	ul#nav li ul { /* second-level lists */
		border:1px solid #E0D7C7;
		border-top: 0px;
		position: absolute;
		left:0;
		top:28px;
		padding: 0;
		margin: 0;
	}
	ul#nav li:hover ul li, ul#nav li.over ul li{ /* lists nested under hovered list items */
		margin:-2px;
		float:none;
		padding-bottom:5px;
		border-right: 1px solid #E0CDB1;
		border-left: 1px solid #E0CDB1;
}





	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		
    		float:left;
	}
  #content-left {
  	width:100px;
  	text-align:left;
  	background-color:#FFFCCC;
  	border:1px solid #FF9900;
  	
  	  	
	}
  #content-main {
		margin-left:10px;
		width:600px;
			}
		img{
			padding: 0px 0px 0px 0px;
			margin: 10px 10px 10px 10px;
			position: static;
				}
			
  #content-right {
		margin-left:10px;
		width:125px;
		background-color:#FFFCCC;
		border:0px solid #FF9900;
		
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    border:1px solid #bbb;
    width:900px;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
	
  