@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgrounds/paperemboss.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #771C6C;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #771C6C;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #771C6C;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-bottom: 15px;
	color: #666666;
}
li {
	font-size: 12px;
	line-height: 18px;
}









/*maxmin code from Wickham's XHTML & CSS tutorial http://www.wickham43.supanet.com/~wickham43/tutorial/maxminwidth.html*/

#container {
	padding: 0;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #000000;
	background-image: url(images/backgrounds/navbarline.gif);
	background-repeat: repeat-y;
}
a {
	color: #660066;
}
a:hover {
	color: #CC0000;
}


#header {
	height: 143px;
	background-image: url(images/headercomposite.jpg);
}
#navbar  {
	width: 160px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#navbar p {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar a {
	font-weight: normal;
	display: block;
	width: 140px;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #761E6D;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}











#content {
	width: 610px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}
.hideTitle {
	display: none;
}








.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	margin: 0px;
	padding: 0px;
}
.mainMenu {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.subMenu {
	padding-left: 10px;
	font-size: 12px;
}

.paragraphNospace {
	margin: 0px;
}
.footertext {
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}








.imageRight {
	float: right;
	margin: 0px;
}
.imageRightMargins {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.imageLeft {
	float: left;
	margin: 0px;
}
.imageLeftMargins {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.navImage {
	float: left;
	margin-right: 5px;
}
.twoColcontainer {
	clear: both;
	margin: 0px;
	height: auto;
}
.photoCaptionClear {
	font-style: italic;
	clear: both;
	margin-top: 5px;
	line-height: normal;
}
.photoCaptionNoclear {
	font-style: italic;
	line-height: normal;
	margin-top: 5px;
}
.red {
	color: #FF0000;
}
