/* CSS Document */

body{
	padding: 0;
	margin: 0;
	background-color : #666666;
	text-align:left;
}

/* PAGE ELEMENTS */
#wrapper{
	margin: auto;
	width: auto;/*760px;*/
	text-align:left;
}
#outline{

	/*margin: auto;
	margin-top: 10px;
	height: 100%;
	width: 760px;
	border: solid;
	border-width: 8px;
	border-color: #99CC66;
	background-color: #FFFFFF;*/
}
#top{
	height: 240px;
	background-color: #FFFFFF;	
	width: auto;/*760px;*/
}
#topLeft{
	display: none;
	/*height: 240px;
	background: #000000;
	width: 760px;
	float: left;*/
}
#topRight{
	position: absolute;
	top: 0px;
	position: relative;
	left: 0px;
	height: 240px;
	width: auto;/*760px;*/
	float: left;
}
#topLogoArea{
	margin: 0px;
	width: 100%;
	height: 135px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
}
.logo{
	/*margin-left: 98px;
	margin-top: 10px;*/
}
#infoArea{
	margin: 0px;
	width: 100%;
	height: 105px;
	background-color: #CCE5B2;
	float: left;
}
#infoLeft{
	margin-left: 6px;
	margin-top: 12px;
	padding-right: 5px;
	letter-spacing: 3px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	float: left;
}
#infoRight{
	margin-top: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

/* PAGE NAV */
#nav{
	/* area */
	background-color: #8120A2;
	height: 24px;
	border-top: solid;
	border-top-width: 4px;
	border-bottom: solid;
	border-bottom-width: 4px;
	border-color: #666666;
	/* text */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;/*760px;*/
}
.navDisabled{
	color: #666666;
}
#nav a:link{
	text-decoration: none;
	color: #000000;
}
#nav a:visited{
	text-decoration: none;
	color: #000000;
}
#nav a:hover{
	text-decoration: none;
	color: #000000;
}

/* PAGE CONTENT */
#contentHolder{
	height: 290px;
}
#contentLeft{
	padding-top: 23px;
	padding-left: 23px;
	padding-right: 0px;
	/*width: 202px;*/
	float: left;
}
#contentRight{
	text-align: left;
	width: auto;/*760px;*/
	margin-left: 212px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 20px;
	line-height: 140%;
}
#directions{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53448B;
	border: solid;
	border-width: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-color: #666666;
	float: right;
}
.heading{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 40px;
}
.subheading{
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
a:link{
	text-decoration: underline;
	color: #000000;
}
a:visited{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #000000;
}
strong{
	color: #000000;
}
em{
	font-weight: bold;
	color: #000000;
}


/* PAGE FOOTER */
#footer{
	display:none;
	margin: auto;
	padding: 8px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.tbi{
	vertical-align: middle;
}
#footer a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
	color: #99CC66;
}