body
{
	text-align:left;
	background-color:white;
	/*color:#aabbbb;*/
	color:black;
	font-family: sans-serif,Arial;
	font-size: 75%;
}

/*Center Flow Container*/
#Container 
{
	margin-left:auto;
	margin-right:auto;
	width: 905px;
} 

/*Center Flow Container*/
#SiteWrapper 
{
	margin: 0 auto;
	width: 900px;
	/*background-color: green;*/
	float:left;clear:none;
} 

#Header
{
	width:895px;
	height:150px;
	clear:both;
	float:left;
	background-color: black;
}

#HeaderSpacer
{
	width:895px;
	height:20px;
	clear:both;
	float:left;
	text-align:right;
	/*background-color: gray;*/
}

#MainNav
{
	width:895px;
	height:25px;
	clear:both;
	float:left;
	background:url("../Images/btnGradient2.png") repeat-x;
	/*background-color: green;*/
}

.NavBtn
{
	float:left;
	clear:none;
	width:110px;
	height:24px;
	text-align:center;
	padding:4px 0px 0px 0px;
	margin::4px 0px 0px 0px;
}

.BtnDivider
{
	float:left;
	clear:none;
	background:url("../Images/BtnDivider.png")no-repeat;
	width:1px;
	height:21px;
}
.Spacer
{
	width:895px;
	height:8px;
	float:left;
	clear:both;
}
#MainContent
{
	width:630px;
	height:450px;
	clear:none;
	float:left;
	text-align:justify;
	padding:0px 0px 5px 0px;
	margin::0px 0px 5px 0px;
	/*background-color: blue;*/
}

#ContentTextBox
{
	width:620px;
	clear:none;
	float:left;
	text-align:justify;
	font-family:joan,arial;
}

#VerticalDivider
{
	width:15px;
	height:450px;
	clear:none;
	float:left;
	background:url("../Images/GrayDivider.png") repeat-y;
	/*background-color: gray;*/
}

#WidgetRight
{
	width:250px;
	height:450px;
	clear:none;
	float:left;
	color:white;
	text-align:left;
	font-family:joan,arial;
	font-style:italic;
	background:url("../Images/QImage.jpg") no-repeat top left;
	/*background-color: orange;*/
}
#Qoute
{
	width:245;
	padding:3px 3px 3px 5px;
	margin:3px 3px 3px 5px;	
}

#Footer
{
	width:895px;
	height:15px;
	clear:both;
	float:left;
	background-color: yellow;
}
/*Hover Styles*/
A
{
	color : white;
	text-decoration : none;
	font-weight:bold;
}

A:Visited  
{
	color : white;
	text-decoration: none;
}

A:Active  
{
	color : white;
	text-decoration : underline;
}

A:Hover  
{
	color : red;
	text-decoration : underline;
	text-size: 100%;
}

.email
{
	float:left;
	clear:none;
}

.email a
{
	color:gray;
	text-decoration:none;
}
.email a:hover
{
	text-decoration:underline;
	color:red;
}
