/* css NAME HERE default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

body {
	background-color: #333333; /* #C0C0C0; */
	font-family: georgia, arial, "lucida console", sans-serif, times, courier;
	font-size: small;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%; 
	text-align: center;
	}
#maincontainer {
	position: relative;
 	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	background-color: #ffffff; 
	height: 100%;
	text-align: left;
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #000000; /* #333333; */
	min-width: 800px;
	max-width: 120000px;
	}


#siteheader {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
 	margin-bottom: 0px;
	height: 140px;
	background-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: silver;
	text-align: center;
	}
#titlebarimage {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 140px;
	background-image: url("images/titlebar.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff; 
	background-position: center center;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: silver;
	text-align: center; 
	}




#topnavbar {
	align: center;
	position: relative;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
 	margin-bottom: 3px;
	height: 25px;
	text-align: center;
	font-weight: normal;
	background-color: #ffffff; 
	}
#topnavlinks ul {
	list-style: none;
	padding: 2px;
	margin: 2px;
	display: inline;
	}
#topnavlinks li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	align: center;
	display: inline;
	}
#topnavlinks li a {
	margin: 2px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	float: left; /* puts links in one line */
	width: 100%; /* width of link boxes */
	display: block;
	text-align: center;
	display: inline;
	}
    /* Hide from IE5-Mac \*/
#topnavlinks li a {
	float: none;
	}
   /* End hide */
#topnavlinks a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: silver;
	background-color: #ffffff; 
	display: inline;
	}
#topnavlinks a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: silver;
	background-color: #ffffff; 
	display: inline;
	}
#topnavlinks a:active {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: #996699;
	background-color: #656565; 
	display: inline; 
	}
#topnavlinks a:hover {
	text-decoration: none; 
	font-style: italic;
	font-weight: bold;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em;
	color: white;
	background-color: silver; 
	display: inline; 
	}
#topnavlinks a.here {
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	font-weight: bold; 
	}




#secondnavbar {
	align: right;
	position: relative;
	margin-top: 5px;
	margin-left: 75px;
	margin-right: 75px;
 	margin-bottom: 3px;
	height: 25px;
	text-align: right;
	font-weight: normal; 
	}

#secondnavlinks ul {
	list-style: none;
	padding: 2px;
	margin: 2px;
	display: inline;
	}
#secondnavlinks li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	align: center;
	display: inline;
	}
#secondnavlinks li a {
	margin: 2px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	float: left; /* puts links in one line */
	width: 100%; /* width of link boxes */
	display: block;
	text-align: center;
	display: inline;
	}
    /* Hide from IE5-Mac \*/
#secondnavlinks li a {
	float: none;
	}
   /* End hide */
#secondnavlinks a:link {
	text-decoration: none;
	font-style: none;
	font-weight: normal;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: silver;
	background-color: #ffffff; 
	display: inline;
	}
#secondnavlinks a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: silver;
	background-color: #ffffff; 
	display: inline;
	}
#secondnavlinks a:active {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	border: 0px solid silver;
	padding: 3px 1em 3px 1em; 
	color: #996699;
	background-color: #ffffff; 
	display: inline; 
	}
#secondnavlinks a:hover {
	font-style: italic;
	font-weight: normal;
	border: 0px solid #ffffff; 
	padding: 3px 1em 3px 1em;
	color: silver;
	background-color:  #ffffff; 
	display: inline; 
	}
#secondnavlinks a.here {
	border-width: 0px;
	border-style: solid;
	border-color: silver;
	font-weight: bold;
	}







#maincontent {
	position: relative;
	margin: 5px 3px 3px 3px; 
	height: auto;
	padding: 3px;
	background-color: #ffffff; /* #303030; */
	border: 1px solid #333333;
	min-height: 300px;
	}

#smallercontent {
	position: relative;
	margin: 3px 3px 5px 3px;
	padding: 2px;
	height: auto;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff; 
	border: 1px solid #333333;
	}


#title {
	margin: 5px 0px 0px 10px;
	line-height: 1em;
	color: #CC3333;
	direction: ltr;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: black, 0px;
	text-transform: none;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	font-family: georgia, arial, times;
	font-size: 1.5em;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	}



.heading {
	position: relative;
	margin: 7px 3px 0px 3px;
	padding: 2px 10px 0px 10px;  /* top right bottom left */
	color: #CC6666;   /* light maroon-ish red */
	vertical-align: middle;
	text-align: justify;
	text-decoration: none;
	text-indent: 5px;
	white-space: normal;
	word-spacing: normal;
	font-family: georgia, arial, times;
	font-size: medium;
	font-stretch: wider;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	}
.content {
	position: relative;
	margin: 5px 3px 8px 3px;
	padding: 0px 10px 2px 10px; 
	color: #333333;  /* #CCCC99; */ 
	vertical-align: middle;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	white-space: normal;
	word-spacing: normal;
	font-family: georgia, arial, times;
	font-size: small;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}
.content a:link {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #FF9900; /* #336699; */
	}
.content a:visited {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #660000; /* #696969; #990066; */
	}
.content a:active {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #FFCC00; /* #CC6666; */
	}
.content a:hover {
	text-decoration: none; 
	font-style: normal;
	border: none;
	color: #FFCC00; /* #3366CC; */
	}
.content ul {
	line-height: 1.5em;
	/*
	margin: -1em 0px 0px 0px;
	padding-bottom: 1em;
	padding-top: 1em;
	*/
	}
.content p {
	margin: 0px 0px 1em 0px;
	}
.content .address {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	}





a img {
	border: none;
	}





.verticalspacer {
	height: 8em;
	}



#footer {
	position: relative;
	margin: 30px 90px 30px 90px;
	/* line-height: 1em; */
	clear: both;
	padding: 15px 10px 10px 15px; 
	color: #333333;
	border: 1px solid #333333;
	direction: ltr;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
	font-family: georgia, arial, times;
	font-size: smaller;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}
#footer a:link {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #336699;
	}
#footer a:visited {
	text-decoration: none;
	font-style: normal;
	border: none;
	color:  #696969; 
	}
#footer a:active {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #CC6666;
	}
#footer a:hover {
	text-decoration: none; 
	font-style: normal;
	border: none;
	color: #3366CC;
	}
#footer ul {
	list-style-type: disc;
	list-style-image: url(images/doublearrow.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
	}














