body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: white;
	background: #8f83c6 url("images/body-bg.png") repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 10px auto 35px auto;
	padding: 0;
	width: 1100px;
}

#container2 {
	background-color: transparent;
	background: url("images/container.png");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 14px;
}

#container3 {
	float: left;
	margin: 0px 0px 0 24px;
	padding: 0;
}

#container3 h4 {
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#container4 {
	float: left;
	margin: 0px 0px 0 0px;
	padding: 0;
}
#container4 h4 {
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 7px;
	margin: 0;
	padding: 0;
}

#header {
	background-color: transparent;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	color: white;
	margin: 0;
	padding: 15px 11px 5px 11px;
}

#menu {
	margin: 0;
	padding: 0 0;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 5px 10px 18px 10px;
	background-image: url("images//menu.png");
	background-repeat: repeat-x;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li a:link, #menu li a:active, #menu li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 3px 6px;
	border: 1px solid transparent;
}

#menu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 3px 6px;
	border: 1px solid #00ff00;
}

#menu li.selected a:link, #menu li.selected a:active, #menu li.selected a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #00ff00;
	margin: 0;
	padding: 3px 6px;
	border: 1px solid transparent;
}

#menu li.selected a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 3px 6px;
	border: 1px solid #00ff00;
}

#submenu {
	float: left;
	width: 176px;
	background-color: black;
	background-position: bottom left;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 8px 16px 0px 0px;
	padding: 0 5px;
}

#submenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	border-bottom: 2px solid #0000ff;
	margin: 0 0 15px 0;
	padding: 12px 10px 5px;
}

#submenu ul {
	margin: 0;
	padding: 0 0 6px 10px;
}

#submenu li {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 5px 0 5px 0;
	padding: 0;
}

#submenu li a:link, #submenu li a:active, #submenu li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#submenu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00ff00;
}

#submenu li.selected a:link, #submenu li.selected a:active, #submenu li.selected a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00ff00;
}

#submenu li.selected a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00ff00;
}

#content {
	width: 800px;
	min-height: 300px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	background-color: black;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

#content a:link, #content a:active, #content a:visited {
	font-weight: bold;
	color: #ffffff;
}

#content a:hover {
	font-weight: bold;
	color: #00ff00;
}

#content th a:link, #content th a:active, #content th a:visited {
	font-weight: bold;
	color: #ff0000;
}

#content th a:hover {
	font-weight: bold;
	color: #00ff00;
}
	
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: white;
	border-bottom: 3px double #0000ff;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin: 0 0 10px 0;
	padding: 0;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

#content dt, #content th {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#content .time {
	font-size: 11px;
	color: #999999;
}

#footer {
	background-color: transparent;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0;
}

#footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0px 24px 20px 24px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #ff0000;
}

a:hover {
	font-weight: bold;
	color: #00ff00;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 12px;
}
