/* @override http://arloworks.com/main.css */

html {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/design/bg.gif) repeat-x #cee3f7;
	color: #000000;
	margin: 0px 25px 6px 25px;
	padding-top: 6px;
}

#ut {
	position: absolute;
	top: 4px;
	right: 4px;
}

#ut a:link, #ut a:visited {
	color: #1b3981;
	text-decoration: none;
	font: .7em bold Arial, Helvetica, sans-serif;
}

#ut a:active, #ut a:hover {
	text-decoration: underline;
}

#header {
	height: 80px;
}

#title {
	border-bottom: #9f9fa0 solid 1px;
	padding-left: .5em;
	margin: 0;
}

#page {
	background: #ffffff;
	border: #9f9fa0 solid 1px;
}

#page a:link ,#page a:visited {
	color: #0000FF;
	text-decoration: none;
}

#nav {
	text-align: center;
	font-size: 16px;
	vertical-align: bottom;
	margin: -.6em 0em 1px 0em;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav ul {
	margin: 0em;
}

#nav li a {
	padding: 4px 5px 2px 5px;
	margin-right: 4px;
	text-decoration: none;
}

#nav li a {
	background: #111111;
	color: #cee3f7;
}

#nav li.selected a {
	background: #d61111 url(design/bg_nav_new.gif) repeat-x;
	color: #cee3f7;
}

#subnav {
	background-color: #d61111;
	font-size: 4px;
	height: 4px;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #6f6f74;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 14em;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#sidebar a:hover {
	border-top: 1px solid #cccccc;
	background-color: #cee3f7;
}

#content {
	margin: 0px 0px 0px 14em;
	padding: 6px 6px 6px 6px;
	border-left: #9f9fa0 solid 1px;
}

.prop {
	float: right;
	width: 1px;
	visibility: hidden;
	height: 30em;
}

#footer {
	font-size: 12px;
	color: #7E7E7E;
	text-align: center;
}

#footer a:link,#footer a:visited {
	font-size: 11px;
	color: #6666FF;
	text-decoration: none;
}

.center {
	margin: auto;
	text-align: center;
}


img {
	border: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

p {
	color: #333333;
	margin: .1em 0 1em 0;
}

h1 {
	font-size: 1.5em;
	color: #000000;
	margin: .2em;
}

h2 {
	font-size: 1.2em;
	color: #4E8CAC;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#quote {
	font-size: .9em;
	background-color: #dfdfe2;
	padding: .2em;
}

.feedback {
	font-size: .9em;
	background: #00CF00;
	border: #DF8717 solid 1px;
	margin: auto;
	text-align: center;
	width: 90%;
}

.tablebottom {
	border-bottom: 1px solid #666666;
	padding: .5em;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}