body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: url('../images/bg.gif') repeat top left;
	margin: 0 0 auto;
}
input.noimage {
background-color: #999;
border:none;
font-size: 11px;
text-decoration: underline;
font-weight: bold;
color: #fff;
}
input.noimage:hover {
background-color: #999;
border:none;
font-size: 11px;
text-decoration: underline;
font-weight: bold;
color: #1C3F93;
}
#mainpage {
	height: 100%;
	width: 700px;
	background-color:#000;
}
#banner {
	margin: 0 0 auto;
	height: 100px;
	width: 700px;
}
#navbar {
	margin: 0 0 auto;
	height: 100%;
	width: 700px;
	color: #FFF;
	background-color:#000;
}
#navbar ul {
	margin: 0 0 auto;
	list-style-type: none;
	float: left;
	display: block;
	}
#navbar ul li {
	text-transform: uppercase;
	list-style-type: none;
	display: inline;
	margin: 0 0 0 15px;
}
#navbar ul li a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
#heading {
	margin: 0 0 auto;
	height: 35px;
	width: 700px;
	background-color:#000;
}
#heading h4 {
	padding: 10px;
	color: #FFF;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}
.homeheading {
	padding: 10px 10px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.subheading {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#maincontent {
	margin: 0 0 auto;
	height: 100%;
	width: 700px;
}
#content {
	margin: 0 0 auto;
	width: 700px;
	background-color: #666;
}
#content a {
	margin: 0 0 auto;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	margin: 0 0 auto;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #1C3F93;
	font-weight: bold;
	text-decoration: none;
}
.normaltext {
	width: 500px;
	padding: 10px;
	color:#000;
	font-size: 12px;
}
.imagetext {
	width: 680px;
	padding: 10px;
	color:#000;
	font-size: 12px;
}
.contacttext {
	padding: 10px;
	color:#000;
	font-size: 12px;
}
#briefinfo {
	margin: 0 0 auto;
	height: 100%;
	width: 700px;
}
#briefinfo p {
	padding: 10px;
	background-color:#333;
	text-align: center;
	color:#FFF;
	font-weight: bold;
}
#footer	{
	margin: 0 0 auto;
	height: 50px;
	width: 700px;
	background-color:#000;
}
#footer ul {
	margin: 20px 15px 0 0;
	list-style-type: none;
	float: right;
	display: block;
	text-align:right;
	}
#footer ul li {
	list-style-type: none;
	display: inline;
	color: #FFF;
	margin: 0 0 0 15px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
