/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	/*margin: 0 auto;*/
	/*padding:22px;*/
	width: 960px;
	float: left;
}

#top {
	width: 960px;
	height: 75px;
	float: left;
}

.logo {
	width: 350px;
	height: 75px;
	float: left;
}

.asciiLogo {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	line-height: normal;
	padding-left: 5px;
}

.sectionsText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
/*	font-weight: bold;*/
	color: #D0D0D0;
	padding-top: 59px;
	float: left;
/*	background-color: #F0F0F0;*/
}

#banner {
	height: 20px;
	width: 960px;
	float: left;
}

.bannerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 18px;
}

#content {
	width: 960px;
}

#leftCol {
	width: 350px;
	float: left;	
}

.contentLeft {
/*	width: 100%; 
	height: 330px;
	float: left;*/	
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.tagContainer {
	margin-left: 15px;
	margin-right: 25px;
}

.tagBox {
	color: #000000;
	border: 1px dotted #000000;
    padding: 8px;
/*	background: #F0F0F0;*/
}

#middleCol {
	width: 400px;
	float: left;
}

.contentMiddle {
	padding-top: 17px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#rightCol {
	width: 195px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	
}

.contentRight {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left: 1px dotted #000000;
/*	overflow: hidden;*/
}

.dropDown {
/*	width: 100px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	font-weight: bold; */
	color: #00C4F5;
	text-decoration: none;
}

#bottom {
	width: 960px;
	height: 50px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 16px;
	color: #666666;	
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.blueBG {
	background-color: #00C4F5;
}
.greyBG {
	background-color: #565656;
}
.greenBG {
	background-color: #24BC20;
}
.redBG {
	background-color: #F50056;
}
.yellowBG {
	background-color: #F5C800;
}

.blueText {
	color: #00C4F5;
}
.blueText a:link {	
}
.blueText a:visited {	
}
.blueText a:active {	
}
.blueText a:hover {
	color: #00C4F5;
	background: #FFFFFF;	
}

.greyText {
	color: #565656;
}
.greyText a:link {	
}
.greyText a:visited {	
}
.greyText a:active {	
}
.greyText a:hover {
	color: #565656;
	background: #FFFFFF;	
}

.greenText {
	color: #24BC20;
}
.greenText a:link {	
}
.greenText a:visited {	
}
.greenText a:active {	
}
.greenText a:hover {
	color: #24BC20;
	background: #FFFFFF;	
}

.redText {
	color: #F50056;
}
.redText a:link {	
}
.redText a:visited {	
}
.redText a:active {	
}
.redText a:hover {
	color: #F50056;
	background: #FFFFFF;	
}

.yellowText {
	color: #F5C800;
}
.yellowText a:link {	
}
.yellowText a:visited {	
}
.yellowText a:active {	
}
.yellowText a:hover {
	color: #F5C800;
	background: #FFFFFF;	
}

/*
.sectionsText a:link {
	text-decoration: none;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
}
.sectionsText a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
}
.sectionsText a:active {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.sectionsText a:hover {
	color: #00C4F5;
	text-decoration: none;
	background: #FFFFFF;
	visibility: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
*/



blockquote {
	color: #000000;
	border: 1px dotted #000000;
    padding: 8px;
	background: #e3e3e3;
}



