body {
	text-align: center;
	background-color: #015480;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 818px;
	border: 1px solid #FFF;
	background-color: #ceeefd;
	background-image: url(../images/design/bkg_main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#bannerSWF {
	text-align: center;
	padding: 0 0 20px 0;
}
#bannerPhoto{
	text-align: center;
}	

#leftCol {
	width: 205px;
	float: left;
	padding: 210px 0 0 155px;
}

#rightCol {
	width: 370px;
	float: right;
	padding: 20px 40px 0 0;
}


/* footer */

#footer {
	clear: both;
	padding: 10px 20px;
}
#footer p {
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#footer ul li {
	float: left;
	padding: 0 2px 0 2px;
	margin: 0;
}
#footer ul li#copyright a {

}
#footer ul li#top {
	float: right;
	font-size: 0.8em;
	padding-top: 1px;
}

#footer ul li a {
	float: left;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #7193a0;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/* other styles */

html>body .clear {
	height: 1px;
	display: block;
}

/* 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 #78b4d1;
	padding: 2px;
}
input.button, .formLine input.button {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 70px;	
}
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: 110px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #0c3950;
	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: 390px;
	margin: 10px 0;
}
.formLineLarge textarea {
	float: left;
	width: 220px;
	height: 65px;
}

/* news styles */

p.newsStory {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.3em;
	padding-bottom: 5px;
}
p.info {
/*	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 18px;			*/
	display: block;
	margin: 0.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
p.info a {
	background-image: url(../images/but_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}
p.newsBase {
	color: #008284;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 6px;
	border-top: 1px solid #CCCCCC;
}

p.error {
	color: #FF0000;
}

div.searchnav {
	font: bold 0.65em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #666666;
}
div.searchnav a {
/*	color: #206E2E;			*/
}
.photoFeat {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.searchnav {
	border-bottom: 2px solid #666666;
	padding: 4px 0;
}