@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #999999;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 900px;
	background-image: url(../images/header.jpg);
	position: relative;
}
#contact {
	background-image: url(../images/contact.png);
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 89px;
	position: relative;
	left: 650px;
	top: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}
#contact p {
	margin-left: 32px;
	line-height: 28px;
}
#contact a:link, #contact a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#contact a:hover, #contact a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#mainNav {
	margin: 0px;
	width: 900px;
	height: 50px;
	padding: 0px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	display: inline;
	margin-left: 15px;
	font-size: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #000066;
}
#mainNav a:hover, #mainNav a:active {
	text-decoration: underline;
	color: #000066;
}

#content {
	margin: 0px;
	padding: 25px;
	width: 850px;
}
#content a:link, #content a:visited {
	color: #0033CC;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #0033CC;
	text-decoration: none;
}

#content p {
	line-height: 1.4em;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	text-align: center;
	line-height: 30px;
	background-color: #333333;
	color: #FFFFFF;
}
#footer p {
	font-size: .8em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.homeImg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.underlined {
	text-decoration: underline;
}
.floatLeft {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.breadCrumb {
	font-size: 14px;
}
.clickEnlarge {
	font-size: 10px;
}
.floatRight {
	float: right;
}
