body {
	margin: 0;
	padding: 0;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	
	background-color: #666666;
}

a, a:link, a:visited {
	color: #33348D;
	text-decoration: none;
}

a:hover {
	color: #bd282b;
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	margin-top: 10px;
	height: 127px;
	background-image: url(/img/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	z-index: 2;
	padding-top: 68px;
	padding-left: 20px;	
}

.sep {
	height: 1px;
	overflow: hidden;
	background-color: #f8e5b7;
}

#content {
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-y;
}

#content2 {
	background-image: url(/img/art_left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content_table tr td {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

#content_right {
	background-image: url(/img/art_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	
	float: right;
}

#content_area {
	padding-top: 30px;
	padding-left: 20px;
}

#footer {
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 70px;
	padding-top: 25px;
	height: 115px; /* 130 - 25 */
	overflow: visible;
	font-size: 30px;
	color: #fff;
}

#footer_flag {
	position: absolute;
	margin-left: 370px;
	margin-top: -160px;
}

/* TOP NAVIGATION STUFF */
#navcontainer {
	padding: 12px;
	background-color: #f8e5b7;
	height: 20px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
background-color: #f8e5b7;
color: #000;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0em 0.5em;
/*background-color: #036;*/
color: #000;
text-decoration: none;
float: right;
font-weight: bold;
font-size: 16px;
}

#navcontainer ul li a:hover
{
/*background-color: #369;*/
color: #000;
text-decoration: underline;
}

#navcontainer ul li a#current {
	text-decoration: underline;
}

/* SPECIFIC CLASS STYLES */
.txt_white_large {
	color: #fff;
	color: #000033;
	font-size: 20px;
	font-weight: bold;
}

