body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #024289;*/
        background-color: #000000;
}

a {
      color: #000000;
}

#container
{
	margin: 0 auto;
	text-align: left;
/*	position:absolute;
	left: 50%;
	margin: 0 0 0 -400px;*/
	/*border: 1px solid red;*/
	padding: 0 0 0 0px;
	width: 741px;
}
#header
{
	width: 741px;
	height: 133px;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
}

#logo
{
	width: 226px;
	height: 98px;
	float: left;
	position: relative;
	top: 0px; 
	left: 5px;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
}
#search
{
	float: right;
	position: relative;
	height: 10px;
	left: -10px;
	top: 5px;
/*	top: -90px;
	left: -10px;*/
}
#navigation
{
	width: 741px;

	height: 34px;
	float: left;
/*	overflow: hidden;*/
	/*position: relative;
	top: 7px;*/


}
/*#nav
{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
list-style-type: none; 
text-transform: lowercase;
display: inline; 
white-space:nowrap;
}
#nav li
{
float: left;
padding-left: 40px;
}


#nav li a:link
{
text-decoration: none; 
color: #FFFFFF;
}
#nav li a:visited
{
text-decoration: none; 
color: #FFFFFF;
}

#nav li a:hover
{
color: #CC3333;
text-decoration: underline; 
}
#nav li a:active
{
text-decoration: none; 
color: #FFFFCC;
}*/
#searchvar
{}

#searchsubmit
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: white;
background-color: #000000;
}


#left
{
float: left;
}
#top_left
{

float: left;
width: 240px;
height: 317px;
border: 4px double #000000;
background-color:#999999;
/*background-color: #FFFFFF;*/
margin-top: 10px;
margin-bottom: 10px;
}
#bottom_left
{
	/*overflow: hidden;*/
	/*position: relative;
	top: 325px;*/
	float: left;
	/*padding: 5px;*/
	margin: 0px;
	border: 4px double #000000;
	background-color:#FFFFFF;
	/*background-color:#FFFFFF;*/
	text-align: center;
	width: 240px;
	height: 233px;
	padding-bottom: 10px;
	
	font-size: 12px;

}

#right{
	float: right;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 568px;
	width: 451px;
	font-size: 13px;
	border: 4px double #000000;
	/*background-color:#999999;*/
	background-color:#FFFFFF;
}

#right a:link
{
	text-decoration:none;
	color:#003399;
/*	color:#0033FF;*/
}
#right a:hover
{
	text-decoration:underline;
}
#right a:active
{

color:#CC0033;}
#right a:visited
{
	color:#660000;
}

#footer
{
	text-align: center;
	margin-top: 10px;
	float: left;
	font-size: 10px;
	width: 741px;
	color: #ffffff;
	 border-top: 1px solid #ffffff;
	 height: 25px;
	/* background-color: #FFFFFF;*/
}
.background
{
	background-color: #FFFFFF;
	height: inherit;
	width: inherit;
	color: #ffffff;
	/*padding: 2px 0 0 2px;*/

}
.blackborder
{
	border-color: black;
}
#footer a:link, a:visited
{
	text-decoration: none;
	color: #ffffff;
}


#footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
