@charset "utf-8";
* {margin: 0; padding: 0;}
img {border:0;}
h1 {font-size:26px; margin: 0 0 10px 0;}
h2 {font-size:16px; margin: 0 0 5px 0;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/mainbackground.jpg);
	background-repeat:repeat-x;
	background-color: #121d26;
	text-align: center;
	color: #000000;
	font-size:12px;
}
.cComm #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.cComm #header {
	background-image:url(../images/mainheaderbackground.jpg) ;
	background-repeat:repeat-x;
	height: 47px; /*originally 108px*/
	padding: 53px 0 0 0;
}
.cComm #navbar {
	float: right;
	background-image:url(../images/mainheaderbackground.jpg) ;
	background-repeat:repeat-x;
	height: 47px; 
	padding: 53px 0 0 0;	
}
.cComm #navbar a {
	color:#414c0d;
	text-decoration:none;
	font-size:13px;
	margin: 0 5px;
}
.cComm #navbar a:hover {
	color:#121d26;
}
.cComm #leftcolumn {
	width: 440px;
}
.cComm #rightcolumn {
	width: 385px;
	padding: 0px 0 0 60px;
	float: right;
}
.cComm #rightcolumn img{margin-bottom: 10px;}
.cComm #leftcolumn img{margin-bottom: 10px;}
.cComm #beigeshadow {
	background-image:url(../images/beigeshadow.jpg);
	background-repeat:repeat-x;
	background-color:#e7e7d0;
	height:10px;
	width:960px;
}
.cComm #beigeborder {
	padding:0px 5px 5px 5px;
	background: #a49e7c;
}
.cComm #mainContent {
	width:908px;
	padding:30px 20px 30px 20px;
	color: #353012;
	background-color: #e7e7d0;
	border-bottom: #8f8f7a 1px solid;
	border-left: #8f8f7a 1px solid;
	border-right: #8f8f7a 1px solid;
	line-height: 150%;
}
.cComm #mainContent a {color: #353012;}
.cComm #mainContent p {margin: 10px 0;}
.cComm #mainContent ul {margin: 0px 0 0 50px;}
.cComm #subtext {
	font-style:italic;
	font-size:10px;
	line-height:120%;
}
.cComm #footer {
	background-color: #121d26;
	text-align:center;
	padding: 15px 0;
	font-size:10px;
	color:#999933;
}
.cComm #footer a {color:#999933;}
