body{
	padding: 0px;
	background: #324659 url(images/bg.gif);
	color: #000000;
	font-family: verdana, "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0px auto 0px auto;
}

a:link, a:visited, a:active {
	color: #2a5f94;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #1a73cc;
}

h1{
	margin: 5px 8px 8px 0px;
	font-size: 160%;
	font-weight: bold;
	color: #22446a;
}
h2{
	font-size: 150%;
	font-weight: bold;
	color: #22446a;
}
h3{
	font-size: 140%;
	font-weight: bold;
	color: #22446a;
}
h4{
	font-size: 135%;
	font-weight: bold;
	margin: 0 0 7px 0;
	text-align: center;
}

#container{
	width: 780px;
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
	border-bottom: 5px solid #333333;
	margin: 0px auto 10px auto;
}

#header{
	width: auto;
	height: 105px;
	background-color: #ffffff;
}
#logo1{
	float: left;
}
#logo2{
	float: right;
}

#flags{
	background-color: #ffffff;
	width: 100%;
	text-align: right;
	height: 25px;
	line-height: 25px;
}

#navigation{
	width: auto;
	height: 25px;
	background: url('./images/gradient.gif') repeat-x;
	text-align: center;
	border-top: 1px solid #436689;
	border-bottom: 1px solid #436689;
}

#textlinks{
	line-height: 25px;
	font-size: 110%;
	margin-left: 195px;
}
#textlinks a{
	font-weight: bold;
	padding: 0 10px;
	height: 25px;
	display: block;
	float: left;
}
#textlinks a:link, #textlinks a:visited, #textlinks a:active{
	color: #ffffff;
	text-decoration: none;
}
#textlinks a:hover{
	color: #ffffff;
	text-decoration: none;
	background: url(images/gradient-over.gif) repeat-x;
}

#page{
	background: #ffffff;
}

#content{
	text-align: left;
	background: #ffffff;
	font-size: 120%;
	padding: 8px 5px;
}

#mainlist li{
	margin: 3px 0;
	font-size: 130%;
	font-weight: bold;
}

li .normtext{
	font-size: 80%;
	color: #304a65;
}

.calltoday{
	width: 200px;
	color: #8b0000;
	border: 1px solid #b0b0b0;
	background: #fff4c9;
	padding: 4px 4px 10px 4px;
	margin: 2px;
	float: right;
}
.signs{
	width: 220px;
	padding: 4px 4px 10px 4px;
	margin: 2px;
	float: right;
	clear: both;
}

.clear{
	clear: both;
}

.imagebox{
	padding: 5px;
	margin: 3px;
	border: 1px dotted #8c8d7c;
	background: #dfe0d0;
}

.imagerow{
	text-align: center;
	background: #eeeeee;
	padding: 10px 0;
	width: auto;
	margin: 0 15px;
}

#footer{
	margin-top: 20px;
	padding: 5px;
	background: #ffffff url(images/footer.gif) repeat-x;
	height: 58px;
	text-align: center;
}
#footerleft{
	float: left;
	text-align: left;
	margin-top: 8px;
}
#footerright{
	text-align: center;
	font-size: 100%;
	color: #555555;
	margin-top: 10px;
}

/*Form style*/
.formtable{
	width: 100%;
	font-size: 100%;
}

.formtext{
	width: 140px;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
}

.formdata{
	vertical-align: top;
	padding: 2px;
}

.input{
	width: 200px;
	font-size: 95%;
	font-family: verdana, "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #000;
	padding: 2px;
	background-color: #ebeeff;
	border: 1px solid #bbbbbb;
}

.select{
	font-size: 95%;
	font-family: verdana, "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #000;
	background-color: #ebeeff;
	border: 1px solid #bbbbbb;
	width: auto;
}

.textarea{
	font-size: 95%;
	font-family: verdana, "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #000;
	padding: 2px;
	background-color: #ebeeff;
	border: 1px solid #bbbbbb;
}

.submit{
	font-size: 95%;
	font-weight:bold;
	font-family: verdana, "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #bbbbbb;
	background-color: #ebeeff;
}