html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
strong {
	font-size: 1.1em;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font: 12px arial, sans-serif;
	background: #eee;
}
#outer {
	background: top center url(images/header_bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
	height: 100%;
}
#header {
	height: 40px;
}
#header h1 {
	color: #FD2E00;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0 0 70px;
	margin: 0;
}
#header p {
	color: #999;
	padding: 10px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
#nav {
	background: url(images/header_c_bg.gif) repeat-x;
	position: relative;
	height: 370px;
}
#nav a {
	color: #E7E4E4;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav ul {
	padding: 25px 0 0 382px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#nav li {
	background: left center url(images/bullet.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
	font-size: 1.2em;
}
#nav li#m1 { margin-left: 43px; }
#nav li#m2 { margin-left: 25px; }
#nav li#m3 { margin-left: 12px; }
#nav li#m4 { margin-left: 4px; }
#nav li#m5 { margin-left: 0px; }
#nav li#m6 { margin-left: 0px; }
#nav li#m7 { margin-left: 4px; }
#nav a {
	font-weight: normal;
}
#search {
	margin: 68px 0 0 400px;
	font-size: 1.2em;
}
#search h2 {
	color: #F00;
	font-weight: bold;
}
#search form {
	margin: 0;
	padding: 0 0 10px 0;
}
#search input.text {
	border: 1px solid #333;
	background: #E7E4E4;
}
#search input.submit {
	border: none;
	background: #E7E4E4;
}
#search a {
	color: #333;
	padding: 0 5px;
}
#search a:hover {
	color: #300;
	text-decoration: underline;
}
#head {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	height: 370px;
}
#head-pip {
	background: url(images/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 382px;
	width: 48px;
	height: 94px;			
}

#body {
	background: top left #EEEEEE url(images/body_bg.gif) repeat-y;
	position: relative;
	left: -10px;
	width: 775px;
}
#body-inner {
	padding: 0 23px 28px 31px;
}
#body-right {
	float: right;
	width: 384px;
}
#topic-pic {
	background: #666;
	padding: 10px;
}
#body h2 {
	font: 18px "arial", arial, sans-serif;
	font-weight: bold;
}
#body-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 281px;
}
#body-left h2 {
	font: 18px "arial", arial, sans-serif;
	font-weight: bold;
}
#body-left ul {
	margin: 30px 55px;
}
#body-left li {
	margin: 5px;
}
#body-left h2 {
	font: 18px "arial", arial, sans-serif;
	font-weight: bold;
}
.box {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 0;
}
.box p {
	margin: 5px 0;
	font-size: 1em;
}
.btns a {
	background: left #CC0000 url(images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}
.btns a:hover {
	background-color: #EF1818;
	color: #fff;
}
#associations {
	text-align: center;
}
#copyright {
	text-align: center;
	width: 100%;
	padding: 0 0 20px 0;
}