/* CSS Document */

body {
	background-color: #4A618B;
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}
#container{
	background-color: #E8EAE8;
	position: relative; 
	height: auto;
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	border-style:none;
	border-color:#BCC6D7;
	border-width:thin;
}
#header {
	background-color: #E8EAE8;
	background-image: url("Images/header.gif");
	text-align: center;
	width: 720px;
	height: 100px;
}
#title{
	position: absolute;
	text-decoration: none;
	text-align: left;
	font-family: Times New Roman, Times, serif;
	color: #EDECE7;
	font-size: 1.7em;
	font-weight: bold;
	left: 15px;
	top: 50px;
}
#navbar {
	position: relative;
	font-family: Times New Roman, Times, serif;
	color: #4B69B5;
	font-size: 1.4em;
	font-weight:bold;
	text-align: center;
	width: 720px;
	top: 77px;
}
#content {
	position: relative;
	font:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 630px;
	text-align:justify;
	margin-left: 35px;
	margin-right: 35px;
	top: 10px;
}
#address{
	background-image: url(footer.gif);
	height: 20px;
	margin-bottom: 0px;
	background-color: #8193BF;
	text-align: center;
}
#subaddress{
	position: relative;
	width: 500px;
	margin: auto;
	top:5px;
	color: #FFFFFF;
}
#pagefooter {
	position: relative;
	color: #FFFFFF;	
	text-align: center;
	width: 99%;
	top: 25px
	bottom: 5px;
	float: none;
}
.contact-left {
	width: 35%;
	float: left;
	text-align: left;
}
.contact-right {
	width: 40%;
	float: right;
	text-align: left;
}
.content-left {
	width: 35%;
	float: left;
}
.content-right {
	width: 40%;
	float: right;
}
.spacer {
clear: both;
}
.floatimage{
	position: relative;
	float: right;
	margin-left: 7px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.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;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.small {
	font-size: .9em;
}
.highlight {
	color: #000000;
	background-color: #E2E2E2;
	font-size: 1.1em;
	font-weight:bold;
	top: 5px;
	padding: 2px;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
p{
	font-size: 1em;
}
a:link{
	font-style: normal;
	font-weight: normal;
	color: #636996;
}
a:visited{
	font-style: normal;
	font-weight: normal;
	color: #636996;
}
a:hover{
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	color: #6699FF;
}
a:active{
	font-style: normal;
	font-weight: normal;
	color: #636996;
}
a.nav{
	font-weight: bold;
	color: #4B69B5;
	text-decoration: none;
}
a.nav:link{
	font-weight: bold;
	color: #4B69B5;
	text-decoration: none;
}
a.nav:visited{
	font-weight: bold;
	color: #4B69B5;
	text-decoration: none;
}
a.nav:hover{
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
a.nav:active{
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
.tteddo {
	font: bold 9px Times New Roman,serif;
	color: #48D1CC;
	font-style: italic;
}
a.tteddo:link {
	color: #3399CC;
	font-style: italic;
}
a.tteddo:visited {
	color: #3399CC;
	font-style: italic;
}
a.tteddo:active {
	color: #9999CC;
	font-style: italic;
}
a.tteddo:hover{
	color: #9999CC;
	font-style: italic;
}


