@import url("reset.css");
@import url("basic.css");
@import url("type.css");

body {
	background-color: #e4e4e4;
	margin: 40px;
	font-family: arial;
}

#wrapper {
	background-color: #fff;
	width: 819px;
	margin: 0 auto;
}

#topWrap {
	background-image: url(../img/topBg.gif);
	width: 819px;
	height: 147px;
}

#head {
	background-image: url(../img/head.gif);
	width: 140px;
	height: 74px;
	float: left;
	margin: 16px 0 0 33px;
}

a#headl {
	width: 140px;
	height: 74px;
	display: block;
	text-indent: -999em;
}

#roundCorner {
	background-image: url(../img/roundcorner.gif);
	width: 36px;
	height: 34px;
	float: right;
}

#navigation {
	background-color: #273d90;
	height: 32px;
}

#navigation ul {
	background-color: #273d90;
	height: 32px;
	margin: 0 33px;
	border-left: 1px solid #fff;
}

#navigation li {
	height:  32px;
	float: left;
	border-right: 1px solid #fff;
	display:  block;
	font-size: 12px;
	line-height: 32px;
}

#navigation a {
	display:  block;
	font-size: 12px;
	font-weight: bold;
	color:  #fff;
	float: left;
	padding: 0 12px;
}

#navigation a:hover {
	background-color: #6099ef;
	border-bottom: 5px solid #6099ef;
}

li.sel {
	background-color: #6099ef;
	border-bottom: 5px solid #6099ef;
}

#contentWrap {
	width: 753px;
	margin: 30px 33px 0 33px;
}

#content {
	background: url(../img/dott.gif) right repeat-y;
	width: 514px;
	float: left;
}

#rightCol {
	background-image: url(../img/formbg.gif);
	width: 203px;
	height: 290px;
	float: right;
}

#formContent { margin: 10px; }

#formContent input {
	width: 172px;
	border: 1px solid #cebc85;
	margin-bottom: 7px;
	font-family: arial;
	font-size: 11px;
	padding: 4px 4px;
}

#formContent span {
	font-family: arial;
	font-size: 11px;
}


#formContent #submit {
	background-color: #fff;
	width: 65px !important;
	border: 1px solid #cebc85;
	margin-top: 5px;
}


#footer {
	background-color: #f8f8f8;
	border-top: 1px solid #c6c6c6;
	margin-top: 80px;
	padding: 15px;
}

#footer li {
	font-size: 11px;
	color: #5e5e5e;
	display: inline;
}