/* CSS Document */

body {
	text-align: center;
	min-width: 790px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
a:link, a:visited {	text-decoration:none;
	border-bottom: 1px dashed #7C0085;
	color: #7C0085;
	}
	
a:hover, a:active {ttext-decoration:none;
	border-bottom: 1px dashed #666666;
	color: #666666;
	}
	
p {color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
	}
	
h1 {font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FF3D78;
	border-bottom: 1px solid #EA0047;
	background-color: #000000;
	padding: 4px;
	margin: 0px 0px 8px 0px;
	}
h2 {font-size: 16px;
	font-weight: bold;
	color: #7C0085;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	}
h3 {font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	}
.title {font-size: 16px;
	font-weight: bold;
	color: #7C0085;
	}
.question {font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFC5D7;
	padding: 4px;
	border-top: 1px solid #EA0047;
	border-bottom: 1px solid #EA0047;
	}

ul {list-style: url('images/bullet.gif');
	line-height: 18px;
	}
	
.border{padding: 4px;
	border: 1px solid #FF9FC5;
	}
.border-left {padding: 4px;
	border: 1px solid #FF9FC5;
	float: left;
	margin-right: 8px;}
.border-right {padding: 4px;
	border: 1px solid #FF9FC5;
	float: right;
	margin-left: 8px;}
	
table{margin:0px 0px 10px 10px;}
table h2{padding:0px;}
table h3{padding:0px;}
table p{padding:0px;}

table.thin-border {border-left: 1px solid #FF9FC5;
	border-top: 1px solid #FF9FC5;}
table.thin-border td {text-align: center;
	vertical-align: top;
	border-right: 1px solid #FF9FC5;
	border-bottom: 1px solid #FF9FC5;}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/mainbg.jpg');
	background-repeat: repeat-y;
	}
	
#branding {
	border-bottom:2px solid #000000;
	}

/*Content Stuff*/
	
#content {
	width: 570px;
	float: right;
	margin: 10px;
	background-color: #ffffff;
	padding-bottom: 10px;
	}
	
#indexcontent {
	width: 570px;
	float: right;
	margin: 10px;
	background-color: #000000;
	}
#indexcontent p {color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/*Main Nav*/
#mainnav {
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-bottom:10px;
	}
	
#mainnav a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px dashed #DF0D51;
	}

#mainnav a:link, #mainnav a:visited {padding-left: 25px;
	text-decoration: none;
	}

#mainnav a:hover, #mainnav a:active {padding-left: 25px;
	background-image: url('images/crownmenu.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-decoration: none;
	}
	
/*Jump Menu*/
#jumpmenu a{display: block;
	background-image: url('images/arrows.gif');
	background-repeat: no-repeat;
	background-position: 13px 50%;
	border: 0px;
	}
#jumpmenu a:link, #jumpmenu a:visited {line-height: 18px;
	text-decoration: none;
	color: #7C0085;
	padding-left: 30px;
	}
	
#jumpmenu a:hover, #jumpmenu a:active {line-height: 18px;
	text-decoration: underline;
	color: #666666;
	padding-left: 30px;
	}


/*Footer Stuff */	
#footer {
	clear: both;
	background-image: url('images/footerbg.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 65px;
	text-align: center;
	border-top:2px solid #000000;
	}
#pilot p{
	color: #ffffff;
	text-align: center;
	}
#pilot a:link, #pilot a:visited {color:#E5AAE0;
	}
#pilot a:hover, #pilot a:active {color:#ffffff;
	}

/*Contact Info */	
#contactbox {width:540px;
	padding-left: 10px;}

form.contact label.fixedwidth { display: block; 
	width: 120px;
	float: left;
	}

form.contact .buttonarea {text-align: left;
	padding: 4px;
	}

.clear {clear: both;}