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:0px;
	background-color:White;
}
.middleColumn
{
	float:left;
	width:940px;
	background-color:white;
        padding:10px;

}

.rightColumn
{
	float:left;
	width:0px;
	background-color:White;
}

.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}

.noticeboardHeader
{
	background-color:Gray;
	color:White;
}

.noticeboardTable
{
	padding:10px;
	width:100%;
	border:0px;
	border-color:Black;
}

.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;
}


