html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana,sans-serif;
	font-size: .9em;
	margin-bottom: 20px;
	background-image: url(Images/Back-one.png);
	background-repeat: repeat-x;
	background-color: #514F67;
}
#main {
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;
	background-image: url(Images/content-back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	border-right: 1px solid #73B2F9;
	border-bottom: 2px solid #73B2F9;
	border-left: 1px solid #000080;
	border-top: 1px solid #000080;
}
#inner-main {
	position: relative;
	margin-right: 20px;
}
#pagetitle {
	position: relative;
	width: 97%;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
}
#img-title{
	position: relative;
	left: 30px;
	float: left;
	vertical-align: top;
}
#img-title-small{
	position: relative;
	left: 30px;
	float: left;
	vertical-align: top;
	top: 20px;
}
#pageheader {
	position: relative;
	text-align: left;
	vertical-align: bottom;
	width: 50%;
	top: 77px;
	font-family : Verdana;
	font-size : 1.4em;
	color: #000080;
	background-color: #f2f2f2;
	filter: alpha(opacity=65);
	opacity: .65;
	-moz-opacity: .75;
	float: right;
	font-style: italic;
	font-weight: bold;
}
#contact-info {
	position: relative;
	text-align: center;
	width: auto;
	font-weight: bold;
	top: 0px;
	margin-bottom: 10px;
}
#pagefooter {
	position: relative;
	text-align: center;
	width: auto;
	top: 5px;
	margin-bottom: 10px;
}
.spacer {
	clear: both;
}
#menu {
	position: relative;
	color: #000080;
	float: left;
	background-color: #f2f2f2;
	filter: alpha(opacity=65);
	opacity: .65;
	-moz-opacity: .75;
	left: 7px;
	top: 5px;
	width: 130px;
	height: 500px;
	padding: 4px;
	line-height: 22px;
	z-index : 1;
	margin-bottom: 5px;
}
#content {
	position: relative;
	left: 15px;
	top: 13px;
	right: 0px;
	font: 1.0em;
	text-align: justify;
	width: 85%;
}
#content ul {
	padding-left: 150px;
}
#pimg {
	float: right;
	padding: 3px;
	z-index : 1;
}
#contact-left {
	width: 35%;
	float: left;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-weight: bold;
}
#contact-textarea {
	text-align: left;
	margin: 0px 0px 25px 0px;
	float: left;
}
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;
	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-size: 1.2em; 
	font-weight: bold;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.small { 
	font-size: .9em;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
p {
	text-align: left;
	width: auto; 
	min-width: 120px;
}
img {
	border: 0px;
}
h1 {
	font: bold 1.2em Verdana;
}
h2 {
	font: bold 1.3em Verdana; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em Verdana;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em Verdana;
	vertical-align : super;
}
a:link{
	color: #000080;
}
a:visited{
	color: #0000CC;
}
a:hover{
	color: #CC0000;
}
a:active{
	color: #CC0000;
}
.LeftMenu {
	text-align: left;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.tteddo {
	font: bold 9px Verdana;
	color: #000080;
	text-align: center;
	font-style : italic;
}


