/* CSS Document */

#Wrapper {
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	width: 860px;
	height: 860px;
}

#Middle {
	background-color: #000000;
	float: left;
/*	clear: both; */
	width: 860px;
}

#Nav {
	float:left;
	width: 165px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#Nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
}

#Nav ul li {
	background-color: #666666;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#Nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding:5px;
	
}

#Nav li:hover {
	display:block;
	color: #990000;
	background-color: #FFFFCC;
}

#Nav li a:hover {
	color: #000000;
}

#Nav ul li.subheading {
	background-color: #333333;
	font-weight: bold;
}

#Nav ul li.subheading a:hover {
	background-color: #333333;
	color: #ffffff;
}

#Content {
	float:left;
	width: 611px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #000000;
	margin-left: 0px;
	border: 1px solid #000000;
	color: #FFFFFF;
	
}
/*
#Footer {
	float: left;
	clear: both;
	width: 790px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	padding: 5px;
}
*/
body {
	margin: 0px;
	background-color: #666666;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#Content a:link, #Content a:visited {
	color: #FFFFCC;
}

h1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}

#Banner {
	height: 135px;
	width: 860px;
	padding: 0px;
	background-image: url(../images/banner-bg3.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Content .button a {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	float: left;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}
#Content .button a:active {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	float: left;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}
#Content ol li {
	padding-bottom: 3px;
	
}
#status {
	background-color: #FFFFCC;
	color: #000000;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#status a:link, #status a:visited {
	color: #000000;
}

