body 	{  
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background: #fff url('/images/background.gif') no-repeat top center;
	}

blockquote	{
	font-style: italic; margin: 0;
	}

img	{
	border-style: none;
	}

p	{
	font-size: 1.0em;
	}	

h2	{
	background:#eeeeee; 
	font-size: 1.4em;
	padding: 3px;
	}

h3	{
	border-left:0px solid #7A9DE1; border-right:0px solid #7A9DE1; border-top:0px solid #7A9DE1; border-bottom:1px solid #7A9DE1; font-size: 1.2em;
	clear: both
	}

table	{
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 2px solid #eeeeee;
	background: transparent;
	}

th	{
	background: #eeeeee;
	}

td	{
	background: transparent;
	padding: 5px;
	vertical-align: top;
	border: 2px solid #eeeeee;
	}

ul	{
	list-style: circle;
	}

#logo	{
	border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:1px solid black; padding-top: 5px;
	height: 75px !important;
	display: block;
	background: #fff url('/images/newlogo.jpg') no-repeat top left;
	margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0 
	}

#logo h1 span	{
	display: none;
	}

#menu	{
	border-left:0px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:1px solid black; margin:0; padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	position: absolute;
	width: 15%;
	left: 0;
	background-color: #4A70BB;
	 
	}

#menu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li	{
	border-left:1px solid #4A70BB; border-right:1px solid #4A70BB; border-top:0px solid #4A70BB; border-bottom:1px solid #4A70BB; margin:0; padding:0;  
	}

#menu li a	{
	display: block;
	margin: 0;
	padding: 3px;
   	color: white;
	background:#7A9DE1;
	text-decoration:none;
	}	   

#menu li a:hover	{
	color: #000000;
	background: #eeeeee;
	font-weight: bold;
	}

#content	{
	border:0px solid black; padding-left: 15px;
	padding-right: 15px;
	background: ;; margin-left:15%; margin-right:0; margin-top:0; margin-bottom:0
	}

#content img	 {
	position: relative;
	margin: 0 10px 10px 10px;
	border: 1px solid;
	float: right;
	}

#content img.noborder	 {
	position: relative;
	margin: 0 10px 10px 10px;
	border: 0px;
	float: right;
	}
	

#content a	{	
	color:#4A70BB; 
	text-decoration: none;
	}

#content a:hover {	
	text-decoration: underline;
	}