﻿body 
{
	font-family:Tahoma;
	font-size:0.7em;
}


.clearBoth
{
	clear:both;
}

.floatLeft
{
	float:left;
}	

.floatRight
{
	float:right;
}	



.pageContainer
{
	height:100%;
	width:768px;
	margin:0px auto;
	background-color:White;
}

.contentContainer
{
	width:100%;
	
}

.paddedContent
{
	padding:10px;
}

.leftColumn
{
	float:left;
	width:138px;
	background-color:#660099;
color:white;
}
.middleColumn
{
	float:left;
	width:630px;
	background-color:white;
}

.rightColumn
{
	float:left;
	width:0px;

}

.bodyContainer
{
	width:100%;
	clear:both;
}

.footer
{
	width:100%;
	background-color:white;
}

.heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 14px; font-weight: bold; font-variant: normal; text-transform: none; color: #663399}


.strapline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 26px; font-style: normal; line-height: 40px; font-weight: normal; font-variant: normal; text-transform: none; color: #CCCCCC}

.button
{
	color: #666;
	font-family:Arial;
	font-size:11px;
	background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

.searchContainer
{
	width:400px;
}

.searchContainer A:link {text-decoration: none; color: black;}
.searchContainer A:visited {text-decoration: none; color: black;}
.searchContainer A:active {text-decoration: none; color: black;}
.searchContainer A:hover {text-decoration: underline; color: black;}


.searchHeader
{
	background-color:#999999;
	color:White;
}

.searchHeader,.searchDetails
{
	padding:5px;
	width:100%;
}

.searchDetails
{
	background-color:#CCCCCC;
	color:Black;
}

.0bg
{
background-color:red;
}

.1gb
{
background-color:green;
}

.2bg
{
background-color:blue;
}
