/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	height:100%;
	font-family: Helvetica, Arial;
	font-size:1em;
	letter-spacing:0px;
	background-color:#FFF;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.spacer
	{
	margin-top:5px;
	}
blockquote {
	width:140px;
	float:right;
	margin-left:20px;
	}
.input {
	border:1px solid #999999;
	padding:3px 0px 0px 3px;
	height:15px;
	color:#666666;
	}
textarea {
	border:1px solid #999999;
	padding:3px 0px 0px 3px;
	color:#666666;
	}
hr {
	background-color:#666666;
	color:#666666;
	height:1px;
	width:auto;
	margin-left:10px;
	}
br {
	line-height:10px;
	}
h1 {
	font-family: Helvetica, Arial;
	font-size:1.5em;
	font-weight:300;
	color:#CC3300;
	height:25px;
	padding:10px 0px 0px 0px;
	}
h2 {
	font-family: Helvetica, Arial;
	font-size:1.2em;
	font-weight:300;
	color:#FF6600;
	}
h3 {
	font-family: Helvetica, Arial;
	font-size:1em;
	font-weight:300;
	color:#990000;
	}
ul {
	padding:0px 0px 0px 30px;
	}
li {
	list-style:disc;
	padding:5px 0px 0px 0px;
	}
#about {
	padding-left:20px;
	}
/*******************
MAIN SITE STRUCTURE
********************/
#container {
	top:10px;
	position:relative;
	width:1024px;
	height:auto;
	margin:auto;
	clear:both;
	}
#header {
	clear:both;
	position:relative;
	overflow:hidden;
	width:1024px;
	height:222px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	}
#contentWrapper {
	position:relative;
	overflow:hidden;
	width:1024px;
	height:auto;
	padding:0px 0px 5px 0px;
	clear:both;
	background-image:url(../img/contentRpt.jpg);
	background-repeat:repeat-y;
	}
#contentLeft {
	float:left;
	left:75px;
	position:relative;
	width:200px;
	height:auto;
	padding:20px 0px 20px 20px;
	}
#content2col {
	overflow:hidden;
	position:relative;
	float:left;
	width:790px;
	height:auto;
	padding:0px 0px 20px 0px;
	font-size:1em;
	list-style:inside;
	color:#993300;
	}
#content {
	clear:both;
	width:750px;
	height:auto;
	padding-left:30px;
	}
#contentRight {
	position:relative;
	float:left;
	width:200px;
	height:auto;
	text-align:center;
	padding:20px 0px 0px 0px;
	}
#left {
	float:left;
	width:430px;
	height:auto;
	}
#right {
	float:left;
	width:300px;
	height:auto;
	}
.indent {
	clear:both;
	width:32em;
	height:auto;
	padding:0px 0px 0px 20px;
	}
#footImg {
	position:relative;
	width:1024px;
	height:30px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	}
#sponsorWrap {
	clear:both;
	margin:auto;
	left:80px;
	width:935px;
	height:67px;
	padding:10px 0px 10px 0px;
	background-color:#FFFFFF;
	}
.sponsorBox {
	float:left;
	width:100px;
	height:auto;
	}
#footerWrap {
	left:80px;
	position:relative;
	clear:both;
	width:935px;
	height:auto;
	text-align:center;
	background-color:#990000;
	}
#footer {
	width:935px;
	height:auto;
	font-size:12px;
	color:#FFF;
	padding:10px 0px 10px 0px;
	}
#footer a:link {
	font-size:12px;
	color:#FFF;
	}
#footer a:hover {
	font-size:12px;
	color:#CC3300;
	}
#footer a:visited {
	font-size:12px;
	color:#CC6600;
	}
#contactWrap {
	overflow:hidden;
	float:left;
	clear:both;
	width:60em;
	height:auto;
	}
#contactLeft {
	float:left;
	width:25em;
	height:auto;
	}
#contactRight {
	float:left;
	width:25em;
	height:auto;
	}
.contactForm {
	padding-left:5px;
	}
#contact {
	float:left;
	width:39em;
	height:auto;
	padding-top:5px;
	}
.picWrap {
	clear:both;
	width:740px;
	height:250px;
	}
.picWrap img {
	border:3px solid #FFFFFF;
	}
.picLeft {
	float:left;
	width:370px;
	height:auto;
	}
.picRight {
	float:left;
	width:370px;
	height:auto;
	}
/*************
Menu Formating
**************/

.menuWrap {
	overflow:hidden;
	clear:both;
	position:relative;
	width:12.5em;
	height:auto;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
.menuItem {
	float:left;
	width:12.5em;
	height:auto;
	padding:5px 0px 5px 0px;
	list-style:none;
	color:#CC6600;
	}
.menuText {
	font-family:Arial, Helvetica;
	font-size:0.9em;
	font-weight:300;
	color:#FFF;
	padding-top:8px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:700;
	}
.menuText a:link {
	font-family:Arial, Helvetica;
	font-size:0.9em;
	font-weight:300;
	color:#FFF;
	text-decoration:none;
	letter-spacing:1px;	
	font-weight:700;
	}
.menuText a:hover {
	font-family:Arial, Helvetica;
	font-size:0.9em;
	font-weight:300;
	color:#CC6600;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:700;
	}
.menuText a:visited {
	font-family:Arial, Helvetica;
	font-size:0.9em;
	font-weight:300;
	color:#993300;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:700;
	}


/* img resizing */

.flashResize {
	width:30em;
	height:5em;
	}
.img.businessModel {
	width:30em;
	height:5em;
	}
img.logo { 
	width:12em;
	height:3.5em;
	padding:10px 0px 5px 10px;
	}
img.btn { 
	width:9.2em;
	height:3em;
	}
img.invest { 
	width:9.2em;
	height:5em;
	}
img.plan { 
	width:9.2em;
	height:5em;
	}
img.review { 
	width:9.2em;
	height:5em;
	}
img.model { 
	width:9.2em;
	height:5em;
	}
img.support { 
	width:9.2em;
	height:5em;
	}

img.performHere { 
	width:9.2em;
	height:5em;
	}
img.investHere { 
	width:9.2em;
	height:5em;
	}
img.planHere { 
	width:9.2em;
	height:5em;
	}
img.reviewHere { 
	width:9.2em;
	height:5em;
	}
img.modelHere { 
	width:9.2em;
	height:5em;
	}
img.supportHere { 
	width:9.2em;
	height:5em;
	}
img.submit { 
	width:2em;
	height:0.5em;
	}
img.textSize {
	width:1.5em;
	height:1.5em;
	}
/*************
Text Formating
**************/
.logoPosition	{
	padding-left:0px;
	}

.boldText {
	font-family: Helvetica, Arial;
	font-size:1.5em;
	font-weight:600;
	color:#FFF;
	}
.bodyText {
	font-family: Helvetica, Arial;
	font-size:1em;
	font-weight:300;
	color:#FFF;
	}
.contactText  {
	font-family: Helvetica, Arial;
	font-size:0.8em;
	font-weight:300;
	color:#FFFFFF;
	}
.contactText a:link {
	font-family:Helvetica, Arial;
	font-size:1em;
	font-weight:300;
	color:#FFFFFF;
	}
.contactText a:hover {
	font-family:Helvetica, Arial;
	font-size:1em;
	font-weight:300;
	color:#FF9900;
	}
.contactText a:visited {
	font-family:Helvetica, Arial;
	font-size:1em;
	font-weight:300;
	color:#FFCC00;
	}

.errorMess	{
	color:red;
	}
.i {
	color:#FF6600;
	}
.b {
	font-size:0.8em;
	font-weight:700;
	color:#FFF;
	}
