@charset "utf-8";
/* CSS Document */

body {
	
	background: #FFE492;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	
}

p, ul, ol {
	line-height: 20px;
	margin-left:25px;
}


#main
{
	width: 955px;
	background: url(images/table_back.gif) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top
{
background: url(images/top.gif) no-repeat top
}

#bottom
{
background: url(images/bottom.gif) no-repeat bottom;
}

#header {
	height: 100px;
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#menu
{
width: 700px;
height: 36px;
padding-left: 150px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 128px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 3px;
	padding-top: 10px;
	background: url(images/button.gif) no-repeat;

}

#menu a:hover {
	width: 128px;
    height: 26px;
	color: #F4DB60;
	margin-left: 3px;
	text-decoration: none;
	background: url(images/button_r.gif) no-repeat;
}


#logo {

width: 955px;
height: 64px;
}

#right
{
	float: right;
	padding: 10px;
	width: 204px;
	padding-right: 5px;
	padding-top: 30px;
}


#right a {
	color: #B2C01D;
	font-size: 11px;
}
#right a:visited {
	color: #B2C01D;
	font-size: 11px;
}

#right p
{
padding: 10px;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
}

#left
{
width: 675px;
padding-left: 20px;
padding-top: 30px;
margin-left:25px;
}


#left a
{
color: #2D338E;
text-decoration:none;

}

#left a:hover {
	text-decoration:underline;
	color:#6666CC;
}

#left p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#left h1 {
	margin: 0;
	padding: 0;
	color:#302A72;
	font-size:24px;
	font-weight:bold;
}

#left h2 {
	margin: 0px;
	padding-bottom: 10px;
	color:#302A72;
	font-size:14px;
	font-weight:bold;
}

#footer {
	clear: both;
	height: 47px;
	width: 955px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #302A72;
}

#footer a {
	color: #666666;
}

*
{
margin: 0px;
padding: 0px;
}

.subhead { font-size:12px;
font-weight:bold;

} 

.img { margin-right:15px;
margin-bottom:10px;
}
