
body, html
{
	width:100%;
	height:100%;
	color:#121056;
}

body 
{
	background-color:#F0FFF2;
	margin:0;
	padding:0;
	font-size:12pt;
}

.main 
{
	width:1024px;
	min-height:768px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	background: url('../images/main-bg.jpg');
	margin: 0 auto;
}

.header 
{
	width:1024px;
	height:140px;
	background:#3d3aad url('../images/header-bg.jpg') no-repeat;
}

.content
{
	padding:0px 0px 30px 30px;
	min-height:570px;
}

.footer
{
	width:1024px;
	height:35px;
	clear:both;
	background:url('../images/footer-bg.jpg') no-repeat;
	font-size:10pt;
}

.footer span {
	margin-top:15px;
	padding:0px 20px 0px 20px;
}

.footer span a ,
.footer span a:visited
{
	color:#999;
}

.menu 
{
	width:180px;
	float:left;
	margin:50px 0px 0px 0px;	
}

.menu  ul
{
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}

.menu ul li
{
	width:172px;
	height:30px;
	margin-bottom:5px;
	background:url('../images/button-off.jpg') no-repeat;
}

.menu ul li.hover
{
	background:url('../images/button-highlight.jpg') no-repeat;
}

.menu ul li a
{
	color:#121056;
	text-decoration:none;
	margin-top:2px;
	margin-left:10px;
}

.active
{
	font-weight:bold;
}

.menu ul li a:visited
{
	color:#121056;
	text-decoration:none;
	
}

.menu ul li a:hover
{
	color:#121056;
	text-decoration:underline;
}

a img {
	border:0;
}

.logo 
{
	width:534px;
	height:98px;
	margin-top:10px;
	margin-left:20px;
}

.content_main 
{
	float:left;
	width:705px;
	margin-left:40px;
	margin-right:50px;
	overflow:auto;
	height:100%;
}

.content_main  h1
{
	font-size:18pt;
	margin-top:15px;
	color:#333399;
}

.content_main  h2
{
	font-size:15pt;
	color:#333399;
}

.content_main  h3
{
	font-size:13pt;
	color:#333399;
	margin:0;
	padding:0;
	margin-top:20px;
}

a {
	color:#00a;
}

a:visited
{
	color:#00a;
}

.contact
{
	font-size:11pt;
	margin-top:50px;
	padding:10px;
	background-color:#f4f2db;
	border:2px solid #dfe494;
	margin-left:-7px;
}

.ref_divider
 {
	color:#dfe494;
	width:85%;
}

.ref_divider_hld
{
	margin-top:30px;
	margin-bottom:30px;
}

.check
{
	margin-top:40px;
	margin-bottom:65px;
}