/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	background-color: #031300;
	word-spacing: normal;
}

a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
}

a.title_only {
	color: #FEF8D6;
}

h3 {
	line-height: normal;
	font-size:18px;
	}

h4 {
	line-height: normal;
	font-size: 16px;
	}
	
h5 {
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

li {
	line-height: 1.25em;}
	
ol {
	list-style: decimal;
	list-style-position: outside;
}
	
ol img {
	padding: 10px 35px 5px 0px;
}

.link_list {
	color: yellow
}

#container {
	width: 900px;
	position: relative;
	margin: 10px auto;
	background-color: #031300;
	background-image: url(Images/RedBack.gif);
	background-repeat: no-repeat;
}

#header {	
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #FEF8D6;
	letter-spacing: 0.15em;
	width: 250px;
	position: relative;
	top: 30px;
	left: 30px;
}

.spacer {
	width: 5px;
	clear: both;
}

.reg_color {
	color: #FEF8D6;
}
#menu {
	width: 175px;
	float: left;
	padding: 60px 0px 0 0px;
	margin: 0 -200px 0 0;
	position: relative;
	z-index: 10;
}

.mainbody {
	width: 70%;
/*	position: relative;*/
	top: 60px;
	padding: 50px 0 5px 200px;
 	color: #FEF8D6;
	line-height: 1.15em;
	z-index: 5;
}

.mainbodycenter {
	width: 70%;
	position: relative;
	top: 50px;
	padding: 0 0 5em 200px;	
 	color: #FEF8D6;
	line-height: 1.15em;
}

.mainbody #contact {
	font-size: 13px;
	word-spacing: 0.4em;
	line-height: 1.5em;
}

.product td{
	width: 150px;
	text-align: center;
}

.product td img{
     align: middle;
}

.mainbodyleft {
	width: 24em;
	float: left;
	padding: 0 50em 5px 200px;
	margin: 0 -24em 0 0;
	color: #FEF8D6;
	line-height: 1.15em;
}

.mainbodyright{
	width: 18em;
	color: #FEF8D6;
	line-height: 1.15em;
	float: left;
	margin: 0 0 0 -28em;
}

.mainbodyright_wk{
	width: 16.5em;
	float: left;
	color: #FEF8D6;
	line-height: 1.15em;
	margin: 0 0 0 -24em;
}

.mainbody img {
	margin: 0px 10px 5px 10px;
	float: right;
	}
	
.img_left {
	float: left;
}

.mainbody img.img_left{
	float: left;}
	
.no_decoration{
	list-style: none;
	line-height: 1.25em;
}
	
#grades {
	width: 200px;
	text-align: center;
	border-color: white;
}

#future {
	float: right;
	width: 500px;
	
}

#highlight {
	float: left;
	margin: 10px 0px 0px 25px;
	}

#footer {
	position: relative;
	margin: 5em 0 0 0;
	bottom: 0;
	left: 0px;
}

#footer p {
	color: #CCCCCC;
	font-size: 11px;
	text-align: center;
	width: 900px;
}
