@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#pagewrap {
	width: 720px;
	margin: 0 auto;
	font-size: 0px;
	border: 2px solid #666666;
}
h1 {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

#head {
	width: 720px;
	background-image:url(images/headBG.gif);
	height:203px;
	overflow: hidden;
}
#contentText {
	float: right;
	width: 435px;
	margin-right: 10px;
	margin-left: 8px;
}
#content {
	width: 720px;
	background-image:url(images/contentBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#whiteColumn {
	width: 245px;
	text-align:center;
	float:left;
	font-size: 14px;
	line-height: 15px;
	margin-left: 10px;
}

.clear {
	clear:both;
	}
.redText {
	text-align: center;
	color:#B11B20;
	font-size:18px;
	line-height: 25px;
}
p {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
.center {
	text-align:center;}
	
	#menu {
	width: 720px;
	text-align: center;
	height: 20px;
	margin-top: 100px;
}
#lines {
	margin-right: 50px;
	margin-left: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	text-decoration:none;
}
#menu li a{
	text-decoration:none;
	color: black;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 50px;
}
#menu li a:hover{
	font-weight: bolder;
}

