body {
	background-color: #535353;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#pageContainer {
	background-color: white;
	border-left: #313131 solid 1px;
	border-right: #313131 solid 1px;
	border-bottom: #313131 solid 1px;
	width: 960px;	
	margin: 0 auto;
}

#headerContainer {
	width: 960px;
	background: url('img/headerbg.jpg') repeat-x;
	height: 256px;	
}

#headerLeft {
	float: left;
	width: 223px;
	background: url('img/headerleft.jpg') repeat-y;
	height: 235px;	
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

#headerLeft ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;	
}

#headerLeft ul li {
	padding-left: 0px;
	padding-top: 10px;	
	padding-bottom: 8px;
}

#headerLeft ul li a {
		
}

#headerLeft ul li a:hover {
	
}

#headerLeft ul li a img {
	border: none;	
}

#headerImg {
	width: 425px;
	height: 256px;
	margin-left: 243px;
}

#headerRight {
	float: right; 
	width: 282px;
	height: 244px;
	font-size: 16px;
	color: #ddd;
	line-height: 150%;
	font-family: Verdana;
	padding-top: 12px;
}

#contentContainer {
	overflow: hidden;
}	

#contentRight {
	float: right;
	width: 250px;
	background-color: #b9b9b9;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	padding-top: 16px;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	color: #2a2a2a;
	font-size: 14px;
	font-family: Helvetica, Arial;
	text-align: justify;
	line-height: 150%;
}

#contentMain {
	margin-right: 306px;
	text-align: left;
	padding-left: 20px;
	font-family: Helvetica, Arial;	
	color: #3c3c3c;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	padding-top: 16px;
	padding-bottom: 10px;
}

#contentMain td, tr, th {
	font-family: Helvetica, Arial;	
	color: #3c3c3c;
	font-size: 14px;	
}

#contentMain h1 {
	font-size: 26px;
	color: #591919;	
	font-weight: bold;
	margin-top: 6px;
}

#contentMain h2 {
	font-size: 22px;
	color: #591919;	
	font-weight: bold;
}

#contentMain input, textarea {
	border: solid 1px #444;
	background-color: #ddd;	
	padding: 2px;
}

#contentMain input:focus {
	background-color: #abe;	
}

#contentMain .button { 
	border: solid black 1px;
	background-color: #555;
	color: white;	
}

#contentMain .paddedTable td {
	padding: 3px;
}

#contentMain a {
	text-decoration: none;	
	color: #591919;	
	font-weight: bold;
}

#contentMain a:hover {
	text-decoration: underline;	
}

#pageFooter {
	text-align: center;	
	color: #767676;
	font-family: Verdana;
	font-size: 12px;
}

#pageFooter a {
	color: #969696;
	text-decoration: none;	
}