/* defining tag elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #939393;
	background-color: #8D8D91;
	margin: 0px;
	padding: 0px;
}

/* links */
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#left a {
	color: #334d55;
	text-decoration: underline;
}
#left .leftlinks {
	padding-left: 5px;
	font-size: 80%;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 140%;
	color: #006699;
	padding-top: 5px;
	padding-bottom: 10px;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/* lists */
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* containers for page */
#ct {
	text-align: center;
	width: 100%;
}
#ctshell {
	background-color: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* defining form elements */
input.bgo {
	font-size: 9pt;
	margin-bottom: 3px;
}

/* header elements */
.logo {
	float: left;
}

#search {
	text-align: right;
	padding-right: 10px;
	float: right;
	padding-top: 20px;
}

.botfill {
	background-image: url(images/baseheadfill.gif);
	background-repeat: repeat-x;
	height: 5px;
}

/* Footers */
#footer {
	background-image: url(images/footfill.gif);
	background-repeat: repeat-x;
	height: 23px;
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	clear: both;
}
#disclaimer {
	float: left;
	width: 350px;
	text-align: left;
	padding-top: 3px;
}
#links {
	float: right;
	width: 400px;
	padding-top: 3px;
}
#nav {
	width: 400px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: right;
	margin: 0;
	list-style: none;
	padding-right: 5px;
}

/* Left column content */
#left {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.leftimgs {
	text-align: center;
	font-size: 80%;
	color: #006699;
}
.leftimgs p {
	margin:0 0 5px;
}
#left h3 {
	padding: 0;
	margin-bottom: 5px;
	color: #006699;
}
.address {
	font-size: 80%;
	color: #334d55;
	padding-left: 5px;
}

/* Main content */
#content {
	float: right;
	width: 555px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
}

/* Main content - Breadcrumb */
#content #breadcrumb {
	font-size: 70%;
	padding: 0 0 0 0;
}

/* Main content - Feature */
#content .feature {
	padding: 0;
	font-size: 90%;
}

#content .feature p {
	padding: 0;
	margin: 0px 0px 10px;
}

#content .feature h3 {
	padding: 0;
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
	color: #939393;
}

#content .feature img {
	float: left;
	padding: 0;
	margin: 0 8px 10px 0;
}

/* Main content - Story */
#content .story {
	color: #334d55;
	clear: both;
	padding: 0;
	font-size: 90%;
}

#content .story p {
	padding: 0;
	margin: 0px 0px 10px;
}

#content .story h3 {
	padding: 0;
	font-size: 120%;
	margin-bottom: 10px;
}



.contactwhite {
	background-color: #FFF;
}
