@charset "utf-8";

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #D10000; /*Default menu color*/
	border-bottom: 8px solid black;
}

.invertedshiftdown2 a:hover{
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: #000000;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#header {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}
#nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #D10000;
	font-size: x-small;
}
#bodycontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding: 5px;
	float: left;
	width: 500px;
	border: 1px solid #D10000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#subcontent {
	padding: 5px;
	float: right;
	width: 200px;
	border: 1px solid #D10000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.clear {
	clear: both;
}
body,td,th {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FFFFFF;
}
.style1 {color: #D10000}