* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-weight: normal;
	}

b, strong {
	font-weight: bold;
	}
	
hr {
	border-bottom: 3px solid #ccc;
	margin-bottom: 8px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.center {
	margin: 0 auto;
	}

.clear {
	clear: both;
	}

.spacer {
	height: 1px;
	margin-bottom: 30px;
	}

body {	
	background: url(images/bg-page.png) no-repeat top center #fff;
	font-size: .625em;
	color: #333;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	}

#container {
	width: 940px;
	padding: 10px;
	}

#header {
	margin-bottom: 20px;
	}

#header img {
	margin: 15px 18px 0 0;
	}
	
#title {
	text-align: center;
	padding-top: 40px;
	}

#title h1 {
	font-size: 2.8em;
	color: #000;
	line-height: 1em;
	}

#title p {
	font-size: 1.8em;
	line-height: 1em;
	color: #000;
	}

#nav {
	list-style: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.6em;
	padding: 0;
	}

#nav li {
	float: left;
	text-align: center;
	padding-top: 7px;
	}

#nav li a {
	display: block;
	width: 134px;
	height: 33px;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	}

#nav li a:hover, #nav li a.active {	
	background: #510909;
	}

#subnav {
	list-style: none;
	color: #fff;
	font-size: 1.4em;
	}

#subnav li {
	margin-right: 45px;
	float: left;
	}

#subnav li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	height: 23px;
	}

#subnav li a:hover {
	color: #fff;
	background: url(images/subnav-active.jpg) no-repeat bottom center;
	}

#subnav li a.active {
	color: #fff;
	background: url(images/subnav-active.jpg) no-repeat bottom center;
	}
	
h1.page-title {
	color: #961010;
	font-size: 3.2em;
	margin: 10px 0 40px;
	}

#main p {
	font-size: 1.2em;
	margin-bottom: 16px;
	text-align: justify;
	}

#main h2 {
	color: #961010;
	font-size: 2em;
	margin-bottom: 8px;
	}

#main h3 {
	color: #000;
	font-size: 1.6em;
	margin-bottom: 5px;
	}
	
#main ul ul {
	font-size: 1em;
	margin-top:0px;
	list-style-type: disc;
	}

#left-col, #right-col {
	width: 440px;
	padding: 0 10px;
	}

#main ul {
	list-style: inside;
	font-size: 1.2em;
	margin: 10px;
	list-style-type: square;
	}
	
img.leftphoto {
	margin: 0 10px 0 0;
	border: 1px solid #999;
	padding: 4px;
	float:left;
	}

img.rightphoto {
	margin: 0 0 0 10px;
	border: 1px solid #999;
	padding: 4px;
	float: right;
	}

table {
	margin-bottom: 12px;
	}

table tr td {
	border-bottom: 1px solid #510909;
	vertical-align: top;
	}

table tr.firstrow td {
	background: #510909;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	font-size: 1.2em;
	}

table tr td {
	padding: 5px;
	}

form table tr td {
	border: none;
	}

form {
	font-size: 1.2em;
	}

form input.text {
	border: 1px solid #666;
	padding: 3px;
	width: 200px;
	}

form input.submit {
	background: #961010;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 17px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	}
		
#footer {
	background: url(images/bg-footer.jpg) no-repeat top center;
	height: 42px;
	margin-bottom: 30px;
	}

.sponsors {
	text-align: center;
	}

.sponsors li {
	list-style:  none;	
	display: inline;
	margin: 0 15px;
	}
