@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 15px;
}
body {
	color: #454545;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #FFF url(images/bg.gif) repeat-x left top;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
}
ol li {
	padding-bottom: 5px;
}
ol ul {
	margin: 0px;
	padding: 7px 0px 5px 15px;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 0px 8px;
	margin-bottom: 10px;
	color: #33AB9E;
	border-bottom: 1px solid #64D0C6;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 0px 7px;
	border-bottom: 1px solid #33AB9E;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	color: #000;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
#wrapper {
	width: 900px;
	margin: auto;
}
#head {
	height: 135px;
}
#top {
	height: 120px;
	color: #FFF;
	background: url(images/top.jpg) no-repeat right top;
}
#top .title {
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	padding: 18px 0px 8px;
	margin: 0px;
	background:none;
}
#left {
	width: 300px;
	float: left;
}
#right {
	width: 570px;
	float: right;
}
.title {
	background: #646464 url(images/title.gif) repeat-x bottom;
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 6px 7px 7px;
	font-weight: bold;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	border-bottom: 1px solid #E6E6E6;
}
#nav li a {
	display: block;
	padding: 6px 7px 6px 21px;
	text-decoration: none;
	color: #666;
	background: url(images/bullet.gif) no-repeat left 8px;
}
#nav li a:hover {
	color: #000;
	background: #F7F7F7 url(images/bullet.gif) no-repeat left 8px;
}
#footer {
	background: url(images/footer.gif) repeat-x top;
	text-align: center;
	padding: 15px 0px;
	margin-top: 10px;
}
.box {
	border: 1px dashed #33AB9E;
	background: #C9EFEB;
	margin: 0px 0px 8px;
	padding: 7px;
	color: #000;
}
.featured {
	border: 1px dashed #33AB9E;
	background: #C9EFEB;
	margin: 0px 0px 8px 5px;
	padding: 7px;
	color: #000;
	float: right;
	width: 200px;
}
.featured ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.featured ul li {
	background: url(images/arrow.gif) no-repeat left 8px;
	padding-left: 10px;
}
.featured p {
	margin: 0px;
	padding: 0px 0px 2px;
}
input[type=text], select {
	border: 1px solid #33AB9E;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 185px;
}
#form input[type=submit] {
	background: url(images/title.gif) repeat-x bottom;
	border: 1px solid #414141;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	cursor:pointer;
}
#form select {
	width: 80px;
	padding: 2px;
}
#form {
	padding-left: 10px;
}
#form p {
	padding:2px 0px;
}