@charset "utf-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	background-color: #0F2849;
}

/* CSS Document */

.mainstyle #container {
	width: 974px;
	height: auto;
	/*height: 600px;*/
	background: #BFBFBF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
} 

.mainstyle #header {
	background-image: url(../Images/headerimage.jpg);
	background-repeat: no-repeat;
	background-color: #0F2849;
	height: 147px;
	width: 974px;
	background-position: center center;
}
.mainstyle #menubar {
	height: 36px;
	width: 974px;
	background-image: url(../Images/MenuBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
}

/*body code*/
.mainstyle #bodycontainer {
	width:974px;
	height: 650px;
}
.mainstyle #bodyleft {
	float: left;
	width: 201px;
}
.mainstyle #bodyright {
	float: right;
	width: 773px;
	margin-top:20px;
	text-align: center;
	vertical-align: middle;	
}
.mainstyle #bodyrighttop {
	width: 773px;
	height: 450px;
}
.mainstyle #bodyrightbottom{
	width: 773px;
	height: 150px;
	text-align: center;
}
/*bottom code*/
img
{  border-style: none;
}
a {
   outline: none;
}
.mainstyle #bottom {
	background-image: url(../Images/Bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
	width: 974px;
	background-color: #102540;
}
p.burgundy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #300;
	text-align: center;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
}
.mainstyle ul {
	list-style-type: none;
	overflow:hidden;
	zoom: 1;
}
.mainstyle li {
	display: inline;
	line-height: 2em;
	color: #FFF;
	font-weight: bolder;
}

