body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #d9d5d5;
	font-size: 13px; 
}
a 
{ 
	color: #0000ff; 
	text-decoration: underline;
}
a:hover 
{ 
	color: #0000ff; 
	text-decoration: none;
}
input 
{ 
	border: 1px solid #000000;
	font-size: 13px; 
}
textarea 
{ 
	border: 1px solid #000000; 
	font-size: 13px;
}
select 
{ 
	border: 1px solid #000000;
	font-size: 13px; 
}
form 
{ 
	font-size: 13px; 
	padding: 0px; 
	margin: 0px; 
}

#main {
	background: #ffffff;
	width: 900px;
	height: 100%;
	margin: auto;
	border: 1px solid #000064;
}
#logo {
	width: 100%;
	height: 130px; 
	background:url(img/logo.jpg);
}
#menu {
	width: 890px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url(img/button-menu.jpg) repeat-x;
	padding: 0px 3px 0px 8px;
	font-size: 17px; 
	height: 24px;
}
#menu a {
	background: url(img/button-menu.jpg) repeat-x; 
	color: #ffffff; 
	padding: 0px 8px 0px 8px; 
	float: left; 
	text-decoration: none; 
	margin: 0px;
}
#menu a:hover { 
	background-image: url(img/button-menu-hover.jpg);
}
#menu img {
	border: 0;
	float: left; 
	margin: 0px; 
	padding: 2px 2px 2px 0px;
}

#content 
{
	width: 659px;
	padding: 0px 10px 0px 10px;
	float: left;
	height: auto;
	font-size: 13px; 
	text-align: justify;
	color: #000064; 
	border-right: 1px solid #000064;
}
#content h1 
{ 
	font-size: 125%; 
	color: #000064; 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

#left 
{
	float: right;
	height: 100%;
	padding: 0px 10px 0px 10px;
	width: 200px;
	font-size: 13px;
}
.left hr 
{
border: 0;
color: #000064;
background-color: #000064;
height: 1px;
width: 100%;
}




#footer 
{
	background:url(img/footer.gif);
	height: 20px;
	text-align: right;
	font-size: 11px;
	padding: 30px 10px 0px 0px;
	font-weight: bold;
}
#footer  a
{
	color: #000000;
	text-decoration: none;
}

#footmenu
{
	text-align: center;
}
#footmenu a
{
	color: #808080;
}
#footmenu a:hover
{
	text-decoration: none;
}

.clearer 
{
	clear: both;
	font-size: 1px;
}
.left 
{
	float: left;
	clear: left;
	position: relative;
	border: 0;
	padding: 1px 11px 1px 1px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft 
{
	float: left;
}

