body {
	text-align: center;
	background-color: #F9F9F9;
}
#container {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	border: 5px solid #FFF;
}

/* header */

#header {
	margin-bottom: 1px;
}
#header img {
	border: 0;
}

#border {
	height: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/design/bkg_border.gif);
	background-repeat: repeat-y;
}

#menuPopup form#frm_search {
	float: right;
	margin: 5px 0 0 0;
}
#menuPopup form#frm_search input.text {
	width: 120px;
}
#menuPopup form#frm_search input.button {
	width: 28px;
	margin: 0 6px -2px 0;
}

/* content */

#colLeft {
	float: left;
	width: 124px;
	padding: 0 10px 0 10px;
	margin: 26px 0 45px 0;
	text-align: center;
}
#colLeft p {
	line-height: 1.3em;
	font-size: 0.6em;
}
#colRight {
	float: left;
/*	width: 591px;			*/
	width: 557px;
	padding: 16px 16px 16px 16px;
	margin: 26px 0 45px 0;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	background-color: #F3F1F2;
	background-image: url(../images/design/bkg_content_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* footer */

#footer {
	clear: both;
}
#footer ul {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #E5E5E5;
	margin: 0 0 0 0;
	padding: 4px 0 4px 145px;
	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: 3px;
	margin-bottom: 18px;
	margin-right: 23px;
}
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: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

#videoBorder {
	border-top: 4px solid #000;
	height: 309px;
	width: 557px;
}