*{
	font-size:11px;
	font-family:verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

body{
	/*background:#9693c8;*/
background:#fff1bc;
	color:#000;
}

p{
	margin:0 0 16px 0;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0;
}

a{
	color:#006402;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.marginTop{
	margin-top:20px;
}

/* BEGIN: Headings ================== */
h1{
	font-size:14px;
	color:#006600;
	margin-bottom:20px;
	font-weight:normal;
}

h2{
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;	
}

h3{
	font-size:14px
}

h4{
	font-size:13px
}

h5{
	font-size:12px
}

h6{
	font-size:11px
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:720px;
	border:solid 15px #006402;
}

#header p.home{
	text-indent:-9999px;
	margin:0;
	width:720px;
	height:333px;
	background:url(images/bgHeaderHome.jpg) no-repeat;
}
#header p.interior{
	text-indent:-9999px;
	margin:0;
	width:720px;
	height:146px;
	background:url(images/bgHeader.jpg) no-repeat;
}
#nav{
	margin:0;
	height:20px;
	color:#FFF;
	text-align:center;
	background:#676799 url(images/bgTopNavBtm.gif) bottom no-repeat;
	padding:8px 0 17px 0;
}
#nav a{
	color:#FFF;
	padding:0 5px;
	text-transform:uppercase;
}
#nav a:hover, #nav a.active{
	color:#ffcc66;
	text-decoration:underline;
}
#midContainerHome{
	min-height:640px;
	background: url(images/bgMiddlehome.gif) repeat-y;
}
#midContainer{
	min-height:640px;
	/* background: url(images/bgMiddle.gif) repeat-y; */
	background-color:#fff;
}

#leftCol{
	float:left;
	width:179px;
	min-height:640px;	
	padding:13px 0 0 0;
	background-color:#F4EAD0;
}
#leftCol h4{
	margin-top:30px;
	padding:0 13px;
	font-size:14px;
	color:#006600;
	font-weight:normal;
}
#leftCol li a{
	padding-left:13px;
	font-size:10px;
	display:block;
	margin-bottom:8px;
	text-transform:uppercase;
}
#leftCol li a:hover, #leftCol li a.active{
	color:#c9982c;
	text-decoration:none;
}

#newsletter{
	padding:15px;
	margin-top:60px;
	background:#d0d6b1;
}
#newsletter h5, #newsletter p{
	font-size:10px;
	margin-bottom:0;
}
#newsletter h5{
	color:#006401;
}
#supnotes {
	padding:15px;
	margin-top:10px;
	background:#d0d6b1;
}
#supnotes h5, #supnotes p{
	font-size:10px;
	margin-bottom:0;
}
#supnotes h5{
	color:#006401;
}

#centerCol{
	float:left;
	width:491px;
	padding:13px 30px 0 20px
}

p.breadcrumb a{
	text-decoration:none;
	padding-right:5px;
}
p.breadcrumb a:hover, p.breadcrumb a.active{
	text-decoration:underline;
}

#footer{
	clear:both;
}
#footer p{
	color:#006401;
	padding-left:250px;
}
#footer p a{
	color:#006401;
	padding:0 5px;
	text-transform:uppercase;
}

