/* MCS CSS -- Screen */

/* Layout */
body {
	background: url(../images/grey_dots.gif);
	margin: 0;
	padding: 0;
}
#page {
	width: 750px;
	margin:auto;
	background:#fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 100%;
}

/* header */
#masthead {
	width: 750px;
	margin: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/topright.gif);
 }
#top_nav {
	position: absolute;
	width: 550px;
	text-align: center;
	float: right;
	top: 0px;
	height: 22px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #006600;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border:solid 1px #FFFFFF;
	margin-right: 2px;
	text-transform: lowercase;
}
#top_nav a:hover {
	background-color: #660000;
}
#top_nav a:active {
	color: #333333;
	background-color: #FFFFFF;
}
/* end of header */

/* main content */
#content_container {
	width: 748px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	float: left;
}
#content {
	margin: auto;
	position: relative;
	float: left;
	width: 600px;
	padding: 10px;
}
#section {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 580px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

/* end of main content */

/* ads */
#ads {
	float: left;
	position: relative;
	width: 120px;
	padding: 3px;
	margin-top: 5px;
}
/* end of ads */

/* footer */
#footer
{
	text-align: center;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.75em;
	color: #FFFFFF;
	position: relative;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}
/* end of footer */

/* formatting */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	text-transform: lowercase;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 0.9em;
}
h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.7em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#body_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 3px;
}
#body_links a:hover {
	color: #FFFFFF;
	background-color: #006600;
}
#content #section ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
