body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #114d4d;
}
#top {
	background-image: url(images/headstrip.jpg);
	background-repeat: repeat-x;
}
#top #header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#top #header #date {
	height: 25px;
	font-family: Tahoma;
	color: #6e9987;
	text-align: right;
	padding-right: 32px;
	font-size: 11px;
	padding-top: 0px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d3738;
}
#top #header #banner {
	position: relative;
}
#top #header #globe {
	height: 244px;
	width: 224px;
	position: absolute;
	left: 505px;
	top: -181px;
}

#top #header #menubar {
	position: relative;
	height: 24px;
	padding-left: 32px;
	background-image: url(images/menubar_bg.jpg);
}

#middle {
	background-color: #e0e4ce;
	padding-bottom: 25px;
}
#middle h1 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #2d3839;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-top: 36px;
}

#middle h2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #2d3839;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#middle h3 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #2d3839;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

#middle p {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #114d4d;
	text-align: justify;
	margin-top: 0px;
}


#middle #content {
	width: 686px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 32px;
	padding-left: 32px;
}

#contenttext {
	line-height: 18px;
}


#middle  #content     #textbox  {
	margin-top: 40px;
}

#middle   #content   #textbox   #lefttextbox {
	float: left;
	width: 320px;
}

#middle   #content   #textbox   #righttextbox {
	float: right;
	width: 343px;
}





#bottom {
	background-color: #000000;
	height: 80px;
}

#bottom #copyrights {
	width: 686px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #6E9986;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 3px;
}
#bottom #copyrights a {
	font-family: Tahoma;
	color: #6E9986;
}
#bottom #copyrights a:hover {
	font-family: Tahoma;
	color: #E0E4CE;
}


.list ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

.list ul li{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #114d4d;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	text-transform: none;
}

.list ul li a{
	text-decoration:none;
	color: #6e9987;

}

.list ul li a:hover{
	text-decoration:none;
	color: #114d4d;
}

.current {
	background-image: url(images/menuimg.png);
	background-repeat: no-repeat;
}
.img_right {
	margin-bottom: 16px;
	margin-left: 16px;
}


.menulist ul{
	margin: 0px;
	padding: 0px;
}

.menulist ul li{
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6e9987;
	line-height: 24px;
	height: 24px;
	width: 112px;
	margin-right: 2px;
	float: left;
	text-align: center;
}

.menulist ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6e9987;
	line-height: 24px;
	background-image: url(images/menuimg2.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

.menulist ul li a:hover{
	background-image: url(images/menuimg3.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}




.clear {
	clear: both;
	float: none;
}


/* contact form stuff */

ul.mainForm
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.mainForm
{
	padding-bottom: 10px;
	list-style-type: none;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;
	display:block;
	font-weight:bold;
}

label.formFieldOption
{
	display:block;
	line-height:1em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	text-decoration:none;
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:20px;
	left:25px;
	width:205px;
	height:70px;
	border: 1px solid #ccc;
	background:#f4f4f4 url(question.gif) no-repeat bottom right;
	color:#000;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}

table {
	color: #6e9987;
}

a:link, a:visited, a:hover { text-decoration: underline; color: #6E9987;}

p.confirm { 
	background-color:#114D4D;
	color:#E0E4CE !important;
	padding:9px;
}

TD{font-family: Arial; font-size: 11px;}
TD {font-weight: bold;}
#contenttext .contact-left {
	float:left;
	width:300px;
}
#contenttext .contact-right {
	float:right;
	padding-top:43px;
	width: 352px;
	text-align: center;
	margin-top: 30px;
}
img {
	border: 0 none;
}
.img  { border: 1px solid #114D4D; }

div.msg {
	padding-bottom: 30px;
	text-align: center;
}
#textbox .query {
	margin-top: 0px;
	padding-top: 0px;
	width: 380px;
	text-align: right;
}

