body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	background-color: #000;
}

/* ----- IDS ----- */

#centeringContainer {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	border: 1px solid #FFF;
}

#header {
	width: 750px;
	height: 135px;
	margin: 0;
	padding: 0;
}

#header a {
	float: left;
}

#header #headRight {
	background-color: #44104A;
	width: 560px;
	height: 134px;
	border-bottom: 1px solid #FFF;
	float: left;
}

#header #headRight h1 {
	font-size: 18px;
	color: #FFF;
	padding: 10px 0 0 15px;
	font-family: Trebuchet MS, Verdana, sans-serif;
}

#header #topContact {
	width: 450px;
	height: 63px;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	border: 1px solid #FFF;
	margin: 0px 0 0 15px;
}

#header #topContact form table tr td {
	padding: 5px 0 5px 10px;
}

#header #topContact form table tr td input {
	width: 225px;
	height: 19px;
	margin: 0;
	padding: 0;
}

#header #topContact form table tr td #submit {
	width: 83px;
	height: 23px;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: top;
}

#nav {
	width: 190px;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	float: left;
}

#nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	height: 35px;
	border-bottom: 1px solid #FFF;
}

#nav ul li a {
	line-height: 33px;
	text-decoration: none;
	padding: 15px 0 0 10px;
	color: #999;
	font-weight: bold;
}

#nav ul li a.selected {
	color: #44104A;
}

#nav ul li a:hover {
	color: #FFF;
}

#content {
	width: 559px;
	background-color: #AAA;
	float: left;
	padding: 0 0 20px 0;
	border-left: 1px solid #FFF;
}

#content h1 {
	padding:15px 0 0 15px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	text-decoration: underline;
}

#content p {
	font-size: 12px;
	padding: 15px 10px 0 15px;
	margin: 0;
}

#content ol li{
	font-size: 12px;
	padding: 15px 10px 0 15px;
	margin: 0;
}

#footer {
	height: 50px;
	width: 750px;
	border-top: 1px solid #FFF;
	background-color: #44104A;
}

#footer p {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	margin: 8px 0 0 0;
	padding: 0;
}

/* ----- CLASSES ----- */


/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: 0;
}

img a{
	border: 0;
}

img a:hover{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}