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

body {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	background-image:url(images/bg_fade.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555;
}

a:link, a:active, a:visited {
	color:#0066CC;
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

.header {
	background-image:url(images/header_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

.header_text {
	padding-top:35px;
	color:#DCD7D2;
	font-size:16px;
	font-style:italic;
}

.footer {
	font-size:11px;
	line-height:17px;
	padding-top:50px;
	color:#333333;
	background-image:url(images/footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	color:#333333;
	text-decoration:none;
}

a.footerlink:hover {
	text-decoration:underline;
}

.nav {
	padding-bottom:170px;
	background-image:url(images/nav_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.navcell {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}

.navcell:hover {
	background-image:url(images/nav_o.png);
	background-position:left;
	background-repeat:repeat-y;
}

a.navlink:link, a.navlink:active, a.navlink:visited, a.navlink:hover {
	color:#5B534A;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.stage {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:100px;
}

.small {
	font-size:9px;
}

.title {
	padding-bottom:10px;
	font-size:20px;
}

.title2 {
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
}

.apptform {
	padding-right:15px;
	padding-bottom:10px;
}

.apptform2 {
	padding-bottom:3px;
}

.apptreq {
	font-size:10px;
	color: #F00;
	font-weight: bold;
}

.faq_question {
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}