html,body {
	margin:0 0 20px 0;
	padding:0;
}

body {
	font: 14px verdana, arial, helvetica, sans-serif;
	color: #000;
	background:#fff url(images/texbkgr.gif) repeat;
}
.menu { 
	margin:0 auto;
	padding:0;
	height:30px;
	width:100%;
	display:block;
}
.menu li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.menu li a {
	float:left;
	padding-left:15px;
	display:block;
	color:#000;
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:10px;
	background:#FFCC00;
}

.menu li a:hover {
	color:#A33A4A;
	padding:10px;
	background:#000;
}

.menu li a.active { 
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
	padding:10px;
}
.menu li a.active:hover {
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#A33A4A;
	background:#000;
	padding:10px;
}

div#container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000;
}
div#wrapper {
	float:left;
	width: 960px;
	background-color:#fff;
	margin: 0 auto;
	border: 1px solid #000;
}

div#header {
	height:150px;
	background: #FFCC00 url(images/header.jpg) no-repeat;
}

div#headerret {
	height:150px;
	background: #C1B98F url(images/headerret.jpg) no-repeat;
	width:960px;
}

#title {
	font-family: georgia, times new roman, times, serif;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	margin:0;
	padding:20px 0 0 250px;
	color: #A33A4A;
	font-size: 30px;	
	line-height:normal;
}

#subtitle {
	font-family: georgia, times new roman, times, serif;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 150%;
	padding:20px 0 0 253px;
}

#subtitlesm {
	font-family: georgia, times new roman, times, serif;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 130%;
	padding:10px 0 0 253px;
}

/*Navigation Styles*/

div#navleft1 {
	float:left;
	width:195px;
	margin:10px 0 0 5px;
}

div#navleft1 h1 {
	padding: 5px 0 0 25px;
	margin: 0;
	background: url(images/bg_navleft1.gif) no-repeat;
	color: #16438B;
	height: 28px;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#nav {
	padding: 0;
	margin: 0 0 0 17px;
	border-left: 2px solid #9A0B39;
}

#nav li	{
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	line-height: 2em;
}

#nav li a,#nav li a:link,#nav li a:active,#nav li a:visited {
	color: #000;
	text-decoration: none;
	outline:none;
}

#nav li a:hover {
	color: #999;
	text-decoration: underline;
}

.box {
	width:160px;
	padding:0 0 14px 0;
	margin:14px 0 0 18px;
	background: #FFCC00 url(images/box.gif) bottom left no-repeat;
}

.box h4 {
	font-size: 100%;
	margin:0;	
	padding:10px 10px 3px 10px;
	background: #FFCC00 url(images/box.gif) top left no-repeat;
}

.box p {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #006600;	
	border-width:0 1px;
	background:#FFCC00;
}

div#navleft2 {
	float:right;
}

#navleft2 img {
	margin-left: 5px;
}

ul#submenu {
	margin: 20px 0 10px 0;
	padding-left: 20px;
}

#submenu li {
	color: #d25f58;
}

#submenu a,#submenu a:link,#submenu a:active,#submenu a:visited {
	color: #cc0000;
	text-decoration: underline;
	outline:none;
}

#submenu a:hover {
	color: #eb9999;
	text-decoration: none;
}

a,a:link,a:active,a:visited {
	color: #cc0000;
	text-decoration: underline;
	outline:none;
}

img {
	border: 0;
}

a:hover {
	color: #eb9999;	
	text-decoration: none;
}

/*Footer Styles*/

#footerwrapper {
	width:960px;
	margin:0 auto;
	border:1px solid #000;
	background-color:#C1B98F;
	height:70px;
	color:#000;
	float:left;
}

#footerleft {
	padding:10px;
	float: left;
	width: 400px;
	text-align: left;
}

#footerright {
	padding:10px;
	font-size:12px;
	float: right;
	width: 400px;
	text-align: right;

}

/*Content Styles*/

div#content	{
	margin-left:400px;
	background: #fff url(images/bg_content.jpg) no-repeat 20px 0%;
	border-bottom: 1px solid #ff9900;
}

div#content2	{
	background: #fff url(images/bg_content2.jpg) no-repeat 20px 0%;
	width:580px;
	float:right;
}

div#content h1,h2,h3 {
	font-family: georgia, times new roman, times, serif;
	padding: 14px 0 10px 50px;
	color: #009933;
	font-size: 150%;
	letter-spacing: 1px;
}

div#content h4,h5,h6 {
	font-family: georgia, times new roman, times, serif;
	color: #A33A4A;
	font-size: 130%;
	letter-spacing: 1px;
}

div#content2 h1,h2,h3 {
	font-family: georgia, times new roman, times, serif;
	padding: 14px 0 10px 50px;
	color: #009933;
	font-size: 150%;
	letter-spacing: 1px;
}

div#content2 h4,h5,h6 {
	font-family: georgia, times new roman, times, serif;
	color: #A33A4A;
	font-size: 130%;
	letter-spacing: 1px;
}

#text	{
	margin:10px 20px 20px 20px;
}

div.hr {
	height: 20px;
	background: #fff url(images/hr.jpg) repeat scroll center;
}

div.hr hr {
	display: none;
}

.imgleft {
	float: left;
	margin: 5px 10px 0 0;
}

.imgright {
	float: right;
	margin: 5px 0 0 10px;
}
div.box p {
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
}