body {
	margin: 0px;
	padding: 0px; /* this is a concession to opera 7 which has margin 0, but some padding by default.*/
	font-size: 10px;
	background: rgb(0,0,0);
	color: rgb(255, 255, 255);
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
}

div#top {
	/*width: 1024px;*/
	height: 50px;
	background: rgb(0,0,150);
	text-align: Right;
	margin-left: 10;
	margin-right: 10;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
}

div#logo {
	/*width: 1024px;*/
	height: 300px;
	text-align: center;
	margin-left: 0;

}

div#sect_nav {
	position:absolute;
	left: 10px;
	top: 60px;
	width: 125px;
	text-align: left;
	background: rgb(0,0,0);
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
}

div#copyright {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	background: rgb(0,0,0);
	color: rgb(255,0,0);
	font-weight: bold;
	text-align: center;
	margin-left: 200;
	margin-right: 200;
}


div#mainpage {
	margin-left: 180px;
	margin-right: 180px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 150%;
	color: rgb(255,255,255);
	font-weight: bold;
}

/* Defines the Styles for this Section */

div#mainpage p {
	text-align: left;
}


div#mainpage h1 {
	font-family: Tahoma, sans-serif;
	font-size: 240%;
	text-transform: uppercase;
	text-align: center;
	color:  rgb(255,255,255);
}

div#mainpage h2 {
	font-family: Tahoma, sans-serif;
	font-size: 160%;
	color:  rgb(255,255,255);
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
}

h3#nav {
	border-top: red;
	border-top-width: thick;
	border-top-style: double;

}










a:link {

	font-style: normal;
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: #00a5c6;
	text-decoration: none;
}


.q{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-weight: bold;
	color: Blue;
	text-align: left;
}

.a{
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: Red;
	text-align: left;

}