.maintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #878773;
	border-right-color: #878773;
	border-bottom-color: #878773;
	border-left-color: #878773;
	margin: 20px;
}
body {
	background-color: #EFEFEF;
	margin: 0px;
	color: #333333;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
	background: #F2F2F2;

	//background-image: url(nav_bg.gif);
	//border-top-width: 1px;
	border-right-width: 1px;

	//border-bottom-width: 1px;
	border-left-width: 1px;

	//border-top-style: solid;
	border-right-style: none;

	//border-bottom-style: solid;
	border-left-style: none;

	//border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;

	//border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 26px;
	padding: 5px 10px 5px 5px;
	text-align: right;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #004A94;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #004A94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.maincontentcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #696846;
	border-right-color: #696846;
	border-bottom-color: #696846;
	border-left-color: #696846;
	padding: 10px;
	vertical-align: top;
	height: auto;
}
.maincontentcell a:link {
	text-decoration: none;
	color: #004A94;
	font-weight: bold;
}
.maincontentcell a:hover {
	color: #004A94;
	font-weight: bold;
	text-decoration: underline;
}

.navcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	width: 175px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #D27E00;
}
.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF6666;
}
.articletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: square;
}
.catroot {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
        margin-top: 5;
        line-height: 14px;
    color: #333333;
    background-color: #f5f5f5;
                border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}
.catsub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
        line-height: 10%;
}
.bluerss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6699FF;
	text-align: center;
}
.morearticles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        color: #FF840A;
        line-height: 15px;
	list-style-type: circle;
}
.morearticleslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: circle;
}
UL {
	PADDING-LEFT: 0px;
	MARGIN: 0px 16px 0px 16px;
	COLOR: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
LI {
	MARGIN: 0px 0px 0px 0px;
}
ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
}
.commentlist li {
        background-color: #ffffff;
	padding: 5px;
        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
        }
li.alt{
        background-color: #f1f1f8;
	padding: 5px;
        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
        }
.rightnavbox {
	BORDER-RIGHT: 1px none #ccc;
	BORDER-TOP: 1px none #696846;
	FONT-SIZE: 11px;
	BACKGROUND: #F2F2F2;
	BORDER-LEFT: 1px none #ccc;
	BORDER-BOTTOM: 1px none #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: bold;
	color: #004A94;
}
.spacer {
	height: 5px;
}

.categorytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	width: 100%;
}
.categorytable a:link {
	text-decoration: none;
	color: #004A94;
	font-weight: bold;
	margin-top: 5px;
}
.categorytable a:hover {
	text-decoration: underline;
	color: #004A94;
	font-weight: bold;
}


.userpanelbox {
	FONT-SIZE: 11px;
	BACKGROUND: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #999999;
}
.blogtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #F7F7F7;
	margin: 1px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.articlewarning { 
    font-weight: bold; 
    padding: 10px; 
    margin: 10px 0 10px 0; 
    color: red; 
    text-align: center; 
    border: 1px #FF0000 dotted; 
    border-width: 1px 0 1px 0; 
    background-color: #FFEECC;
}
.titlebox {
	BORDER-RIGHT: none #ccc;
	BORDER-TOP: none #336699;
	FONT-SIZE: 12px;
	BACKGROUND: #0969CA;
	BORDER-LEFT: none #ccc;
	BORDER-BOTTOM: none #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	color: #000080;
	height: 15px;
}
.rightnavbox a:link {
	text-decoration: none;
	color: #004A94;
}
.rightnavbox a:hover {
	text-decoration: underline;
	color: #004A94;
	font-weight: bold;
}

.headerbox {
	BORDER-RIGHT: none #ccc;
	BORDER-TOP: none #336699;
	BACKGROUND: #F2F2F2;
	BORDER-LEFT: none #ccc;
	BORDER-BOTTOM: none #ccc;
	padding: 0px 0px 0px 5px;
	height: 15px;
}
.titleboxmain {
	BORDER-RIGHT: none;
	BORDER-TOP: none;
	FONT-SIZE: 12px;
	BORDER-LEFT: none #;
	BORDER-BOTTOM: 2px solid #FF7F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 2px 5px;
	font-weight: bold;
	color: #0969CA;
	height: 15px;
	border-left-style: none;
}
.infoContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #696846;
	border-right-color: #696846;
	border-bottom-color: #696846;
	border-left-color: #696846;
	vertical-align: top;
	height: auto;
}
#cefooter {
	font-size: 0.9em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004A94;
	text-align: center;
}

