body {
	margin: 0 auto;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 125%;
	background-color: #DBE7F0;
	
}

.blueBold {
color: #004b8d;
font-weight: bold;
}

.greenBold {
color: #7ea62b;
font-weight: bold;
}




#top {
 margin: 0 auto;
 height: 9px;
 background-image: url(images/top_bg.gif);
 background-repeat: no-repeat;
 background-position: bottom center;
 background-color: #DBE7F0;
 
}
#bottom {
margin: 0 auto;
 height: 9px;
	background-image: url(images/bottom_bg.gif);
	 background-repeat: no-repeat;
 background-position: top center;
 background-color: #DBE7F0;

}
#wrapper {
 margin: 0 auto;
margin-top:15px;
 background-image: url(images/body_bg.gif);
 background-repeat: repeat-y;
 background-position: center;
	text-align:center;
	padding:0px;
	width: 780px;
	background-color: #DBE7F0;
}

#header{
   margin: 0 auto;

	width:735px;
	height:70px;
	position:relative;
	
	background-image: url(images/blue_green_bk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#footer{
   margin: 0 auto;
	width:735px;
	height:30px;
	background-image: url(images/blue_green_bk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

#main {
	margin: 0 auto;
	width:735px;
}

#menu {
	margin: 0 auto;
	width: 735px;
	height: 25px;
	padding: 5px 0px 5px 0px;
	background-image: url(images/blue_yellow_bk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:right;
}

#menu li{
	padding-left: 12px;
	padding-right: 7px;
   background-image: url(images/yellow_bullet.gif);
	background-repeat: no-repeat;
  background-position: 0 0.3em;
	font: bold small "Trebuchet MS", Georgia, serif;
	border: 0;
	display: inline;
	color: #004b8d;
	}

	
#menu li a:link, #menu li a:visited {
 	color: #004b8d;
	text-decoration: none;
}

#menu li a:hover {
 	color: #004b8d;
	text-decoration:underline;
}
#menu ul{ 
	list-style: none;
	margin: 0;
}

#contentWrapper{
	background-image: url(images/content_bk.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
}

#content{
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004b8d;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
}

#homeContTitle {
	background-image: url(images/welcome_title.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	/*height: 20px;*/
	border-bottom: 2px solid #7ea62b;
	padding: 5px 5px 5px 5px;
}

#ContTitle {
	font: bold 16px "Trebuchet MS", Georgia, serif;
	color:#004b8d;
	text-align:left;
	height: 25px;
	border-bottom: 2px solid #7ea62b;
	padding: 5px 5px 5px 10px;
	
}

.leftMenu
	{
		margin-top:5px;
		padding-top: 10px;
		padding-left: 0px;
		background-color: #E5EFF3;
		border-right: dotted 1px #4a92aa;
		border-left: dotted 1px #4a92aa;
		border-top: solid 3px #7ea62b;
	}
	a.leftbutton:link, a.leftbutton:visited
	{
		display: block;
		padding: 5px 2px 8px 2px;
		text-decoration: none;
		border-bottom: dotted 1px #4a92aa;
		font: bold 12px "Trebuchet MS", Georgia, serif;
	   color:#004b8d;
	}

	a.leftbutton:hover
	{
		background-color: #EFB000;
		color:#004b8d;
	}
	
	#footerMenu {
	margin: 0 auto;
	width: 735px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	text-align:left;
}

#footerMenu li{
	padding-left: 12px;
	padding-right: 7px;
   font: bold 10px "Trebuchet MS", Georgia, serif;
	border: 0;
	display: inline;
	color: #7ea62b;
	}

	
#footerMenu li a:link, #footerMenu li a:visited {
 	color: #7ea62b;
	text-decoration: none;
}

#footerMenu li a:hover {
 	color: #7ea62b;
	text-decoration:underline;
}
#footerMenu ul{ 
	list-style: none;
	margin: 0px;
}

#theeyeworks {
margin: 0 auto;
	width: 735px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	text-align:right;
   font: bold 10px "Trebuchet MS", Georgia, serif;
	color:#7ea62b;
  text-decoration: none;
  background-color: #DBE7F0;
	
}


#theeyeworks a:link, #theeyeworks a:visited {
color:#7ea62b;
text-decoration: none;
	
}
#theeyeworks a:hover
{
	text-decoration: underline;
}

.storage , .storage td {
border:solid 1px #7ea62b;
}

#content img {
 
 border: 1px solid #7ea62b;
 padding: 5px;
 margin: 5px;
 }
 
 #content a:link, #content a:visited {
color: #7ea62b;
text-decoration: none;
border-bottom: 1px dotted #004b8d;
}

#content a:hover {
color: #6c8f25;
text-decoration: none;
border-bottom: 1px dotted #7ea62b;
}