body {
	margin: 0px;
	padding: 0px;
	width: auto;
	background-color: #000000;
	font-family: Times;
	font-size: 12px;
}

#wrapper {
	width: 930px;
	margin: auto;
	background-color: #FFFFFF;
}

#header {
	margin: 0px 50px;
	padding: 10px 0px 10px;
	border-bottom: 1px solid #000000;
}
.headerleft {
	width: 293px;
	float: left;
	margin-right: 7px;
}
.headerright {
	width: 520px;
	float: left;
	border-top: 1px solid #000000;
	padding: 10px 5px;
	margin-top: 40px;
}
.headertitle {
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.headersubtitle {
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
}
.headerfirst {
	font-size: 16px;
	font-weight: bold;
}
.headersecond {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.headersecondimage {
	margin-left: 30px;
	margin-top: -5px;
}

#content {
	margin: 0px 50px;
	padding: 5px 0px 5px;
	border-bottom: 5px solid #000000;
}
.contentleft {
	width: 235px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.contenttitle {
	font-size: 20px;
	font-weight: bold;
	color: #000065;
	padding: 10px 0px 30px 35px;
}
.tablefirstcolumn {
	border: 2px solid #000000;
	border-bottom: 0px;
}
.tablesecondcolumn {
	border: 2px solid #000000;
	border-left: 0px;
	border-bottom: 0px;
	color: #000065;
	font-weight: bold;
}
.tablefirstcolumn2 {
	border: 2px solid #000000;
}
.tablesecondcolumn2 {
	border: 2px solid #000000;
	border-left: 0px;
	color: #000065;
	font-weight: bold;
}
.contentright {
	width: 580px;
	float: left;
	margin-bottom: 10px;
}

.contentlefttable {
	font-size: 18px;
	font-weight: normal;
}

.contentrighttitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #DFDA00;
	border: 1px solid #000000;
	padding: 8px;
	margin-bottom: 5px;
}
.contentrightleftcolumn, .contentrightmiddlecolumn, .contentrightrightcolumn, .contentrightsecondbox {
	width: 168px;
	height: 400px;
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
	padding: 10px 5px;
	font-size: 16px;
}
.contentrightmiddlecolumn {
	width: 183px;
	margin-right: 10px;
}
.contentrightrightcolumn {
	width: 173px;
	margin-right: 0px;
}
.contentrightsecondbox {
	width: auto;
	height: auto;
	float: none;
	margin-right: 0px;
}
.contentrightcolumntitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	line-height: 30px;
}
.contentright ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: square;
	list-style-image: url(../images/romb2.jpg);
}
.contentright ul li {
	padding-bottom: 10px;
}
.contentright ul ul {
	padding-top: 10px;
	margin-bottom: -10px;
	margin-left: 20px;
}
.secondbox {
	border: 1px solid #000000;
	margin-top: 60px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	padding: 10px 0px 20px;
}

.clearboth {
	clear: both;
}
