*{margin: 0; padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
}

#container {
	width: 986px;
	margin: auto;
}

#header {
	width: 986px;
	height: 125px;
	margin: auto;
}

#bodycontainer {
	width: 960px; 
	padding: 0 17px 0px 14px;
	float: left;
	background-image: url(../images/content.png);
	background-repeat:no-repeat;
}

#right {
	width: 204px;
	float:left;
	padding: 7px;
	color: #FFFFFF;
}
#right p {padding: 10px 0;}

#nav {
	width: 209px;
	float: left;  
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/buttons.jpg) no-repeat;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	height: 30px !important;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -35px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#content {
	float: left;
	padding: 10px 6px 15px 6px;
	width:520px;
}

#content img {
	border: 0px;
	float: right;
	padding-left: 5px;
    padding-bottom: 8px;
}

#contentres img {
	border: 0px;
	float: right;
	padding-left: 5px;
    padding-bottom: 8px;
}

#content h1 {
	color: #9e0b0f;
	font-size: 18px;
	padding-bottom: 10px;
}
#content p {padding: 10px;}

#content .emphasis {
	color: #9e0b0f;
	font-weight: bold;
}

#content .bigemphasis {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

#content ul {padding-left: 45px;}

#content a {
	color: #9e0b0f;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #9e0b0f;
	font-weight: bold;
	text-decoration: underline;
}

#content a.emaillink {
	color: #000000;
	text-decoration: none;
}

#content a.emaillink:hover {
	color: #000000;
	text-decoration: underline;
}

th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

td {
	padding-bottom: 5px;
}

.required {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}


#footer {
	width: 960px;
	height: 41px;
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0 11px 0 14px;
	clear:both;
	margin:auto;
}

#footer p {
    text-align: center;
	padding-top: 7px;
}
