body {
	margin:0;
	background-image:url(images/bg.png);
	background-attachment:fixed;
	/* background-color:#c5d7bf; */
	background-repeat:repeat;
}

/* Main Divs */

#wrap {
	width:875px;
	margin:auto
}

#header {
	clear:both;
	border-bottom: #000066 6px solid;
}

	#header_left {
		width:362px;
		margin:20px 0 20px 30px;
		float:left;
		clear:left;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		color: #000072;
		font-weight:bold;
		}
	
	#header_right {
		width:260px;
		margin:15px 70px 5px 0;
		float:right;
		clear:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#200066;
		font-weight:bold;
		}

#nav {
	width:164px;
	padding:10px;
	float:left;
	clear:left;
	border-right: #000066 6px solid;
}

#body {
	width:665px;
	padding:10px;
	float:right;
	clear:right;
}

#body li {
	color:#000066
}

	#home_text {
		width:175px;
		height:100px;
		position:relative;
		z-index:55;
		top:380px;
		left:200px;
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		color:#000070;
	}

.clear {
	clear:both;
	}
	
/*  Nav */

li.navlist, p {
	font-family:"Times New Roman", Times, serif;
	list-style:none;
	color:#000066;
	font-size:14px;
	margin-bottom:10px;
	}
	
li.navlist2 {
	font-family:"Times New Roman", Times, serif;
	list-style:none;
	color:#000066;
	font-size:16px;
}

ul.navlinks1 {
	margin:10px;
	}

ul.navlinks22 {
	margin:0;
	padding:0;
	}
	
a.navlinks {
	text-transform:uppercase;
	text-decoration:none;
	color:#000066;
}
	
a.navlinks2 {
	text-decoration:none;
	font-size:16px;
	color:#000066;
}

tr.title {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000066;
}

h2 {
	color:#000066;
}