BODY
{
	COLOR: #000; 	
	background: #bdccf7 url(images/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* General Settings */

H1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom: solid 1px #354222;
	margin-top: 0px;
	color: #354222;
}

H2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #354222;
}

H3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #354222;
}


a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}


li{
padding-bottom:10px;
list-style-image:url(images/bullet.jpg);
}




.wrapper
{
	width: 900px;
	display: block;
	border: solid 1px #000;
	position: relative;
}


.container
{
	width: 100%;
}

/* Not important if using one solid header the same size as the container above */

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 116px;
}

/* Use to set the color and size of the leftbar */

td.leftbar
{
	background-color: #8496BE;
	color: #000;
	border-right: solid 1px #000;
	width: 200px;

}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

div.navbar
{
	margin-top: 0px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	display:block;
	width: 200px;
	color: #344123;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background: #ffffff url(images/navbg.jpg) repeat-x;
	border-bottom: solid 1px #324801;

}

/* 
border (format: style size color) solid black on top, and white on bottom gives effect of inner drop shadow - button being pushed down 
*/

a.nav:hover{
background: #B3C2ED url(images/navcontinerBG.jpg) repeat-x;
}




td.mainwindow
{
	background-color: #fff;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 900px;
}

.mainbodytext
{
	padding: 12px;
}

div.copy {
	color: #000; 
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D7E0FD;
	border-top: solid 1px #000;

}







