.bodytext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headingtext {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 990000;
}
.secondboldbody {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 990000;
}
.blackheading {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.comicsanstext {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.blackitalicbold {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.whiteheading {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.BLUEbodytext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.BROWNbodytext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663300;
}
.GREENbody {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #004800;
}
.headingtextred {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.bodyred {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

#mainHeader {
	background:#CCCCCC;
	width:740px;
	height:180px;
	color:#FFF;
	text-align:center;
	margin:auto;

}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	font-style:italic;
}

h3 {
	font-family:"Century Gothic";
	font-weight:375;
	font-size:18px;
	color:#666;
	font-style:italic;
	text-align:right;
}

#menu {
	width:740px;
	height:89;
	background-color:#FFF;
	border: thin solid #cccccc;
	text-align:center;
}

.menuText a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #7F0000;
	text-decoration: none;
	background-color:#cccccc;
}
.menuText a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #7F0000;
	text-decoration: none;
	background-color:#CCCCCC;
}
.menuText a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF9;
	text-decoration: none;
	background-color:#CCCCCC;
}
.menuText a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #7F0000;
	text-decoration: none;
	background-color:#CCCCCC;
}

a:link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#00F;
	text-decoration:underline;
	background-color:#FFF;
}

a:visited{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#00F;
	text-decoration:underline;
	background-color:#FFF;
}


a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#800000;
	text-decoration:underline;
	background-color:#FFF;
}

a:active{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#00F;
	text-decoration:underline;
	background-color:#FFF;
}

#copyright {
	margin:auto;
	width:740px;
	border:none;
	padding:10px;
	text-align:center;
}

.logo1 {
	color:#666666;
	text-align: right;
}

.redText {
	color:#7F0000;
}

