body, html {
	background: url(/img/bg.jpg) #ddd fixed center top;
	font-size: 12px;
	color: #333;
	font-family: Arial, sans-serif, Verdana, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
.hide {
	visibility: hidden;
	background: #fff;
	color: #fff;
	clear: both;
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
}
#main {
	margin: auto;
	padding: 0;
	width: 735px;
}
#logo {
	border-bottom: 3px solid #301586;
	margin: 0;
	padding: 20px 0 0 0;
}
#logo a {
	background: url(/img/header.png) no-repeat left center;
	display: block;
	height: 60px;
	width: 600px;
	margin-left: 15px;
	text-decoration: none;
	text-indent: -1000px;
}
#menu {
	border-bottom: 2px solid #eee;
	height: 17px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	
}
#menu #last a {
	border-right: none;
	font-weight: bold;
}
#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}
#menu a:hover {
	background: #DED64E;
	color: #333;
}
#menu #current {
	background: #e9e9ff;
	color: #333;
}
#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}
#sidebar {
	margin: 20px 10px 10px 10px;
	padding: 10px 0px;
	color: #888;
	float: left;
	width: 120px;
	border: 1px solid #aeaeae;
}
#sidebar #submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar #submenu #subcurrent {
	background: #cce;
	color: #333;
	letter-spacing: 1px;
}
#sidebar #submenu a {
	color: #333;
	background: #eee;
	letter-spacing: 1px;
	display: block;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 1px 0px;
	text-decoration: none;
}
#sidebar #submenu a:hover {
	margin-bottom: 1px;
	color: #eee;
	background: #336;
}
#sidebar #submenu a:active {
	margin-bottom: 1px;
	background: #ccc;
}
#sidebar h2 {
	color: #000;
	border-bottom: 1px dashed #555;
	font-size: 12px;
	padding: 3px 0px;
	text-align: center;
}
#sidebar li a {
	color: #fff;
}
#sidebar ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,h7 {
	color: #005;
}
#content h2 {
	background: url(/img/uh2.jpg) no-repeat bottom left;
}
#content h3 {
	background: url(/img/uh3.jpg) no-repeat bottom left;
}
#content {
	border-left: 2px solid #eee;
	margin-right: 20px;
	margin-left: 150px;
	padding-left: 20px;
}
#content ul {
	list-style-image: url(/img/li.jpg);
}
#footer {
	background: #f1f1f1;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 40px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
#footer, #footer :link, #footer a:visited {
	color: #666;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #119;
}
#search {
	background: #ddd;
}
#search:hover {
	background: #f1f1f1;
}
#nav {
	margin: 40px 4px 10px 4px;
	border-top: 1px solid #ccc;
}
#nav a {
	text-decoration: none;
	color: #222;
}
#nav a:hover {
	color: #288;
}
#contact {
	border-top: 1px solid #bb6;
	border-left: 4px solid #dcd8ca;
	border-left: 22px solid #bb6;
	border-right: 1px solid #bb6;
	border-bottom: 1px solid #bb6;
	background-color: #dd8;
	padding: 10px;
}
#contact table {
	color: #000;
	font-size: 12px;
}
#contact tr {
	vertical-align: top;
}
#contact td {
	vertical-align: top;
	padding: 4px 8px 4px 8px;
}
.error {
	color: red;
}
.warning {
	color: #004000;
}
.noborder img {
	border: none;
}
