/***** Global Settings *****/

html, body {
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: black;
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding-left: 0;
padding-bottom: 20px;
padding-right: 0;
padding-top: 10px;
line-height: 18px;
letter-spacing: -2px;
font:28px arial, helvetica, sans-serif;
}

h3 {
padding-top: 20px;
padding-bottom: 15px;
letter-spacing: -1px;
font:1.3em arial, helvetica, sans-serif;
}

p, ul, ol {
padding-left: 0;
padding-bottom: 10px;
padding-right: 0;
padding-top: 0;
margin:0;
}

ul, ol {
padding-left: 40px;
padding-bottom: 10px;
padding-right: 0;
padding-top: 0;
list-style:none;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
color: red;
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrapper {
height: 100%;
width: 600px;
margin:0 auto;
}

/***** Header *****/

#logo {
	left: 0px;
	position: relative;
	height: 110px;
	width: 600px;
}


#logo h6 {
    display:block;
	height: 110px;
	width: 600px;
	text-indent:-3000px;
}

#logo h6 a {
	width: 600px;
	height: 110px;
	display:block;
	background:url(../images/logo.png) no-repeat center;
	}

/***** Navigation *****/
#nav 		{ height: 76px; width: 600px; }

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { font-size: 110%; letter-spacing: -1px; font-weight: bold; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: white;
text-decoration: none;
}

#navlist a#current
{
color: white;
text-decoration: none;
}

/***** Content *****/

/***** Footer *****/

#footer {width: 100%; height: 70px; font-size: 12px; color: white; text-align: center;}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

#header 		{ width: 600px; height: 186px; }

#content 		{ margin-bottom: 30px; margin-top: 30px; color: white; height: 100%; width: 600px; }

p 		{ font-size: 18px; letter-spacing: -1px; color: #cccccc; }

.note 		{ letter-spacing: 0px; font-size: 12px; color: #cccccc; }

h4 		{ letter-spacing: -1px; }


