/* CSS Document */
div#mainbox	{
	position:			absolute;
	width:				405px;
	height:				440px;
	top:				220px;
	left:				120px;
	z-index:			20;
	}
div#intmainbox	{
	position:			absolute;
	width:				650px;
	top:				70px;
	left:				120px;
	z-index:			20;
	}
div#invisible	{display:	none;}
div#largebox	{
	position:			absolute;
	width:				675px;
	top:				110px;
	left:				60px;
	bottom:				30px;
	z-index:			20;
	}
	
div#backgroundimage {
	position:	absolute;
	width:		760px;
	height:		620px;
	top:		25px;
	left:		0px;
	z-index:		10;
	}
div#backgroundimage_int {
	position:	absolute;
	width:		120px;
	height:		620px;
	top:	px;
	left:		0px;
	z-index:		10;
	}
div#mainnav	{
	position:			absolute;
	width:				739px;
	height:				41px;
	top:				5px;
	left:				17px;
	z-index:			55;
	}
div#intnav	{
	position:			absolute;
	width:				700px;
	height:				41px;
	top:				10px;
	left:				120px;
	z-index:			55;
	}
div#spotlight	{
	position:			absolute;
	width:				275px;
	height:				200px;
	top:				331px;
	left:				505px;
	z-index:			57;
	}
div#leftfloat	{
				width:		120px;
				height:		120px;
				float:	left;
				z-index:		17;
			}
div#rightfloat	{
				width:		50px;
				height:		600px;
				float:	right;
				z-index:		17;
			}
div#rightnavfloat	{
				width:		180px;
				height:		500px;
				float:	right;
				z-index:		17;
			}
div#column1	{
				position:	absolute;
				width:		250px;
				top:		275px;
				left:		120px;
				z-index:	60;
			}
div#column2	{
				position:	absolute;
				width:		250px;
				top:		275px;
				left:		376px;
				z-index:	60;
			}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 17px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #CC0000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color:#333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #CC0000;
	font-weight: normal;
}
.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-left: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 23px;
}
.initialfour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
	letter-spacing: 3px;
}
.explainsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}