/** Initialization Styles **/
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin:0.5em 0;
}
ul{
	margin-left:2em;
}
fieldset{
	padding:.5em;
}

/** Layout Styles **/
.cbody {
	font:normal 76.1%/1.2em Arial,Helvetica,sans-serif;
	line-height:1.3em;
	background:#C4C5A5; /*ececec;*/
	text-align:center;
	color:#3A2F19;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	width:792px !important;
	width:794px;
	border-left:1px solid #3A2F1B;
	border-right:1px solid #3A2F1B;
	border-bottom:6px solid #3A2F1B;
	background:#DBD8B7 url(../images/bg.jpg) repeat-y top right;
	overflow:hidden;
}

#header {
	background: url(../images/title_bg.jpg) repeat-x;
	height:118px;
	width:792px;
}
#topimgs {
	display:inline;
	float: left;
	width: 80%;
	margin-left:20px;
}
#topmenu {
	display:inline;
	float: right;
	width:15%;
	padding-top:48px;
}
#contentbar {
	float:left;
	width:457px;
	overflow:hidden;
}
#contentbar img {
	padding:0;
	margin:0;
}
#content {
	width: auto !important;
	width:457px;
	margin-top:0 !important;
	margin-top:-3px;
	border-top:6px solid #38301D;
	padding:22px 18px;
}
#content table {
	font-size:1em;
}
#sidebar {
	float:right;
	width:334px !important;
	width:335px;
	height:100%;
	color:#3A2F19;
	border-left:1px solid #C2A970;
}

#footer {
	clear:both;
	background:#53531F;
	border-top:1px solid #97966A;
	border-bottom:1px solid #4D4A1D;
	font-size:.8em;
	line-height:.9em;
	padding:5px;
	color:#B9B78E;/*#DCD9B8;*/
	height:auto !important;
	min-height:36px;
	height:36px;
}

/** Content Styles **/
a, a:visited, a:link {
	color:#966431;
	text-decoration:none;
}
a:hover {
	color:#966431;
	text-decoration:underline;
}
#sidebar a, #sidebar a:visited, #sidebar a:link {
	color:#72270a;
	text-decoration:none;
}
#sidebar a:hover {
	color:#72270a;
	text-decoration:underline;
}

h1 {
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
}
h2 {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:normal;
	text-decoration:underline;
}
h3 {
	font-size:1.3em;
	line-height:1.2em;
}
h4 {
	font-size:1.1em;
	line-height:1.0em;
}
h5 {
	font-size:.9em;
	line-height:.85em;
}
.contentheading, .contentpaneheading {
	font-size:1.2em !important;
	font-size:1em;
	line-height:1.1em;
	font-weight:bold;
	width:100%;
}
.componentheading {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	width:100%;
	padding-bottom:.45em;
}
table.pinfo td {
	padding:5px;
}
#rotating_picture {
	color:#DBD8B7;
	padding-right:10px;
	padding-top:240px;
	vertical-align:bottom;
	text-align:right;
	width:447px;
	height:16px;
	font:normal 9px Arial, Helvetica, sans-serif;
}

/** Module Styles **/
#sidebar .moduletable {
	margin:0;
	padding:5px 5% 5px;
	color:#3A2F19;
	background: #B79857 url(../images/module_bg.jpg) repeat-x top left;
	border-bottom:8px solid #81612E;
	width:90%;
}
#sidebar .moduletable h3{
	text-transform:lowercase;
}
#sidebar .moduletable hr{
	visibility:hidden;
	margin-bottom:3px;
}
#notices {
	text-align:center;
	font-size:.85em;
	line-height:.95em;
}
#notices a, #notices a:visited, #notices a:hover {
	color:#3A2F1B;
}

/** Menu Styles **/
.moduletable-mainmenu {
	background: #BFAA8B url(../images/menu_bg.jpg) repeat-x;
	font-size:1.3em;
	line-height:38px;
	height:38px;
	text-transform:lowercase;
}
.moduletable-mainmenu ul{
	padding:0;
	margin:0;
}
.moduletable-mainmenu ul li{
	display:inline;
	list-style:none;
	padding:0 12px;
	background:url(../images/menu_separator.jpg) right top no-repeat;
}
.moduletable-mainmenu a, .moduletable-mainmenu a:visited, .moduletable-mainmenu a:link{
	color:#DBD8B7;
	font-weight:bold;
}
.moduletable-mainmenu a:hover {
	text-decoration:none;
}


.moduletable-topmenu {
	font-size:1.3em;
	color:#DBD8B7;
	text-transform:lowercase;	
}
.moduletable-topmenu ul{
	padding:0;
	margin:0;
}
.moduletable-topmenu ul li{
	display:inline;
	list-style:none;
	padding:0 12px;
}
.moduletable-topmenu a, .moduletable-topmenu a:visited{
	color:#DBD8B7;
	font-weight:bold;
}

/** Miscellaneous Styles **/
.clr {
	clear: both;
}

#contentbar .blog{
line-height:20px;
}

#contentbar .blog img{
padding-right:15px;

}
