@charset "utf-8";
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Main */

body {
	background-color: #006699;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#bottomContentBorder {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 188px;
	clear: both;
	
}
#contentMain {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	
}
#contentMainLeft {
	float: left;
	width: 490px;
	margin-left: 45px;
	margin-top: 15px;
	
}
#contentMainLeft p {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	
}
#contentMainRight {
	float: right;
	width: 400px;
	margin-top: 15px;
	text-align: center;
	margin-right: 16px;
	
}
#footerTop {
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 25px;
}
#footer ul li {
	display: inline;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
.list {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 25px;
	font-size: 16px;
	line-height: 20px;
		
}
#logo {
	float: left;
	margin-top: 40px;
	margin-left: 25px;
}
#nav {
	float: right;
	margin-top: 110px;
	margin-right: 40px;
	width: 570px;
}
#nav ul li {
	display: inline;
	color: #FFF;
}
a.rollover {
	display: block;
	width: 132px;
	height: 26px;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/nav_btn.png);
	padding-top: 12px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	}

a.rollover:hover {
	background-position: -132px 0;
	}

.displace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	
	
	}
#titleBar {
	background-image: url(../images/title_bg.jpg);
	height: 37px;
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#topContentBorder {
	background-image: url(../images/top_white.png);
	height: 33px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	
}
#wrapper {
	/* background-image: url(../images/bg_main.jpg); */
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}
