body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#fff;
	text-align:center;
	
}

a:link {
	color: #FF7F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7F00;
}
a:hover {
	text-decoration: underline;
	color: #FF7F00;
}
a:active {
	text-decoration: none;
	color: #FF7F00;
}

#container { 
	background:#FFFFFF url(images/background.gif) no-repeat left;
	width: 1024px; 
	height: 768px;
	margin: 0 auto; 
	text-align: left;
	
}

#mainContent { 
	margin: 250px 0px 10px 40px;
	float:left;
	width:380px;
} 

#rightContent { 
	margin: 250px 0px 20px 0px;
	float:right;
	width:520px;
} 

#header { 
	background:#FFFFFF url(images/header.gif) no-repeat left;
	height:121px;
	margin: 0px 0px 5px 0px;
} 
#menu { 
	margin: 0;
	width: 100%;
	background:#FFFFFF url(images/menu.gif) no-repeat left;
	height:26px;
	line-height:26px;
	font-weight: bold; 
	color: #0A2972;
} 

#menu ul {
 text-align:center;
 }

#menu li {
	display: inline;
	color: #0A2972;
}
#menu li a {
	color: #0A2972;
	text-decoration: none;
	margin-right: 40px;
}
#menu li a:hover {
text-decoration: underline;
color: #0A2972;       
}

#footer { 
	margin: 40px 40px 20px 40px;
	clear:both;
} 

#footer2 { 
	text-align: center;
	font-size:10px;
	clear:both;
} 

#footer2 a {
	color: #F57F20;
}

#footer2 a:hover {
text-decoration: underline;
color: #F57F20;
              
}
