@CHARSET "ISO-8859-1";

BODY
{
	background	: #F3F4F4; 
	text-align	: center;	
	margin		: 0px;
	padding		: 0px;	
}
.container
{
	position	: relative;
    padding		: 0;
    margin		: 0 auto;
    text-align	: center;
    width		: 100%;
}

.main_head
{
	clear			: both;
    margin			: 0 auto;
	width			: 900px;
	heigth			: 100px;	
	background		: #F3F4F4;	
}

.main_menu
{	 	
	background		: #FFFFFF;
	background-image: url('../pics/layout/mainmenuback.png');
	background-repeat: repeat-x;
	border-top		: 1px solid #29A9C6;	
	border-bottom	: 1px solid #29A9C6;
	text-align		: center; 	
	padding-top		: 5px;
	width			: 100%;
	height			: 20px;
	font-family		: Verdana;
	font-size		: 12px;
	color			: #000A56;	
}

.main_content
{
	background		: #FFFFFF;
    clear			: both;
    margin			: 0 auto;
    padding			: 0;
    padding-top		: 15px;
    width			: 800px;    
    height			: 100%;
    text-align		: center;	
	font-family		: Verdana;
	font-size		: 12px;
	color			: #000000;	   
}

.content_header
{
	border-top		: 1px solid #29A9C6;
	background-image: url('../pics/layout/headerback.png');
	background-repeat: repeat-x;
	padding-top		: 2px;
	width			: 800px;
	height			: 18px;
	font-family		: Verdana;
	font-weight		: bold; 	
	font-size		: 12px;
	color			: #29A9C6;	
}

.content_header_half
{
	border-top		: 1px solid #29A9C6;
	background-image: url('../pics/layout/headerback.png');
	background-repeat: repeat-x;
	margin-right	: 1px;
	margin-left		: 1px;
	width			: 398px;
	height			: 20px;
	font-family		: Verdana;
	font-weight		: bold; 	
	font-size		: 12px;
	color			: #29A9C6;	
}

.content_body
{
	padding-top		: 15px;
	padding-bottom	: 15px;	
	width			: 800px;
	font-family		: Verdana;	 	
	font-size		: 12px;
	color			: #000000;	
}

.content_body_half
{
	background		: #FFFFFF;
	padding-top		: 15px;
	padding-bottom	: 15px;	
	width			: 400px;
	font-family		: Verdana;	 	
	font-size		: 12px;
	color			: #000000;	
}

A.main_nav_sel
{
	margin-right 	: 50px;
	font-family		: Verdana;
	font-size		: 12px;
	color			: #A9A29A;
	text-decoration	: none;
}

A.main_nav_sel:hover
{
	margin-right 	: 50px;
	font-family		: Verdana;
	font-size		: 12px;
	color			: #29A9C6;
	text-decoration	: none;
}

A.main_nav:hover
{
	margin-right 	: 50px;
	font-family		: Verdana;
	font-size		: 12px;
	color			: #A9A29A;	
	text-decoration	: none;
}

A.main_nav
{
	margin-right 	: 50px;
	font-family		: Verdana;
	font-size		: 12px;
	color			: #000A56;
	text-decoration	: none;
}

a
{
	color:#000A56;
	font-family:Helvetica,sans-serif;
	font-size:11px;
	font-weight:500;
	letter-spacing:0px;
	text-decoration:none;
}
