body
{
	color: #343434;
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff;
	font-size: 11px;
}

img
{
	border: 0px;
	vertical-align: top;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #8AB204;
  text-decoration: underline;
}

img.title {
	margin-top: 10px;
	margin-bottom: 10px;
}

select.lang {
	font-size: 11px;
	vertical-align: bottom;
	height: 18px;
	margin-left: 10px;
}

form {
	padding: 0;
	margin: 0;
} 

#container {
	background-color: #fff;
	color: #4e4e4e;
	margin: 0 auto;
	width: 750px;
}

#content    
{
	width: 750px;
}

#maincontent {
	border-top: 3px #a8cdda solid;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 750px;
	float: left;
	font-size: 10px;
}

h1 {
	padding:5px;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #014961;
	border-bottom: 3px #a8cdda solid;
}


h2 {
	padding:0;
	margin: 0;
	font-size: 12px;
	color: #014961;
}

h2 a:link, h2 a:visited {
	color: #014961;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;}

h4 {
	padding:0;
	margin: 0;
	font-size: 12px;
	color: #014961;
}

h4 a:link, h4 a:visited {
	color: #014961;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;}

h3, p {
	padding: 0;
	margin: 0;
}

h3 {
	padding: 8px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #014961;
	background: #edf8fb;
	cursor: pointer;
	border-top: 1px #a8cdda solid;
}

h3 a:link, h3 a:visited {
	display: block;
	text-decoration: none;
	color: #014961;
}

p {
	padding: 10px 10px;
	color: #444;
	background: #fff;
}

.update {
	color: #444;
	font-size: 10px;
	font-weight: none;
	color: #014961;
	background: #ffffff;
}

.update_sub {
	color: #444;
	font-size: 9px;
	font-weight: bold;
	color: #014961;
	background: #ffffff;
}

.update_sub_sub {
	padding: 1px 10px;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

a {
color: #535252;
    text-decoration: none;
}

a:hover {
    color: #014961;
    text-decoration: underline;
}

a:visited {
    color: #014961;
    text-decoration: none;
}

a:link {
    color: #014961;
    text-decoration: none;
}

.textblack {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #292929;
    text-decoration: none;
    font-weight: normal
}

#overlay{
	margin-left: auto;
        margin-right: auto;
	width: 700px;
	background-color: #fff;
        text-align: center;
	}

#horizon        
        {
        text-align: center;
        position: absolute;
        top: 0%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
        display: block
        }

.contactbody {
        margin:50px 0px; padding:0px;
        text-align:center;
}

#contactarea {
        width:350px;
        margin:0px auto;
        text-align:left;
        padding:15px;
        border:1px solid #333;
        background-color:#eee;
        font-weight: bold;
        font-family: Verdana, Arial;
        font-size: 12px;
}

#inputbox {
        border: 1px solid #000;
        width: 270;
        padding: 2px;
        font-weight: bold;
        font-family: Verdana, Arial;
        font-size: 12px;
}

#inputlabel {
        font-weight: bold;
        font-family: Verdana, Arial;
        font-size: 12px;

}

#textarea {
        border: 1px solid #000;
        padding: 2px;
        font-weight: bold;
        font-family: Verdana, Arial;
        font-size: 12px;
        width:330;
}

#submitbutton {
        border: 1px solid #000;
        background-color: #eee;

}

