﻿body
{
	color: White;
	border: 0;
	margin: 0;

}
div.main 
{
    width: 1000px;
    margin: 0 auto;
    overflow: visible;
}

.mybuttons
{
	border: medium solid #666666;
	font-weight: bold;
	color: #666666;
	background-color: Black;
	cursor: pointer;
}
.myfloat
{
	position:absolute;
}
.ModelBackground
{
		background-color: Gray;
		filter:alpha(opacity=70);
		opacity:0.7;
}
.popupctrl
{
	background-color: black;
	border-right: gray thick outset;
	border-top: gray thick outset;
	border-left: gray thick outset;
	border-bottom: gray thick outset;
	color: white;
}
h1
{
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #7F0303;
	font-family: Verdana;
	background-color: #000000;
	vertical-align: top;
}
h2
{
	padding: 0px;
	margin: 0px;
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #7F0303;
	font-family: Verdana;
	background-color: #000000;
	vertical-align: top;
}
.MenuLinks
{
	width:99px;
	min-width:99px;
	min-height:20px;
	height:20px;
	background-color:#7F0303;
	cursor:pointer;
	display:block;
	vertical-align:middle;
	line-height:20px;
	padding:5px;
	text-align:center;
}
#navlist
{
	margin:0;
	padding:0;
}
#navlist li
{
	display:inline;
	padding:0;
	margin:0;
	float:left;
}
#navlist a
{
	width: 108px;
	min-width: 108px;
	min-height: 50px;
	height: 50px;
	background-color: #7F0303;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	line-height: 50px;
	border-right: solid thin #CC0E0E;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:link
{
	width: 108px;
	min-width: 108px;
	min-height: 50px;
	height: 50px;
	background-color: #7F0303;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-right: solid thin #CC0E0E;

}
#navlist a:hover
{
	width: 108px;
	min-width: 108px;
	min-height: 50px;
	height: 50px;
	background-color: #990000;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	display: block;
	color: Black;
	text-decoration: none;
	border-right: solid thin #CC0E0E;
	font-weight: bold;
}
td 
{
	vertical-align:top;
}
a
{
	color:White;
}
a:link
{
	color:White;
}
a:hover
{
	color:White;
}
