@charset "utf-8";
body {
	margin: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
a:link {
	color: #066674;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #066674;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
        a {
	font-weight: bold;
}
.menubg {
	background-image: url(images/menubg.jpg);
}
.menubg a  {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:20px;
	text-decoration: none;
	font-weight: normal;
}
.leftbg {
	background-image: url(images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #62503d;
}
.rightbg {
	background-image: url(images/rightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #62503d;
}.bottomstripe {
	background-image: url(images/bluestripe.jpg);
	background-position: top;
	background-color: #000;
	background-repeat: repeat-x;
}
#mainbody {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	padding-top: 131px;
	padding-bottom: 85px;
}
.bottominfohead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.whitetext, .whitetext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.logininput {
	width: 150px;
}
.headingblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.headingblue {
	color: #066676;
}

