/* CSS Document */

/* Layout Tags */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0px;
	border: 0;
}
body{
	font: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 100%;
	color: #000000;
	margin-left: 5px;margin-right: 5px; margin-bottom: 0px;
}
body h1{
	font-size: 100%;
	font-weight: bold;
	padding-top: 0;
	color: #000000;
}
body h2{
	color: #000000;
	font-size: 140%;
}
body ul{
	list-style: disc inside;
}

/**************** Pseudo classes ****************/

a:link{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
li :link{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
li a:visited{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #499D7B;
	text-decoration: underline;
	font-weight: bold;
}
li a:hover{
	color: #499D7B;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #499D7B;
	text-decoration: underline;
	font-weight: bold;
}
li a:active{
	color: #499D7B;
	text-decoration: underline;
	font-weight: normal;
}

/* IDs - only one use per page */

#container-all{
	width: 995px;
	margin: auto;
	text-align: left;
	padding-bottom: 10px;
	overflow: auto;
}
#topspacer{
	height: 25px;
}
#toplogo{
	width: 994px;
	font-size: 250%;
	font-weight: bold;
	background-image: url(images/sprlvs.gif);
	background-repeat: repeat;
	color: #499D7B;
}
#toplogosubtitle{
	padding-top: 15px;
	padding-bottom: 25px;
}
.contentspacer-20toppad{
	padding-bottom: 20px;
}
#containercontent{
	width: 993px;
	color: #000000;
	font-size: 125%;
}
#contactinfo{
	height: 25px;
	color: #499D7B;
	font-weight: bold;
	margin-top:20px;
	font-size: 90%;
	text-align: center;
}
#navbtm{
	padding: 10px 0px 0px 0px;
	width: 985px;
	font-size: 90%;
	font-weight: bold;
	margin-top:20px; margin-bottom:20px;
	text-align: center;
	color: #000000;
}
#updatecopyright{
	padding-top: 10px;
	text-align: center;
	font-size: 75%;
	color: #000000;
}

/* Classes - can be used multiple times */

.box{
	float: none;
	position: relative;
	height: auto;
	width: auto;
	margin-right: 100px;
	margin-left: 100px;
}
.imgRight{
	float: right;
	position: relative;
	height: auto;
	width: 200px;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 70%;
	padding: 10px;
}

/* font styles */

.orange {
	color: #499D7B;
}
.ornbold {
	color: #499D7B;
	font-weight: bold;
}
.orn75norm {
	color: #499D7B;
	font-size: 75%;
	font-style: normal;
}
.g14Red {
color: #FF0000;
	font-weight: normal;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.90normal {
	font-size: 90%;
}
.75normal {
	font-size: 75%;
}

