/* CSS Document */

body, table, tr, td, div, img, form, object, embed, ul, ol, li, cite, a, h1 {
	border-width: 0;
	margin: 0;
	padding: 0;
}

html { 
height: 100%;
margin-bottom: 1px;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ccc;
margin: 0 auto;
text-align: left;
}

/* GENEARL TEXT STYLING */

p {
line-height: 18px;
margin: 0 0 12px 0;
}

a {
text-decoration: underline;
color: #fff;
}

a:hover {
color: #aaa;
}

h2 {
font-size: 12px;
font-weight: bold;
color: #d44;
margin: 0 0 4px 0;
}

/* PAGE COMPONENTS */

body {
background-color: #000;
}

#container {
width: 924px;
padding-bottom: 28px;
margin: 0 auto;
}

#header {
width: 924px;
padding-top: 28px;
}

#header img {
float: left;
}

#header p.nav {
width: 770px;
float: right;
padding: 0;
margin: 84px 0 6px 0;
font-size: 12px;
color: 666;
line-height: 18px;
text-align: right;
}

#header a {
text-decoration: none;
color: #666;
}

#header a.active {
color: #fff;
}

#header a:hover, #header a.active:hover {
color: #fff;
}

#pagecontent {
width: 920px;
float: left;
border: 2px solid #fff;
background: #fff url(images/bg_pagecontent.gif) left top repeat-y;
}

#leftnav {
width: 156px;
float: left;
padding: 20px;
text-align: right;
}

#leftnav p {
font-size: 12px;
color: #000;
line-height: 18px;
margin: 12px 0 10px 0;
}

#leftnav a {
text-decoration: none;
color: #000;
}

#leftnav a.active {
color: #fff;
}

#leftnav a:hover, #leftnav a:hover.active {
color: #fff;
}

#leftnav p.caption {
font-size: 10px;
color: #333;
line-height: 12px;
margin: 0 0 10px 0;
}

#leftnav p.caption a {
color: #333;
text-decoration: underline;
}

#content_left {
width: 330px;
float: left;
padding: 20px 0 20px 22px;
margin: 0px;
}

#content_right {
width: 330px;
float: left;
padding: 20px;
margin: 0px;
}

#content_twocol {
width: 680px;
float: left;
padding: 20px 20px 20px 22px;
margin: 0;
}

p.caption {
font-size: 10px;
color: #aaa;
line-height: 12px;
margin: 0 0 10px 0;
}

p.caption a {
color: #aaa;
text-decoration: underline;
}

#content_left img, #content_right img, #content_twocol img {
margin-top: 4px;
border: 1px solid #000;
}

img.rightjust {
margin-left: 20px;
margin-bottom: 12px;
}

#leftnav img.wcapt, #content_twocol img.wcapt, .photocol img.wcapt, .phcolright img.wcapt {
margin-bottom: 3px;
}

.photocol {
float: left;
width: 94px;
margin-right: 21px;
}

.phcolright {
float: left;
width: 96px;
margin-right: 0;
}

.clear {
clear: both;
}

#footer {
width: 924px;
font-size: 10px;
color: #666;
margin-top: 6px;
text-align: center;
}

#footer a {
color: #666;
text-decoration: underline;
}

