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

html,body {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
text-align: center;
background: url(images/background2.gif);
}
h2 {
	font-size: 2em;
	color: #cc6600;
}
h3 {
	font-size: 1.5em;
	line-height: 100%;
	color: #FFFFFF;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Navigation */



/* Navigation */

div#header h1 {
height: 200px;
line-height: 80px;
margin: 0;
background: #EEE;
color: #79B30B;
}
div#container {;
text-align:left;
}
div#content p {
line-height: 140%;
}
div#navigation {
background:#cc6600;
}
div#extra  {
background: url(images/background2.gif);
text-align: center;
float:right;
clear:right;
margin-right: 20px;
margin-top: 20px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
width:175px;
color: #FFFFFF;
}
div#extra2 {
background:#330000;
text-align: center;
float:right;
clear:right;
margin-right: 20px;
margin-top: 0;
width:195px;
height: 25px;
color: #FFFFFF;
background: url(images/rightColumn2.gif) no-repeat;
}
div#footer {
background: #CC6600;
color: #FFF;
}
div#footer p {
margin:0;
padding:5px 20px;
}
div#container {
width:724px;
margin:0 auto;
background-color: #FFFFFF;
}
div#content {
float:left;
width:450px;
padding: 20px;
}
.piclarge {
border-color: #330000;
border: 2px solid;
}
.picsmall {
border-color: #FFFFFF;
border: 1px solid;
}
div#content a:link {
	color: #330000;
	text-decoration: none;
}
div#content a:visited {
	color: #cc6600;
}
div#content a:hover {
	text-decoration: underline;
}
div#content a:active {
	text-decoration: none;
}
div#navigation {
	margin-top: 0px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 724px;
	height: 40px;
	background: url(images/linksBg.gif) no-repeat;
	text-transform: uppercase;
	overflow: hidden;
	left: 0px;
}
ul {
list-style-type: square;
line-height: 140%;
}
div#footer {
clear:both;
width:100%;
}
div#footer a {
	 color: #330000;
	 text-decoration: none;
}
div#footer a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;