html, body
{
background-color:#40559a;
	margin-top:10;
	margin-bottom:10;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	background-color:#40559a;
	text-align:center;
}

#header {
width:100%;
min-width: 750px;
background: url(images/header.gif);
	height:135px;
margin:0px;
padding:0px;
position:relative;
 }
 
#headermenu
{
	position:relative;
	width:590px;
	margin-left:160px;
	
	padding-top:20px;
	
}

#headermenu a
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#headermenu a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

#headermenu #current
{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
 
 
 #container
{
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#body 
{
	
	width: 750px;
	
		background: url(images/body.gif) repeat-y;
	margin:0px;
	padding: 0 0 0 0px;
	
	position:relative;
	
}

#footer 
{
	
	width: 750px;
	height: 69px;
	margin:0 auto;
	padding: 0 0 0 0px;
	background: url(images/footer.gif);
	position:relative;
	
	
}

#footermenu
{
	position:relative;

	
	
	padding-top:20px;
	
}

#footermenu a
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#footermenu a:hover
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#scizmofooter 
{
	
	width:200px;
	height: 75px;
	margin:0 auto;
	padding: 0 0 0 0px;
		margin-bottom:10px;
	position:relative;
	
	
}

#scizmofooter a img{
border:none;
}

.insidebody
{
	text-align:left;
	witdh:450px;
	margin-left:65px;
	padding-right:10px;
	
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.style2 {font-size: 16px;}

#content table {
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
}
 
#content td, th { padding:5px;}

#content thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

#content thead th, tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
#content tfoot td { text-align:right }
#content tbody th { white-space: nowrap; font-weight: bold; text-align:left; }

#contact
{
	text-align:left;
}




