/* CSS Document */

body {
	margin: 0px;
	min-height: 100%;
    width: 100%;
    height: 100%;
}#mission {
	background-image: url(../images/mission.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#footer_bg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	bottom: 0;
	float: left;
	margin-top: 30px;
}
#footer {
	height: 42px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.footer_logo {
	height: 28px;
	width: 31px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 858px;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #921C13;
	line-height: 20px;
}
#content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #740F13;
	line-height: 20px;
	text-decoration: none;
}
#home_logo {
	float: left;
}
#desc {
	float: right;
}
#col1 {
	width: 550px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	float: left;
}
#col1 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
#col1 table p {
	padding: 5px;
}
#col2 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
#col2 table p {
	padding: 5px;
}
#col2 {
	float: right;
	width: 295px;
}
#col3 {
	float: right;
	width: 160px;
}
#mission_bg {
	background-image: url(../images/mission_bg.gif);
	background-repeat: repeat-x;
	height: 170px;
	width: 100%;
	margin-bottom: 30px;
}
#nav_bg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 54px;
	width: 100%;
	top: 0;
}
#header {
	height: 105px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#links li {
	float: left;
}
#footer_text {
	width: 450px;
	float: right;
	font-family: Helvetica;
	font-size: 11px;
	line-height: 15px;
	color: #686868;
	margin-top: 15px;
}
#links,#links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer_text a {
	color: #656565;
	text-decoration: none;
}
#footer_text a:hover {
	color: #921C13;
	text-decoration: none;
}
#content h1 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica;
	font-weight: bold;
	color: #921C13;
	margin-left: 10px;
}

#content h2 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica;
	font-weight: normal;
	color: #921C13;
	margin-left: 10px;
}

#box {
margin: 3px;
margin-left:20px;
margin-right:20px;
border-width:thin;
border-style:dotted;
border-color:#666666;
padding: 4px;
}

.icon {
border: none;
text-decoration:none;
}

.small_text {
	font-size:10px;
}