body {
	margin: 0px 0px 0px 0px;
	background-color: #93B1ED;
	font-family: verdana, sans-serif;
}

.mainfont {
	font-family: verdana, sans-serif;
	color: #000000;
}

A.mainfont {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
A.mainfont:HOVER {
	color: #ffffff;
	background-color: #000000;
}

.s9  { font-size: 9px; }
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s14 { font-size: 14px; }
.s18 { font-size: 18px; }
.s20 { font-size: 20px; }
.s24 { font-size: 24px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

#mainBody {
	border-left: 1px solid #5371AD;
	border-right: 1px solid #5371AD;
	border-bottom: 2px solid #5371AD;
	background: #FAFBFF;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

#clientArea {
	background: #FAFBFF url("/forum/Themes/theme1/images/lightnavy/mainpage.gif") repeat-x;
	text-align: left;
}

#contentArea {
	background: #fafbff;
	text-align: left;
	border-style: solid;
	border-color: #b0b0b0;
	border-width: 1px;
}

#postArea {
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	color: #13316D;
}

#leftPanel {
	position: absolute;
	top: 170px;
	_top: 173px;
	left: 20px;
	width: 250px;
	background: #fafbff;
	text-align: left;
	border-style: solid;
	border-color: #b0b0b0;
	border-width: 1px;
}

#leftPanelHeader {
	background-image: url("/forum/Themes/theme1/images/lightnavy/catbg.gif");
	background-color: #6C87C0;
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
}

#leftPanelLinks {
}

#header {
	background: #5371AD url("/forum/Themes/theme1/images/lightnavy/topbar.gif") repeat-x;
}

#navToForum {
	height: 33px;
	background: #93B1ED url("/forum/Themes/theme1/images/lightnavy/topbar2.gif") repeat-x;	
}

A.navToForum {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A.navToForum:HOVER { text-decoration: underline; }

#navTable {
	position: absolute;
	top: 129px;
}

.catList {
	margin: 10px 10px 15px -10px;
	_margin: 10px 10px 15px 25px;
	
}

.catList li {
	line-height: 5px;
	_line-height: 11px;
	margin-bottom: 5px;
	list-style-image: url("/graphics/goArrow.gif");
}

A.catURL {
	color: #13316D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
A.catURL:HOVER { text-decoration: underline; }

A.catURLSelected {
	color: #13316D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

A.bottomURL {
	color: #13316D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
A.bottomURL:HOVER { text-decoration: underline; }

.postBlock {
}

.theMember {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 2px;
}

.thePost {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #e8e8e8;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #333333;
	
	padding-left: 10px;
	padding-right: 10px;
}

.postCode {
	color: #000000;
	font-family: courier;
	font-weight: normal;
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #cedcf9;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #333333;
	white-space: pre;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.postQuote {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #cef9dc;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #333333;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.postQuoteAuthor {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

/* Semantic Destylizing */
h1,h2,h3,h4,h5,h6 { 
	display: inline;
	
/*	font-family: verdana, sans-serif; */
	font-size: 11px;
/*	color: #333333; */
	font-weight: normal;
}



