/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
}
.topbackground{
	background-image: url(images/bar.jpg);
}
.bottombackground{
	background-image: url(images/bckground_btm.jpg);
}
.mainbackground{
	background-image: url(images/bckground.jpg);
	}
#maintop{
	margin: auto;
	width: 780px;
	
}
#mainbody{
	margin: auto;
	width: 780px;
	
}
#content{
	margin: auto;
	width: 92%;
	
}
#footer{
	margin: auto;
}
/****website text****/
.bodytext{
	font-family: Cambria;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: 1.5;
		}
a.bodytext:link{
	font-family: Cambria;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	font-style: normal;
		}
a.bodytext:visited{
	font-family: Cambria;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	font-style: normal;
		}
a.bodytext:hover{
	font-family: Cambria;
	font-size: 15px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
	font-style: normal;
		}
/****website footer text****/
.bodytextfooter{
	font-family: Cambria;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
		}
a.bodytextfooter:link{
	font-family: Cambria;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
		}
a.bodytextfooter:visited{
	font-family: Cambria;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
		}
a.bodytextfooter:hover{
	font-family: Cambria;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	font-style: normal;
		}
/****index page header****/
.bodyheaderhompage{
	font-family: "Garamond Premr Pro";
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	}	
.announcementheader{
	font-family: Cambria;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	}	
.border{
	border: ridge #FF0000;
}
.error{
	font-family: Cambria;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.form{
	font-family: Cambria;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}
.submitbutton{
	font-family: Cambria;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}
.admintext{
	font-family: Cambria;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
		}
a.admintext:link{
	font-family: Cambria;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
		}
a.admintext:visited{
	font-family: Cambria;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
		}
a.admintext:hover{
	font-family: Cambria;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-style: normal;
		}
.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.navigation:visited{	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
.buybutton{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #475464;
	background-position: center;
	height: 20px;
	border: 1px solid #99BBCC;
	width: 80px;
}
.register{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}