@charset "UTF-8";
/* CSS Document */

body{
	background-color: #093b84;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	text-align: center;
	margin: 0;
	padding: 0;
}

#mainFrame{
	width: 999px;
	margin-left:auto;
	margin-right: auto;
}

#header{
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 947px;
	text-align:right;
	padding: 100px 52px 0 0;
}

#header a{
	font-size: 15px;
	color:#093b84;
	text-decoration:none;
	margin-left: 20px;
	font-weight:bold;
}

#header a:hover{
	color:#333;
}

#contentWrapper{
	width: 900px;
	padding-left: 49px;
	padding-right: 50px;
	float:left;
	text-align:left;
}

#contentHeader{
	background-image: url(graphics/content_header.jpg);
	float: left;
	height: 43px;
	width: 880px;
	padding-top: 20px;
	padding-left: 20px;
}

#contentHeader h1{
	margin: 0;
	padding: 0;
	color: #093b84;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

#contentArea{
	width: 900px;
	float:left;
	background-image: url(graphics/content_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position:relative;
	z-index:0;
}

#contentLeft{
	width:630px;
	float:left;
	padding: 0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#contentLeft ul{
	margin: 0;
	padding: 0 0 15px 20px;
}

#contentLeft li{
	margin: 0;
	padding: 0;
}

#contentLeft p{
	margin: 0;
	padding: 0 0 15px 0;
	line-height:18px;
}

#contentLeft a{
	color: #5175A9;
	text-decoration: none;	
}

#contentLeft a:hover{
	color: #333;
}

#contentLeft h2{
	margin: 0;
	padding: 0 0 7px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5276AA;
}

#contentLeft h3{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 15px;
}

#contentRight{
	width: 190px;
	float:right;
	padding: 0 20px 0 20px;
	padding-bottom: 50px;
}

#contentRight h2{
	margin: 0;
	padding: 0;
	color: #093b84;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

#contentRight ul{
	margin: 0;
	padding: 10px 0px 5px 15px;
	line-height:18px;
}

#contentRight ul a{
	color: #5175A9;
	text-decoration: none;	
}

#contentRight ul a:hover{
	color: #333;
}

#contentRight li{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

#contentFooter{
	background-image: url(graphics/content_footer.jpg);
	float: left;
	height: 50px;
	width: 900px;	
}

#contact{
	width: 190px;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	float:left;
	padding-top: 10px;
}

.title{
	color: #333;
	font-size:12px;
}

.address{
	color: #666;
	font-size: 11px;
}

#contact a{
	color: #093b84;
	text-decoration:none;
	font-size: 11px;
}

#copyright{
	width: 900px;
	padding-top: 10px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	padding-bottom:20px;
}
