/*
Design by Bryant Smith
http://www.bryantsmith.com
Free use with link
*/
body {
	margin: 0;
	padding: 0;
	background: #697281;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color:#697281;
}
img{
	border: none;
}
p {
	padding-top:15px;
}
* {
	margin: 0 auto 0 auto; 
}
#container {
	margin: auto;
	text-align: center;
}
#page {
	margin: 0 auto 0 auto; 
	display: block; 
	height:auto;
	position: relative; 
	overflow: hidden; 
	background: #697281 url(img/background.png) repeat-y;
	width: 750px;
	text-align: left;
}
#header {
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	height:156px;
	width:750px;
}
#header h1 {
	position:relative;
	left:30px;
	top:75px;
	color:#FFFFFF;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#header h2 {
	position:relative;
	left:30px;
	top:72px;
	color:#DEE6F8;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#bar {
	background-image:url(img/bar.png);
	background-repeat:no-repeat;
	height:53px;
	width:750px;
	padding-bottom:15px;
}
#bar .navLink a {
	position:relative;
	top:16px;
	margin-left:35px;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
	float:left;
}
#bar .navLink a:hover {
	color:#E4EBFA;
}
.contentTitle {
	width:700px;
	height:44px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	background-image:url(img/tab_back.png);
	background-repeat:no-repeat;
}
.contentTitle h2 {
	margin-left:21px;
	padding-top:8px;
	font-size:17px;
	font-weight:bold;
	color:#071027;
}
.contentText {
	width:680px;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	color:#030712;
	/*line-height:30px;*/
}
.contentText a {
	text-decoration:none;
	color:#223F8D;
}
.contentText a:hover {
	color:#5478D6;
}
#adv {
	float: right;
	width: 200px;
	padding: 10px;
	font-size:10px;
}
#footer {
	width: 750px;
	height:49px;
	background: url(img/footer.png) no-repeat;
	text-align:center;
	font-size:9px;
	color:#223F8D;
	padding-top:36px;
}
#footer a{
	text-decoration:none;
	color:#425FAD;
}
#footer a:hover {
	color:#5478D6;
}