/* CSS Document */

body{
	font-family: verdana;
	background-color: #000000;
	background-position: top center;
	font-size:12px;
	line-height: 1.75;
}
a{
	font-weight:bold;
	color:#fcfcfc;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.headerBox{
	margin-bottom: 0px;
	margin-top: 80px;
}

.MainBox{
	background-color: #FFFFFF;
	color:#000000;
	font-size: 12px;
	width: 760px;
	padding: 10px 20px 30px 20px;
}

.MainBox a:link {
	font-style:strong;
	color:#8701de;
}
.MainBox a:visited{
	color:#fd0002;
}

.Mainbox a:hover {
	color:#fddb00;
}

.navbar{
	background-color: #FD0002;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.25;
}

.navbar a:link {
	font-style:strong;
	color:#FFFFFF;
	display: block;
	height: 32px; 
	width: 111;
}

.navbar a:visited{
	color:#FFFFFF;
	display: block;
	height: 32px; 
	width: 111;
}

.navbar a:hover {
	background-color:#8701DE;
	text-decoration:none;
}


h1{
	font-size: 140%;
	line-height: 1;
	color: #8701de;
	font-family: Verdana, san-serif;
}

h2{
	font-size: 120%;
	color: #fd0002;
	font-family: Verdana, san-serif;
}

.footer a:link {
	font-style:strong;
	color:#000000;
}
.footer a:visited{
	color:#fd0002;
}

.footer a:hover {
	color:#fd0002;
}

.footer{
	background-color: #fddb00;
	text-align:center;
	font-weight: bold;
	color:#000000;
	font-size: 10px;
	padding: 1px 0px 1px 0px;
	line-height: 1.5;
}

.allcontent{
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#autospacing {
	line-height: 1.5;
}

#menu {
	line-height: 1.25;
	border-color:#000000;
	border-width: thin;
	border-style: solid;
}

img{
	border: 0;
}