@charset "UTF-8";
/* CSS Document */


@font-face {
font-family: Century Gothic;
src: url("../fonts/Century_Gothic.ttf");
}
@font-face {
font-family: Century Gothic;
font-weight:bold;
src: url("../fonts/Century_Gothic_Bold.ttf");
}


body{
	background-color:#383838;
}

#wrapper{
	width: 1024px;
	margin: 0 auto;
}

#header{
	top:0px;
	width: 1003px;
	margin-bottom:-5px;
}

#content{
	background-image:url(../images/contentbg.gif);
	background-repeat: repeat-y;
	width: 970px;
	top:226px;
	float:left;
	padding-top:-5px;
}

#leftcol{
	width: 185px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
	display:inline;
}

#rightcol{
	float: right;
	width: 720px;
	overflow: visible;
	margin-right: 20px;
	margin-left: 30px;
}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-color:#383838;
	clear: both;
}


#leftcol ul {
	width:160px;
	margin-left: 0px;
}

li {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#383838;
}

#leftcol li {
	text-align:right;
	display:block;
	width:auto;
	width: 160px;
	height:30px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#leftcol li a {
	text-decoration:none;
	font-size:15px;
	display:block;
	width: 160px;
	padding: 0px 8px 8px 8px;
}

#leftcol li a:hover {
	color:#FFFFFF;
	background-color:#383838;
}

a {
	color:#383838;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

h1 span {
	background: url(../images/gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	z-index:9
}

img {
	padding: 10px;
}

td{
	padding: 10px;
}


h1 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#074F5B;
}

h2 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#383838;
}

h3 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#383838;
}

p {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#383838;
}