body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	background-color: #f3f3f3;
}

.clear
{
	clear: both;
}


.left
{
	float: left;
	padding: 2px;
	margin: 2px;
}

.right,.aboutText
{
	float: right;
	padding: 2px;
	margin: 2px;
}

.center
{
	text-align: center;
}

a
{
	color: #8a083b;
}

p
{
	padding: 5px;
	margin: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

h2,h3,h4
{
	padding: 2px;
	margin: 2px;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3,h4,strong
{
	color: #434343;
}

#content
{
	
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.box
{
	margin: 4px;
	background-color: #F2F2F3;
	border: 1px solid black;
}

.box h2
{
	font-size: 17px;
	color: #7A2549;
}

.noLine
{
	text-decoration: none;
	border: none;
}

.aRight
{
	text-align: right;
}

.btn 
{
	background-color: #8a083b;
	text-decoration: none;
	color: white;
	border: outset 2px #D37FA0;
	padding-left: 2px;
	padding-right: 2px;
}

.btn:hover
{
	border: inset 2px #D37FA0;
}

#header
{
	background-image: url(images/header.gif);
	width: 725px;
	height: 150px;
	margin-left: 13px;
	text-align: center;
}

#header a
{
	color: white;
	position: relative;
	top: 114px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid white;
}

.first
{
	border-left: 1px solid white;
}

#header a:hover
{
	text-decoration: underline;
}

#body
{
	background-image: url(images/bodyBar.gif);
	background-repeat: repeat-x;
	width: 530px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
	padding: 0px;
	float: right;
	margin: 0px;
	margin-top: 5px;
	position: relative;
	right: 28px;
}

#nav
{
	float: left;
}

#nav ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 29px;
}

#nav ul a
{
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 140px;
	height: 21px;
	border: 1px solid black;
	background-image: url(images/buttonBG.gif);
	padding: auto;
}

#nav ul a:hover
{
	background-image: url(images/buttonBGover.gif);
}

#nav ul li
{
	list-style: none;
	margin-top: 5px;
	text-align: center;
	display: block;
}

.navImg
{
	margin-left: 30px;
	text-align: center;
	margin-top: 10px;
}

.noBorder
{
	border: none;
}

.aboutText
{
	width: 432px;
	margin-left: 0px;
	padding-left: 0px;
}

#footer
{
	margin-top: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 83px;
	color: #838181;
	margin-bottom: 0px;
	padding: 10px;
}

#footer div
{
	background-color: #e0decc;
	border: 1px solid #b3b09b;
}

#footer p
{
	padding: 5px;
	margin: 0px;
}

.bold
{
	font-weight: bold;
}

#leftImage
{
	float: left;
	padding: 0px;
	margin: 5px;
}

#rightImage
{
	float: right;
	padding: 0px;
	margin: 5px;
}