/* ++++++++++++++++ Global Style Definitions ++++++++++++++++ */



* {
	margin:0px;
	padding:0px;
}

td {
	padding:5px;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

p, h1, h2, h3 {
	margin: 0px 0px 15px 0px;
}

p {
	font-size:11.5px;
	line-height:120%;
}

h1 {
	margin: 10px 0px 10px 0px;
	font:bold 13px Georgia, "Times New Roman", Times, serif; 
	color:#666633;
} 

h2 {
	font:bold 11px Georgia, "Times New Roman", Times, serif; 
	color:#660000;
}

h3 {
	font:bold 15px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration: none;
	color: #660000;
}
	
a:hover {
	text-decoration: underline;
}

a:visited:hover {
	text-decoration: underline;
}

hr {
	border:none;
	border-top:1px dashed #660000;
	margin:20px 10px 20px 0px;
}

/* ++++++++++++++++ Site Layout ++++++++++++++++ */

#container {
	position: relative;
	height:522px;
	width: 836px;
	margin:0px 0px 0px 25px;
	padding: 0px;
	
}

#masthead {
	height:70px;
	background-image: url(../structure/header.gif);
}

#nav-column {
	float:left;
	height: 449px;
	width: 124px;
	background-image: url(../structure/nav.jpg);
}

#live-area {
	padding: 0px 13px 0px 24px;
	line-height: 95%;
	font-size: 11px;
}

#center-column {
	float:left;
	height: 449px;
	width: 447px;
	/*background-image: url(structure/center_flash.jpg);*/
}

#content-column {
	float:left;
	height: 449px;
	width: 265px;
	background-color: #FFFFFF;
	color: #000000;
}

#footer {
	margin:0px 0px 0px 25px;
	height: 32px;
	width:806px;
	padding: 0px;
	background-image: url(structure/footer.gif);
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#999999;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	text-decoration:none;
	color:#999999;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration:underline;
}

.scroll-main {	
	height:429px;
	width: auto !important;
	width: 427px;
	overflow:auto;
	background-color:#D8DCCC;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#content-scroll {
	padding:0px 10px 0px 0px;
	height:368px;
	overflow:auto;
}

#center-column h1, #center-column h2, #center-column h3 {
	margin:0px 0px 5px 0px;
}

#center-column h1 {
	color:#887240;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#center-column h2 {
	color: #660000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#center-column ul {
	list-style-image:url(/structure/bullet1.gif);
}

#center-column li {
	margin-bottom:8px;
}	

#center-column ul, ol {
	margin:0px 0px 20px 5px !important;
	margin:0px 0px 20px 8px;
	padding:0px 0px 0px 10px;
}

#center-column p {
	padding: 0px 0px 10px 0px;
}

#content-column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-bottom:10px;
}

.inactive {
	color:#666666;
}

