body {
	text-align: center;
	background-color: #CCCCCC;
}
#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	padding-top: 11px;
}

/* header */

#header {
	float: left;
	width: 210px;
	margin-bottom: 2px;
}

/* content */

#colLeft {
	float: left;
/*	width: 203px;
	padding: 0 0 0 0;		*/
	width: 171px;
	padding: 0 16px 0 16px;
	margin: 0 0 45px 0;
}
#colLeft form#frm_search {
/*	padding-left: 16px;			*/
}
#colLeft form#frm_search input.text {
	width: 166px;
}
#colLeft form#frm_search input.button {
	width: 70px;
	margin-top: 4px;
}
#colLeft p {
	line-height: 1.2em;
}

#colRight {
	float: left;
/*	width: 570px;			*/
	width: 557px;
	padding: 0 0 16px 15px;
	border-left: 1px dashed #C5C5C5;
}

/* footer */

#footer {
	clear: both;
}
#footer ul {
	border-top: 1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
	background-color: #E5E5E5;
	margin: 0 0 0 0;
	padding: 4px 0 4px 125px;
	list-style: none;
	list-style-image: none;
	height: 17px;
}
#footer ul li {
	float: left;
	padding: 1px 5px 0 0;
}
#footer ul li#top {
	float: right;
	padding-right: 15px;
	font-size: 0.8em;
}
#footer ul li a {
	display: block;
	padding: 0 0 1px 9px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/design/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer ul li a:hover {
	color: #A81620;
}

/* form styling */

form {
	margin: 0 0 16px 0;
	padding: 0;
}

input.text, select, textarea {
	width: 130px;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #A7A7A7;
}
input.button, .formLine input.button {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 50px;	
}
input.buttonSmall {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 26px;
	margin: 0 0 -1px 0;	
}
input.buttonLarge {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 210px;
}
label {
	width: 130px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #755F46;
	text-align: right;
	padding-right: 10px;
}
.formLine {
	height: 24px;
	clear: both;
}
.formLineLarge {
	height: 90px;
	clear: both;
}
.formLine label, .formLineLarge label {
	float: left;
}
.formLine input {
	float: left;
	width: 220px;
}
textarea {
	width: 330px;
	margin: 10px 0;
}
.formLineLarge textarea {
	float: left;
	width: 220px;
	height: 65px;
}

/* news styles */

p.newsStory {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.4em;
}
p.info {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 18px;
}
p.info a {
	background-image: url(../images/but_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

p.error {
	color: #FF0000;
}

div.searchnav {
	font: bold 65% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #666666;
}
div.searchnav a {
	color: #206E2E;
}
.photoFeat {
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
}

/* Links */

#linksBox img {
	float: left;
	border: 1px solid #353535;
	margin-right: 10px;
}
#linksBox p.linkTitle {
	padding: 0 0 3px 0;
	margin: 0 0 0 0;
}
#linksBox p.linkTitle a {
	font: bold 1em Arial, Helvetica, sans-serif;
/*	color: #F289BA;			*/
}
#linksBox p {
	padding: 0 20px 0 0;
	margin: 0;
	line-height: 1.4em;
}
#linksBox div.clear {
	margin: 10px 20px 10px 0;
	border-bottom: 1px solid #353535;
}