a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #EA0200;
}
a:hover {
	color: #EA0200;
}
a:active {
	color: #000000;
}
body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #032F4A;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header {
	height: 100px;
	width: 980px;
}
#main_image {
	height: 233px;
	width: 980px;
	background-image: url(../images/mainimage_home.jpg);
}
#sections {
	background-image: url(../images/layout_r4_c1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 980px;
	margin-top: 5px;
}
#content li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
	background-position: 0px 3px;
	padding-top: -2px;
}
#content ul {
	margin-bottom: 0px;
	margin-left: 0px;
}

#content a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


#content {
	background-image: url(../images/layout_r5_c1.jpg);
	background-repeat: no-repeat;
	width: 980px;
	text-align: left;
}
#languages img {
	margin-bottom: -2px;
}

#address {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #032F4A;
	background-repeat: repeat-x;
	background-image: url(../images/layout_r6_c1.jpg);
}
#languages {
	height: 20px;
	width: 980px;
	color: #FFFFFF;
	text-align: right;
}

#body {
	width: 980px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #EFEFEF;
	margin-top: 20px;
}
.smalltext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.normaltext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
}
#languages a {
	color: #FFFFFF;
	text-decoration: none;
}
#languages a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#titles {

	background-image: url(../images/layout_r5_c1.jpg);
	background-repeat: no-repeat;
	width: 980px;
	text-align: left;
}
#address_content {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	height: 100px;
	background-color: #032F4A;
	background-image: url(../images/layout_r6_c1.jpg);
	background-repeat: repeat-x;
}
.img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
input {
	background-color: #D3EFFB;
}

textarea {
	background-color: #D3EFFB;
}

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #017688;
}
#body li {

	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
	background-position: 0px 3px;
	padding-top: -2px;
}
#address #address_content a {
	color: #FFFFFF;
}

/* ERROR */
#error{
	font-size:10pt;
	font-weight:bold;
	color: red;
	border:none;
	clear:left;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	line-height:15px;
}

