html, body {
	padding:0;
	margin:0;
	border: none;
	text-align:center;
	min-width: 860px; 
	background-color: #fff;
	font-size: 85%;
	font-family: Arial,Eurostile,Helvetica,Arial,sans-serif;
	color: #000;
}

img {
	border: 0;
}

@font-face {
    font-family: Eurostile;
    font-style:  normal;
    font-weight: normal;
    src: url(/templates/common/eurostile.eot);
}

#wrapper {
	width: 880px;
	text-align: left;
	margin: 30px auto;
	border: 1px solid #ccc;
}

#header {
	background-color: #232021;
}

#menu {
	height: 25px;
	color: #fff;
	background-color: #232021;
	width: 813px;
	float: left;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	margin-left: 15px;
	margin-top: 5px;
}

#menu ul li {
	float: left;
	width: 90px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	float: left;
	width: 880px;
}

p.blue, span.blue {
	color: #009;
}

span.quote {
	font-size: 130%;
	color: #009;
}

span.bold {
	font-weight: bold;
}

span.req  {
	border-color: #f00;
}

#footer {
	background-color: #eee;
	height: 25px;
	color: #000;
	padding-top: 7px;
	padding-left: 5px;
	clear: both;
}

#footer ul {
	margin:0;
	padding:0;
	float: right;
	margin-right: 10px;
	list-style: none;
}

#footer ul li {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

#footer a {
	color: #3B4761;
	font-size: 12px;
}

#links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#links li a, a.ext {
	color: #009;
	background: url(/templates/common/images/external.gif) right top no-repeat;
	padding-right: 16px;
}

#links .summary {
	color: #000;
}

span.highlight {
	background-color: #ff0;
}

form.search input {
	width: 80px;	
	font-size: 10px;
}

form.search input.go {
	width: 20px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #fff;
}

/* for form */
.row { width: 100%; clear: both; font-size: 0.9em; margin-top: 10px; line-height: 20px; float: left; }
label.col1, span.label { width: 30%; float: left; text-align: right; }
span.widget { width: 69%; float: right; text-align: left; }
span.widget .button { margin-top: 10px; border: 1px solid #000; background-color: #005CAB; color: #fff; }
.required .label { color: #f00; }
.required .widget input, .required .widget textarea { border: 1px solid #f00; }
.required .widget select { color: #f00; }
span.col2 { width: 69%; float: right; text-align: left; }