@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, object,
h1, h2, h3, h4, h5, h6, embed,
form, fieldset, a, img, iframe{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	/*background-image: url(../images/bgBody.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	background-color: #dcdaca;
}

p {
	font-size: .9em;
	line-height: 1.4em;
}
	 
#wrapper {
	width: 960px;
	margin: 0 auto;
	
}

#header {
	width: 960px;
	height: 202px;
	margin: 0 auto;
	background-image:url(../images/bgHeader.gif);	
}

#navbar {
	width: 960px;
	height: 34px;
	margin: 0 auto;
	text-align: right;
	background: #003e7e;
	background-image: url(../images/bgNavBar.jpg);
}

.navLink {
	width: 112px;
	height: 34px;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentHome {
	width: 960px;
	height: 470px;
	margin: 0 auto;
	background-image:url(../images/bgContentHome.jpg);	
}

#contentOther {
	width: 960px;	
	margin: 0 auto;
	background-image:url(../images/bgContentOther.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	 
}

#curveTop {
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background-image:url(../images/bgCurveTop.gif);	
}

#shadowTop {
	width: 960px;
	height: 8px;
	margin: 0 auto;
	background-image:url(../images/bgShadow.gif);	
	margin-bottom: 20px;
}

#contentWrapper {
	background-repeat: repeat-y;
	background-image: url(../images/bgContentWrapper.gif);	
}

.photoFloat {
	margin: 30px 0 40px 40px;
	float: left;
}

.photoFloatRight {
	margin: 0 0 0 20px;
	float: right;
}

.attTitle {
	margin: 10px 0 0 0;
	
}

#contentText {
	
	margin: 0 0 0 280px;
	width: 600px;
}

#contentText2 {
	
	margin: 0 0 0 40px;
	width: 875px;
}

.clearFloat {
	clear: both;
	
}

.headerTitle {
	margin: 50px 0 0 60px;
}

h1 {
	float: right;
	font-size: .8em;
	font-weight: bold;
	color: #842b37;
}

h2 {
	font-size: .9em;
	font-weight: bold;
	color: #842b37;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #842b37;
	margin-bottom: 10px;
}

ul {
	margin: 10px 0 0 25px;
	font-size: .8em;
}

li {
	margin: 0 0 10px 0;
	
}

a:link {
color: #842b37;
}

a:hover {
color: #842b37;
}

a:visited {
color: #842b37;
}

a:active {
color: #842b37;
}



