@import url(menu.css);

body {
	background-color : #ffffff;
	color : #666666;
	font-family : Verdana;
	font-size : 10px;
	padding : 0px;
	margin : 0px;
	overflow : auto;
}

div.header {
	background-color : #f6f6f6;
	height : 101px;
}
div.header img#logo {
	margin : 25px 0px 0px 50px;
}
div.header div.languages {
	position : absolute;
	width : 600px;
	margin : 8px 0px 0px 305px;
	text-align : right;
	font-size : 9px;
	color : #6e7d81;
	text-transform : uppercase;
	line-height : 18px;
}
div.header div.languages a:link, div.header div.languages a:visited {
	color : #6e7d81;
	text-decoration : none;
}
div.header div.languages a:hover, div.header div.languages a:active {
	color : #6e7d81;
	text-decoration : underline;
}
div.header div.search {
	position : absolute;
	margin : 30px 0px 0px 600px;
	font-size : 9px;
	color : #6e7d81;
	text-transform : uppercase;
	line-height : 18px;
}
div.header div.search label {
	font-weight : normal;
}
div.header div.search input#terms {
	width : 108px;
	padding : 2px 2px 0px 2px;
	height : 14px;
	border : solid 1px #6e7d81;
	margin : 0px 10px 0px 5px;
	font-size : 9px;
	font-family : Verdana;
	vertical-align : top;
}
input.submit {
	text-transform : uppercase;
	border : solid 1px #6e7d81;
	background-color : #eceee5;
	height : 18px;
	padding : 0px 5px;
	color : #15355e;
	font-weight : bold;
	font-size : 9px;
	font-family : Verdana;
	vertical-align : top;
}
textarea.text {
	padding : 2px 2px 0px 2px;
	border : solid 1px #6e7d81;
	font-size : 11px;
	font-family : Verdana;
}
label {
	font-weight : bold;
}
input.text {
	padding : 2px 2px 0px 2px;
	height : 16px;
	border : solid 1px #6e7d81;
	font-size : 11px;
	font-family : Verdana;
}
div.nav {
	height : 27px;
	background-image : url(/images/navbg.gif);
	background-repeat : repeat-x;
	border-top : solid 1px #bac0c2;
	border-bottom : solid 1px #bac0c2;
}
div.nav div.navimage {
	float : left;
	width : 520px;
	height : 27px;
}
div.footer {
	padding : 0px 20px;
	border-top : solid 1px #bac0c2;
	background-image : url(/images/footer.gif);
	background-repeat : repeat-x;
	line-height : 39px;
	clear : both;
}
div.footer a:link {
	color : #6e7d81;
	text-decoration : none;
}
div.footer a:visited {
	color : #778588;
	text-decoration : none;
}
div.footer a:hover {
	color : #a7bedc;
	text-decoration : none;
}
div.footer a:active {
	color : #778588;
	text-decoration : none;
}
div.graphic {
	clear : both;
	background-color : #dedfe0;
	overflow : hidden;
}
div.main {
	line-height : 16px;
}
div.main strong, div.main b {
	color : #6e7d81;
}
span.required {
	color : #E51937;
	font-size : 14px;
	line-height : 14px;
	vertical-align : middle;
	font-weight : bold;
}