body {  
    position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(images/bg_texture.gif) repeat center top;
}

h1 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 1.0em;
	padding: 2px;
	margin: 10px;}

h2 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: .8em;
	padding: 2px;
	margin: 10px;}

h3 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: .7em;
	padding: 2px;
	margin: 10px;}

p, td, {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: .6em;
	padding: 1px;
	margin: 1px;
	}
	
a:link {
	   color: blue;
	   text-decoration: none;
	}
	
a:visited {
	color: blue;
	text-decoration: none;
	}
	
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: under-line;
	}


#page {
	  position: absolute;
	  top: 0px;
	  left: 50%;
	  padding: 0;
	  margin-left: -360px;
	  width: 732px;
	  height: 870px;
  	  background-color: white;
	  display: block;
}

#header {
    position: absolute;
	top: 0px;
	left: 0px;
    width: 732px;
    height: 232px;
    background: rgb(160,195,215);
	dispaly: block;
}

#mainnavbar {
	position: absolute;
	top: 188px;
	left: 0px;
	width: 732px;
	height: 35px;
	vetical-align: middle;
	background: rgb(160,195,215);
	display: block;
}

#mainnavbar a {
    padding: 10px;
	margin: -1px;
	font-weight: bold;
	color: rgb(6,118,160);
}

#mainnavbar a:hover {
	color: black;
}

#footer {
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 732px;
    height: 50px;
    background: white;
	dispaly: block;
}

#content {
    position: absolute;
	top: 230px;
	left: 0px;
	width: 732px;
    height: 325px;
    background-color: white;
	display: block;
}

#maincontent {
    position: absolute;
	top: 51px;
	left: 0px;
    width: 400px;
    height: 200px;
    background: white;
	display: block;
}
	
#leftcontent {
}

#rightcontent {
    position: absolute;
	top: 0px;
	left: 400px;
    width: 332px;
    height: 470px;
    background: white;
	display: block;
}


	
	
.Page_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #507CA7;
	text-align: center;
}
.Body_Text, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 18px;
}
.Heading_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #517CA8;
}

/*
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: list-item;
	line-height: 16px;
}
*/
