@charset "utf-8";
/* End hide from IE5-mac */

body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #313131;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	padding: 20px 0 0 0;
}
a {
	color: #1a4269;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #313031;
}


#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin: auto;
}
#header {
	height: 132px;
	background: #cccccc;
	background-image: url(images/header-bg.png);
}
#logo {
	padding-top: 10px;
}

#header  h1 {
	padding: 20px 0 0 180px;
	font-size: 32px;
}
#header  h3 {
	margin-top: -3px;
	font-size: 16px;
	padding-left: 190px;
}
#nav {
	height: 28px;
	padding-top: 80px;
}
#nav a {
	float: right;
	padding: 3px 10px 0 5px;
	color: #000;
}
#menu {
	height: 96px;
}


#main {
	width: 1000px;
}
#space {
	width: 1000px;
	height: 5px;
}
#left {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	padding-top: 25px;
}
#sub-menu {
	float: left;
	background-image: url(images/sub-menu.png);
	background-repeat: no-repeat;
}
#sub-menu    p {
	width: 200px;
	list-style: none;
	margin-top: 10px;
	margin-left: 12px;
}
#sub-menu  p  a {
	padding: 0 0 0 15px;
	color: #000;
	font-size: 18px;
	line-height: 25px;
}
#sub-menu      p      a:hover        {
	text-decoration: underline;
}
#sub-menu li {
	color: #000;
	list-style: none;
	padding-bottom: 3px;
	padding-left: 25px;
}
#sub-menu ul li {
}

#sub-menu li a {
	color: #000000;
}

#sub-menu ul {
	width: 200px;
	margin-left: 3px;
}
#sub-menu-b  {
	width: 200px;
	margin-left: 3px;
	background-image: url(images/menu-bottom.png);
	height: 47px;
}





#content {
	width: 525px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 5px;
}
#content p {
	text-align: justify;
}
#content p + p { margin-top: 1em; }
#content h2 {
	font-size: 22px;
}
#content ul {
	padding: 10px;
}
#content li {
	list-style: disc inside;
}


#content .image {
	padding: 7px;
}


#right {
	float: right;
	background-color: #FFFFFF;
	padding-top: 25px;
}
#sidebar {
	background-color: #FFFFFF;
	width: 250px;
}
#sidebar-box {
	width: 236px;
	margin: 0 0 3px 11px;
	background: #FFFFFF url(images/sidebar.gif) no-repeat;
	height: 196px;
}
#sidebar-box p {
	color: #FFFFFF;
	padding: 15px 10px 0 10px;
}
#sidebar-box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar-box a:hover {
	text-decoration: none;
}
#sidebar h3 {
	color: #000;
	border-top: solid #c4c4c4;
	padding-top: 15px;
}





#footer {
	clear: both;
	color: #000000;
	background-color: #FFF;
}
#footer a {
	color: #1a4269;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p {
	color: #313131;
	padding-left: 15px;
}
#footer-bottom {
	width: 1000px;
	background-image: url(images/footer-bottom.png);
	height: 23px;
	clear: both;
	background-repeat: none;
}
#footer-top {
	width: 1000px;
	background-image: url(images/footer-top.png);
	height: 33px;
}
#footer-left {
	width: 450px;
	float: left;
}
#footer-right {
	float: right;
	width: 525px;

}
#footer-space {
	width: 1000px;
	height: 60px;
	background-color: #313131;
}
