@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin: auto;
}
#navigation {
	font-size: 12px;
	color: #522c1b;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: right;
}

#navigation a:link {
	color: #522c1b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation a:visited {
	color: #522c1b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation a:hover {
	color: #522c1b;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#navigation a:active {
	color: #522c1b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#message {
	font-size: 18px;
	color: #522c1b;
	line-height: 22px;
	text-align: justify;
	margin-left: 525px;
}
#logo {
	text-align: center;
	vertical-align: middle;
	height: 130px;
	float: left;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #C7D4D9;
	padding: 1px;
}
#content {
	color: #44697D;
	font-size: 14px;
	line-height: 20px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#content a:link {
	color: #44697D;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #44697D;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #44697D;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #44697D;
	font-weight: bold;
	text-decoration: none;
}
#leftcotent {
	width: 725px;
	float: left;
}
#rightcontent {
	margin-left: 750px;
	text-align: center;
}

#content h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #5A2B19;
	margin-top: 15px;
	margin-bottom: 15px;
}
#imagesrow {
	margin-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7D4D9;
	border-bottom-color: #C7D4D9;
	background-image: url(../images/images-bg.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

#contact {
	font-size: 12px;
	line-height: 18px;
	color: #522c1b;
}
#contact a:link {
	color: #466D7E;
}
#contact a:visited {
	color: #466D7E;
}
#contact a:hover {
	color: #466D7E;
	text-decoration: none;
}
#contact a:active {
	color: #466D7E;
}
#footer {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.imgborder {
	border: 1px solid #C7D4D9;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tableheader {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.tabletext {
	color: #5A2B19;
	padding: 5px;
}
#content h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #5A2B19;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebarpic {
	border: 1px solid #522C1B;
	width: 195px;
	margin-bottom: 5px;
}

.piccaption {
	color: #5A2B19;
	background-color: #FFFFFF;
	width: 195px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.piccaption p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.profilepic {
	border: 1px solid #C7D4D9;
	margin-right: 10px;
	margin-top: 4px;
}
.brown {
	color: #522C1B;
}
#content ul li {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: square;
}
