@charset "utf-8";
/* CSS Document */
html {
	background: #184f6d url(../images/bg.jpg) repeat-x top center;
	margin-left: auto;
	margin-right: auto;
}
body {
	margin: 0px;
/*	background: url(../images/wrapper_bg.jpg) no-repeat top center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

p {
	text-align: left;
}

h2 {
	font-size: 12pt;
	color: #ec3034;
}

img {
	border: 0px;
}

a:active, a:visited, a:link, a {
	text-decoration: none;
	font-weight: bold;
	color: #1f292a;
}

a:hover {
	text-decoration: underline;
	color: #559fd6;
}

div#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/wrapper_tile.gif) repeat-y;
}

div#wrapper_header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/wrapper_header.jpg) no-repeat top center;
}

div#header {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	border: 0px;
}

div#body {
	margin-left: auto;
	margin-right: auto;
	width: 774px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-top: 0px;
	background: #eae2bb url(../images/leftnav_tile.gif) repeat-y;
}

td#leftNav {
	padding-left: 13px;
	width: 198px;
	border-right: 1px solid white;
	background: url(../images/body_bg.jpg) no-repeat;
}

td#content {
	background: #1f292a url(../images/content_bg.jpg) no-repeat top center;
	color: white;
	padding-top: 75px;
	padding-left: 17px;
}

td#content a:active, td#content a:visited, td#content a:link, td#content a {
	text-decoration: none;
	font-weight: bold;
	color: #559fd6;
}

td#content a:hover {
	text-decoration: underline;
	color: #ec3034;
}

div#footer {
	text-align: right;
	padding-top: 15px;
	padding-right: 110px;
	font-weight: bold;
	font-size: 7pt;
	width: 850px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_bg.jpg) no-repeat top center;
}

a.mainlevel:link, a.mainlevel:visited {
	text-decoration:none;
	font-weight:bold;
	color:#1f292a;
	display: block;
	font-size: 8pt;
	width: 188px;
	height: 21px ;
	padding-left: 10px;
	border-bottom: 0px solid #aaaaaa;
	padding-top: 8px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #184f6d;
	background-color: #fefeff;
}

a.mainlevel#active_menu {
	color:#666666;
	font-weight: bold;
	border-left: 5px solid #ff6600;
	padding-left: 5px;
}

a.mainlevel#active_menu:hover {
	color: #666666;
}

#leftSponsors {
	margin: 15px 0 0 25px;
}

.thumbNail {
	display: block;
	margin: 0 0 5px 9px;
}

.title {
	font-size: 1.3em;	
}