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

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	background-color: #363e42;
        background-image: url(../images/mainbackground.png);	
        background-repeat: repeat-x;
	color: #333333;
}
#wrapper {
        background-color: #FFFFFF;	
        margin-top: 0px;
        margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

#top {
	width: 800px;
	background-color: #000000;
	height: 322px;
	margin-top: 20px;
}
#header {
	color: #000000;
	font-size: 10.5px;
	line-height: 0.9em;
	text-transform: uppercase;
	padding-left: 45px;
}
.subtitle {
	font-size: 10.5px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}

#header_img {
	float: left;
}


#nav {
	float: left;
	width: 145px;
	margin-top: 20px;
}
#nav li {
	color: #FFFFFF;
	line-height: 2.5em;
	font-size: 11px;
}
#nav ul {
	list-style-type: none;
	text-transform: uppercase;
}


#nav li a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#nav li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFFFFF;
}
#nav li a:active {
	text-decoration: none;
}

#main_content {
	width: 800px;
}
#text {
	width: 525px;
	float: left;
	margin-left: 35px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#box1 {
	width: 490px;
	margin-bottom: 25px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#list1 {
	float: left;
	width: 235px;
	margin-right: 20px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#list2 {
	float: left;
	width: 235px;
}
.img_wrap {
	margin-bottom: 15px;
	float: left;
	margin-right: 20px;
}
#box2 {
	width: 490px;
}
#side_column {
	float: right;
	width: 225px;
	margin-top: 45px;
}
#note1 {
	width: 220px;
}
#note2 {
	width: 220px;
}#footer {
	clear: both;
	margin-left: 35px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006699;
}

