/* @group Page */

html { 	min-height: 100%;
	min-width: 980px;	margin: 10px;
	padding: 0px; 	}

body {	font-size: 62.5%; /* Resets 1em to 10px */	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;	color: #333;
	margin: 0;
	background-color: silver;
}

#border {	width: 960px;
	margin: 0px auto;	padding: 0px;
	border: 1px solid black;
	background-color: white;
}

#page {	width: 960px;
	margin: 0px auto;	padding: 0px;
	background-image: url(images/background.jpg); 
	background-attachment: scroll; 
	background-position: center top;
	background-repeat: no-repeat; 
}

#header {		}


/* @end */
/* @group Menu */

#menubar {
	margin: 0px auto;
	width: 886px;
}

/* @end */
/* @group Center Panel */

#panel {
	margin-bottom:25px
}

/* @end */
/* @group Content */

#content {
	min-height: 450px;
	width: 886px;
	margin: 0px auto;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(images/frontpagegradient.jpg); 
	background-attachment: scroll; 
	background-position: center top;
	background-repeat: no-repeat; 	
}

#floatleft {
	float: left;
	width: 530px;
	margin-left: 30px;
	padding-right: 25px;
	border-right: 1px solid #bfbfbf;
	min-height: 300px;
	display: inline;
}

#floatright {
	float: right;
	width: 245px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
}


#flash {
	margin: 0px auto;
	padding-top: 0px;
	text-align: center;
	font-size: 2em;	font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#belowflash {
	min-height: 300px;
	width: 886px;
	margin: 0px auto;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(images/frontpagegradient.jpg); 
	background-attachment: scroll; 
	background-position: center top;
	background-repeat: no-repeat; 	
}

.leftline {
	width: 520px;
	border-bottom: 1px solid #bfbfbf;
}

.rightline {
	width: 225px; 
	border-bottom: 1px solid #bfbfbf;
}

/* @end */

/* @group Text */



p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 15px;	line-height: 1.4em;
	font-size: 1.2em;	font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;	overflow: hidden;	}

.subhead {
	font-weight: bold;
	}


.indented {
	margin-left: 20px;	
	}

ul {
	margin-top: 30px;
}

li {
	margin: 0 0 0 0px;
	font-size: 1.2em;
	line-height: 1.4em;	font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
}

.indent20 {
	margin-left: 20px;
}

.indent40 {
	margin-left: 40px;
}

.center {
	text-align:center;
	}

img {
	border-style: none;
}

a {
	color: #333;
}

a:hover {
	color: blue;
}

a:hover a:visited {
	color: maroon;
}

/* @end */

/* @group Footer */

#footer {	background-color: black;
	padding: 0;	margin: 0 auto;	width: 960px;
	min-height: 35px;	clear: both;	border-top: 1px black solid;
}

#footer .footertext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	line-height: 1.4em;
	color: silver;
	padding: 0px;
	margin: 0 0 0 0px;
}

#footer a {
	color: silver;
}

/* @end */
