@charset "utf-8";
/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#8c99f7;
}

p {text-indent:5px; text-align:justify; padding:5px;}
p2 {text-indent:5px; color:#000099;}
p2 a{text-indent:5px; color:#000099;}
p2 a:visited{text-indent:5px; color:#000099;}
h1 {color:#0066CC; font-size:20px; text-transform:uppercase; line-height:.1em;}
h2 {color:#000; font-size:small; line-height:.1em; }
h2 a {color:#000; text-decoration:none;}
h2 a:visited {color:#000; text-decoration:none; font-style:italic;}
h3 {color:#0066CC; text-align:right}
h4 {color:#0066CC; text-align:right}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 920px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 border-bottom:none;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #7abd92;
}
#content { 
 width: 920px;
 color: #333;
 border: 1px solid #ccc;
 background: #fff9db;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
}
#footer { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background: #7abd92;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#menu {
	background: #0E9FC2;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #0E9FC2 url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	font-size:14px; font-weight:bold;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #919191 url("images/hover.gif") bottom center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;                    
                    