body {
	color: #17202B;
	margin: 0px;
	background-color: #091318;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#top_bar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CAD7E7;
	background-image: url(../images/top_bar/top_bg.png);
	background-repeat: repeat-x;
}
#back_white {
	background-image: url(../images/backwhite.png);
	background-repeat: repeat;
}
#banner {
	background-image: url(../images/header-bg2.jpg);
}
#logo {
	text-align: center;
	vertical-align: 10%;
}
#content_main {
	background-color: #FFFFFF;
	background-image: url(../images/content_main.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
h1 {
        margin: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #003366;
	text-align: left;
}
h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #339900;
	text-align: left;
}
h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: lighter;
}
h4 {
	font-size: 12px;
	color: #003366;
	text-align: justify;
	font-weight: lighter;
}

p {
	margin: 0.2em;
	line-height: 1.5em;
	font-size: 16px;
	color: #17202B;
	text-align: justify;
}
.centered {
	text-align: center;
}
.photoBrd {
	border: 3px solid #fff;
	align: left;
	margin-right: 10px;
}




#content_side {
	background-color: #FFFFFF;
	background-image: url(../images/content_side.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(../images/top_bar/top_bg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: lighter;
	color: #CCCCCC;
}
a:link {
	color: #003ACC;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #003ACC;
	text-decoration: none;
}

