body 
{
	font-family:Tahoma;
	font-size:0.7em;
}


.clearBoth
{
	clear:both;
}

.floatLeft
{
	float:left;
}	

.floatRight
{
	float:right;
}	




.contentContainer
{
	width:100%;
	
}

.paddedContent
{
	padding:10px;
}

.leftColumn
{
	float:left;
	width:150px;
	background-color:white;
}
.middleColumn
{
	float:left;
	width:700px;
	background-color:White;
}

.rightColumn
{
	float:left;
	width:150px;
	background-color:white;
	height:100%;
}


.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;
}


.bodyContainer
{
	width:100%;
	clear:both;
}

.footer
{
	width:100%;
	background-color:white;
}

.forumTitleText
{
	font-weight:bold;
	
}

.fileContainer
{
	width:90%;
	float:left;
	border:solid 1px black;
	padding:0px;
	margin-bottom:5px;
}

.fileLeftContainer
{
	width:75%;
	float:left;
	text-align:justify;
}

.fileRightContainer
{
	width:25%;
	float:right;
	text-align:right;
}

.forumHeaderText
{
}


.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}

.forumSubject
{
	font-size:1.3em;
}

.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;
}


.noticeboardHeader
{
	background-color:Gray;
	color:White;
}

.noticeboardTable
{
	padding:10px;
	width:100%;
	border:0px;
	border-color:Black;
}


.editTickerHolder
{
	width:100%;
}

.editorTicker
{
	float:left;
	width:70%;
}

.centered
{
	text-align:center;
	width:768px;
}

.previewTicker
{
	float:left;
	width:30%;
}

