html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 5;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana, sans-serif;
	font-size: 100.01%;
	text-align: center;
	background-color: #008fda;
/*	background-image: url("Images/background.jpg");
	background-repeat:no-repeat;
	background-position: 225px 190px;*/
}
#main {
	width: 92%;
	height: auto;
	background-color: #FDFDFD;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	filter: alpha(opacity=90);
	opacity: .90;*/
}
#round-top{
	background: url(Images/top_right.gif) no-repeat right top;
	width: 100%;
	height: 21px;
}
#round-bottom {
	background: url(Images/bottom_right.gif) no-repeat right top;
	width: 100%;
	height: 21px;
}
#header {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
#inner-main {
	position: relative;
	width: 99%;
	float: left;
	top: -3px;
}
#pagetitle {
	position: absolute;
	text-align: center;
	width: 310px;
	height: 25px;
	top: 55px;
	left: 220px;
	font-weight: bold;
}
#img-logo{
	position: relative;
	width: 488px;
	left: 0px;
	float: left;
	vertical-align: top;
}
#img-slogo{
	position: relative;
	width: 175px;
	left: 0px;
	float: left;
	vertical-align: top;
}
#top_address {
	position: relative;
	text-align: right;
	vertical-align: bottom;
	width: 25%;
	top: 75px;
	right: 5px;
	font-family : Tahoma, sans-serif;
	font-size : .9em;
	color: #000080;
	float: right;
	font-weight: bold;
}
#top_address_small {
	position: relative;
	text-align: right;
	vertical-align: bottom;
	width: 20%;
	top: 55px;
	right: 5px;
	font-family : Tahoma, sans-serif;
	font-size : .7em;
	color: #000080;
	float: right;
	font-weight: bold;
}
#left_column {
	width: 115px;
	height: 300px;
	float: left;
}
#left_nav {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #008fda;
	line-height: 18px;
	width: 115px;
	float: left;
	z-index:  2;
}
#content {
	position: relative;
	margin-left: 15px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: justify;
	width: 75%;
	min-width: 120px;
	float: left;
	z-index:  1;
}
#pagefooter {
	color: #FFFFFF;	
	text-align: center;
	width: 99%;
	top: 5px;
	bottom: 5px;
	float: none;
}
p {
	text-align: left;
	font-size: .9em;
	width: auto; 
	min-width: 120px;
}
#content li {
	font-size: .9em;
}
img {
	border: 0px;
}
.spacer {
	height: 0;
	clear: both;
}
.content ul{
	margin-left: 10px;
	padding-left: 10px;
}
#right {
	position: absolute;
	right: 10px;
}
.pimg-right {
	float: right;
	padding: 3px;
	font-size: .9em;
}
.pimg-left {
	float: left;
	padding: 3px;
	font-size: .9em;
}
#contact-left {
	width: 35%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea{
	text-align: left;
	margin-top: .5em;
	font-size: .9em;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLarge { 
	font: 1.2em; 
	font-weight: bold;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline { 
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link{
	color: #000080;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #cc0000;
}
a:active{
	color: #cc0000;
}
.tteddo {
	font: bold 9px Times New Roman,serif;
	color: #FFFFFF;
	font-style : italic;
}
a.tteddo:link {
	color: #C0C0FF;
}
a.tteddo:visited {
	color: #C0C0FF;
}
a.tteddo:active {
	color: #FF0000;
}
a.tteddo:hover{
	color: #FF0000;
}











