body {
	text-align: center;
	background: #326DA6;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #6196CB url('images/contentbg.jpg') top left repeat-y;
}

#header {
	width: 760px;
	height: 115px;
	background: #6196CB url('images/headerbg.jpg') top left no-repeat;
}

#headertitle {
	float: left;
	text-align: left;
	height: 70px;
	width: 370px;
	padding: 4px 0 0 15px;
}
#headertitle h2 a {
	font-family: Georgia, "Times New Roman", serif;
	text-decoration: none;
	font-size: 182%;
	color: #fff;
	letter-spacing: 0.06em;
}
#headertitle a:hover {
	color: #A6E4FF;
}
#headerinfo {
	float: right;
	text-align: right;
	height: 70px;
	width: 350px;
	padding: 6px 15px 0 0;
}
#headerinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #fff;
}
#headerinfo a {
	color: #FFCD67;
	font-weight: bold;
	text-decoration: none;
}
#headerinfo a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#topmenu {
	clear: both;
	width: 755px;
	height: 35px;
}

#topmenu ul {
	margin: 0;
	padding: 12px 15px 0 18px;
}

#topmenu ul li{
	display: inline;
}

#topmenu ul li a {
	color: #79BDFF;
	text-decoration: none;
	padding: 0 15px;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topmenu ul li a:hover {
 color: #A6E4FF;
}

#feature {
	width: 752px;
	height: 220px;
	margin-left: 4px;
	background: #663300 url('images/promobg.jpg') top left no-repeat;
/*
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
*/
}

#feature h2 {
	font-size: 123.1%;
	color: #fff;
	padding: 18px 15px 4px 12px;
	line-height: 1.1;
	font-weight: bold;
}
#feature p {
	font-size: 108%;
	color: #FFCD67;
	padding: 2px 15px 2px 12px;
	line-height: 1.4;
}
#feature a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#feature a:hover {
	color: #A6E4FF;
	text-decoration: none;
	border-bottom: 1px dotted #A6E4FF;
}

#feature img {
	float: right;
}

#sidebar {
	float: left;
	width: 210px;
}

#sidebarnav {
	padding: 26px 0 40px 4px;
	font-size: 100%;
	font-weight: normal;
}

#sidebarnav ul {
	list-style: none;
	padding: 0;
}

#sidebarnav li {
	list-style: none;
	padding: 6px 0 4px 15px;
	font-weight: bold;
}

#sidebarnav ul li a {
	color: #B36D26;
	text-decoration: none;
}
#sidebarnav ul li a:hover {
	color: #B36D26;
	text-decoration: underline;
}
#sidebarnav ul li ul a {
	color: #744619;
	text-decoration: none;
}
#sidebarnav ul li ul a:hover {
	color: #B36D26;
	text-decoration: underline;
}

#content {
/*	
	margin-left: 240px; 
*/
	width: 520px;
	min-height: 400px;
	float: right;
}

#content h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 167%;
	font-weight: bold;
	color: #163D6A;
	padding: 28px 20px 4px 0;
}

#content h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #B36D26;
	padding: 4px 20px 4px 0;
	line-height: 1.4;
}

#content p {
	font-size: 108%;
	color: #333333;
	padding: 4px 20px 4px 0;
	line-height: 1.4;
}

#content a {
	color: #326DA6;
	text-decoration: underline;
}
#content a:hover {
	color: #6196CB;
	text-decoration: underline;
}

#content ul,
#content ol
 {
	font-size: 108%;
	padding: 0 40px 2px 40px;
	line-height: 1.4;
}
#content ul li {
	list-style-type: disc;
}
#content ol li {
	list-style-type: decimal;
}
#content ul li ul {
	font-size: 100%;
	padding: 2px 40px 2px 15px;
}
#content ul li ul li{
	list-style-type: circle;
}


#footer {
	clear: both;
	text-align: center;
	width: 760px;
	height: 75px;
	background: #6196CB url('images/footerbg.jpg') top left no-repeat;
}

#footer p {
	color: #fff;
	font-size: 77%;
	padding: 40px 0 20px 0;
}
#footer a {
	color: #fff;
}

#fontoptions {
	float: right;
	color: #FFCD67;
	background: #663300 url('images/fontsizebg.gif') top left no-repeat;
	height: 30px;
	width: 150px;
	margin-right: 4px;	
}
#fontoptions label {
	vertical-align: middle;
}
#fontoptions ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#fontoptions li {
	display: inline;
	font-weight: bold;
	list-style: none;
	padding: 0;
	vertical-align: middle;
}
#fontoptions li a {
	color: #FFCD67;
	padding: 3px 5px;
	text-decoration: none;
}
#fontoptions li a.selected {
	background-color: #9C4E00;
	color: #fff;
}
#fontoptions li a span {
	display: none;
}
#fontoptions #font_normal {
	font-size: 12px;
}
#fontoptions #font_large {
	font-size: 14px;
}
#fontoptions #font_xlarge {
	font-size: 16px;
}


/* WORDPRESS */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

td.datahead {
	background-color: #663300;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
td.datasubhead {
	background-color: #A06D27;
	color: #fff;
	padding: 5px;
}
td.data-lt {
	background-color: #eee;	
	color: #000;
	padding: 5px;
}
td.data-dk {
	background-color: #ddd;	
	color: #000;
	padding: 5px;
}
tr {
	vertical-align: top;
}

