@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
}
a {
	text-decoration: none;
	color:#103060;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #752881;
	font-weight:bold;
}
div.container {
	width:1178px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}
div.left {
	width: 161px;
	height: 746px;
	float: left;
}
div.center {
	width: 856px;
	float: left;
}
div.right {
	width: 161px;
	height: 746px;
	float: left;
}
div.header {
	width: 856px;
	height:119px;
}
div.header_left {
	width: 643px;
	height:119px;
	float: left;
}
div.header_right {
	width: 213px;
	height:119px;
	float: left;
	background: url(../img/header_bg.jpg);
	background-repeat: repeat-y;
}
div.header_right_content {
	margin: 10px 0px 0px 20px;
}
div.header_right_content a {
	padding-right: 14px;
}

div.menu {
	width: 856px;
	height:22px;
	background:#752881;
	padding-left: 25px;
}
div.main {
	float:left;
	width: 643px;
	background-repeat:repeat-y;
	min-height: 576px;
	height:auto;
	margin-bottom:3px;
	padding-bottom:20px;
} 
div.main h1 {
	margin: 20px;
	font-size:16px;
	color:#103060;
}
div.main h2 {
	margin-left: 20px;
	font-size:14px;
	color:#000;
	margin-bottom:0px;
} 
table.contact {
	margin-left: 20px;
}
table.contact tr td {
	padding:4px;
	border-bottom:dashed 1px #AAA;
}
div.main p.lead {
	margin: 0px 20px 10px 20px;
	font-size:10px;
} 
div.main p {
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;
}
div.mainrightleft {
	width: 18px;
	height: 603px;
	float: left;
}
div.mainright {
	padding-top: 10px;
	float:left;
	width: 195px;
	background: #f7f9fb;
} 
div.rightcontent {
	margin: 10px 0px 10px 0px;
	min-height: 120px;
	border-bottom: 1px solid #445184;
}
div.rightcontent p {
	margin-bottom:0px;
	margin-top:0px;	
}
div.rightcontent h1 {
	font-size:16px;
	color:#752881;
}
div.rightcontent p.more {
	font-size:10px;
	text-align:right;
}
div.footer {
	margin-top:0px;
	padding-top:2px;
	width: 851px;
	background-color:#752881;
	height:16px;
	color:#EAEAEA;
	margin-left:161px;
	margin-right:0px;
} 
div.footer p {
	margin-top:0px;
	padding-top:0px;
	margin-left: 20px;
	font-size:11px;
	text-align:center;
}
div.footer p a {
	color:#EAEAEA;
}
div.errors {
	width:95%;
	margin:20px;
	border: 1px solid #F00;
}
div.clear {
	clear:both;
}
div.search {
	font-size:14px;
	color: #023871;
	text-align: left;
	margin-top: 50px;
}
div.search form {
	margin: 0px;
}
div.search input {
	width: 160px;
	border: none;
}
