body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	margin-top: 10px;
}
#menu {
	float: left;
	height: 630px;
	width: 98px;
}
#page_holder {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
}
.doNotDisplay{
	display: none;
}
#top_jib {
	background-image: url(../images/top_jib_long.gif);
	background-repeat: no-repeat;
	float: left;
	height: 118px;
	width: 692px;
}
#content_body {
	float: left;
	width: 457px;
	padding-left: 6px;
	padding-right: 6px;
}
#side_holder {
	float: left;
	width: 223px;
}
#side_top {
	height: 156px;
	width: 223px;
	float: left;
	background-image: url(../images/jib_bot_top_side.gif);
}
#content_side {
	background-image: url(../images/side_bg.gif);
	width: 211px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 6px;
}
#side_bot {
	height: 21px;
	width: 223px;
	float: left;
	background-image: url(../images/bot_side.gif);

}
#content_footer {

	float: left;
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
}
#content_footer a{
	color: #999999;
}
.oneThird {
        width: 30%;
        float: left;
        padding: 3px;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #CCCCCC;
}
.twoThirds {
        width: 62%;
        float: left;
        padding: 3px;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #CCCCCC;
}
.fullWidth {
        width: 98%;
        float: left;
        padding: 3px;
}
.halfWidth{
        width: 47%;
        float: left;
        padding: 3px;
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #CCCCCC;
}
.noLeftBorder {
        border-left: none;
}
.alignLeft {
        text-align: left;
}
.alignCentre {
        text-align: center;
}
.alignRight {
        text-align: right;
}
h1{
	font: 170% sans-serif;
	color: #0066CC;
}
