/* GENERAL ******************************************************/

body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEEEEE;
}

.clearAll {
	margin: 0px;
	padding: 0px;
	clear: both;
}

p {
	color: #ededed;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: normal;
	font-weight: normal;
	line-height: 16px;
}

#mainWrapper {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: left;
}

#header #logo {
	margin: 0px;
	padding: 15px 0px 10px;
	width: 900px;
	text-align: center;
}

#intro {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: center;
}

#contentwrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: center;
}

#contentLeft {
	margin: 0px;
	padding: 30px 0px 50px;
	width: 400px;
	text-align: left;
	float: left;
}

#contentRight {
	margin: 0px 0px 0px 20px;
	padding: 30px 0px 50px;
	width: 480px;
	text-align: left;
	float: left;
}


/* FOOTER ******************************************************/

#footer {
	margin: 0px;
	padding: 15px 0px 0px;
	width: 900px;
	text-align: left;
}

#footerOne {
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
}

#footerTwo {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
}

#footerThree {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
}

#footer p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#footer a {
	margin: 0px;
	padding: 0px;
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	text-decoration: underline;
}



/* GENERAL CONTENT ******************************************************/

h1 {
	color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.psmall {
	color: #DDDDDD;
	font-size: 10px;
}

.pnormal {
	color: #DDDDDD;
	font-size: 12px;
}

.pbold {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.whiteHighlight {
	color: #FFFFFF; !important
}

/* LINKS ******************************************************/

a:link {
	color: #FFFFFF;
	font-size: 10px;
}

a:link {
	color: #FFFFFF;
	font-size: 11px;
}

a:visited {
	color: #FFFFFF;
	font-size: 11px;
}

a:hover {
	color: #3399CC;
	font-size: 11px;
}

a:active {
	color: #FFFFFF;
	font-size: 11spx;
}

/* MAIN MENU LINKS ******************************************************/

.menuLink a {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
}

.menuLink a:link {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.menuLink a:visited {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.menuLink a:hover {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.menuLink a:active {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.menuNonLink {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#contentFull {
	margin: 0px;
	padding: 30px 0px 50px;
	width: 900px;
	text-align: center;
	float: left;
}
