@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-size:100%;
margin:0;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

/* @group container elements */

#main {
	width: 1000px;
	background-color: #000000;
}

/* @top nav */



#top {
	background: url(images/header.gif);
	width: 693px;
	height: 147px;
	position:fixed;
	top:20px;
	left: 280px;

}

#topbkg {
	background-color:#000000;
	width: 800px;
	height: 200px;
	position:fixed;
	top:0;
	left: 280px;

}
	
#sidenav {
	list-style-type: none;
	border-style: none;
	background: url(images/nav.jpg);
	width: 209px;
	height: 734px;
	text-decoration: none;
	float: left;
	position:fixed;
	top:0;
	left:20px;
	
}

#sub {
	background-color:#000000;
	width: 720px;
	height: 39px;
	border-bottom: 1px #510E3C solid;
	margin-bottom: 34px;
	position:fixed;
	top:195px;
	left: 280px;
}

#subbkg {
	background-color:#000000;
	width: 800px;
	height: 39px;
	margin-bottom: 34px;
	position:fixed;
	top:195px;
	left: 280px;
}

#subnav {
	background: url(images/sub.gif);
	width: 169px;
	height: 38px;
	margin: 0 20px 0 0;
	list-style-type: none;
	font: normal 13pt/15pt "Georgia", serif;
	float: left;
}

.subnavtxt {
	padding: 8px 0 0 0;
	text-align: center;
}

.line {
	width: auto;
	height: 1px;
	background-color: #333333;
}
	
#nav li {
	text-align: center;
	list-style-type: none;
	font: normal 13pt/15pt "Georgia", serif;
	padding: 20px 0px 0px 0px;
	width: 131px;
	height: 100%;
	margin: 0px 0px 0px 39px;
}
	

div#content {
	height: auto;
	width: auto;
	font: normal 10pt/12pt "Georgia", serif;
	text-align: left;
	color: #FFFFFF;
	float: left;
	margin: 200px 0px 0px 298px;
	
}


/* @font styles */

h1 {
	color:#990066; 
	font: normal 16pt/24pt "Georgia", serif;
}

p.sub {
	color:#990066;
	font: normal 12pt/18pt "Georgia", serif;
	font-style: italic;
}

p {
	color:#CCCCCC; 
	font: normal 12pt/15pt "Georgia", serif;
}


p.small {
	text-align:center; 
	color:#999999;
	font-size: 8pt;
}

#nav a {
	color:#999999; 
	text-decoration: none;
}

#nav a:hover {
	color:#FFFFCC;
	text-decoration: none;
}

#subnav a {
	color:#999999; 
	text-decoration: none;
}

#subnav a:hover {
	color:#FFFFCC;
	text-decoration: none;
}

a {
	color:#FFFFCC;
	text-decoration: none;
	font: "Georgia", serif;
}

a:hover {
	color:#FFCCFF;
	text-decoration: none;
	font: "Georgia", serif;
}




