/* CSS Document */

body 
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #66CC00;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #66CC00;
	text-decoration: none;
	font-style: italic;
}

/* the next 2 lines of code collapse the margins to make paragraphs closer to headlines */
h1, h2, h3, h4, h5, h6 {margin-bottom: 0;}
p {margin: 0 0 1em;}

/* ----------------------- */


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #CC0000;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #990000;
	font-weight: normal;
}

#right h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #CC0000;
	font-weight: normal;
	font-style: italic;
}

#header, #container, #bottomlinks {
	max-width: 800px;
}

#header {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-color: #339900;
	border-top-style: solid;
	border-top-width: 4px;
	padding: 0px;
	height: 2px;
		}
		
#header a:link {
	color: #000066;
	text-decoration: none;
}		
		
#header a:hover {
	color: #990000;
	text-decoration: none;
}		

#container {
	position: relative;
	background-image: url(/images/dlc_homebckgrnd_top.jpg);
	background-repeat: no-repeat;
	border-top-color: #339900;
	border-top-style: solid;
	border-top-width: 4px;
	height: 354px;
}

#left {
	border: 1px;
	border-color: #666666;
	position: absolute;
	left: 30px;
	top: 120px;
	width: 230px;
}

#right {
	border: 1px;
	border-color: #666666;
	position: absolute;
	right: 0px;
	top: 120px;
	width: 230px;
}

#center {
	margin-left: 190px;
	margin-right: 190px;
	height: 350px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

#tagline {
	background-color: #FFFFFF;
	width: 800px;
	height: 101px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
		}	
	
#bottomlinks {
	background-color: #FFFFFF;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
		}	
	
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #666666;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9999FF;
	bottom: 1px;

}
.body1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
}

.bodyindent1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
}

.bodyindent2 {
	padding-left: 10px;
}

.newslist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}
