body { margin: 0px; background: url(../images/template/bg.jpg) repeat-x top #666; }
a:link { color : #000066; }
a:visited { color : #000099; }
a:active { color : #ff0000; }

body.mceContentBody {
  background: #fff;
}

.article-top {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-repeat : repeat;
text-align : left;
font-style : normal; 
font-variant : normal;
font-weight : bold;
font-size : 16pt;
color : #007095;
}

.hellorow {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : normal; 
color : #CCCCCC;
line-height: 11px;
}
.hellorow a:link {  color: #CCCCCC;  }
.hellorow a:visited {  color: #CCCCCC; }
.hellorow a:hover {  color: #FFFF00;   }

.subhead {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 9pt;
	color : #333333;
	line-height: 18px;
	margin: 0px;
}
.normaltext {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 10pt;
	color : #333333;
	line-height: 18px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
}
.normaltextbold {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 10pt;
	color : #333333;
	line-height: 18px;
	margin: 0px;
	padding-left: 5px;

}
.normaltextlargebold {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
	line-height: 18px;
	margin: 0px;
}
.normaltextsmall {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 9pt;
	color : #333333;
	margin: 0px;
}
.normaltextshort {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-size : 10pt;
	color : #333333;
	margin: 0px;
}
.normaltextsmallshort {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-size : 9pt;
	color : #333333;
	margin: 0px;
}
.article-caption {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : italic; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 8pt; 
	color : #000000;
	line-height: 12px;
}
.author {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : italic;
	font-variant : normal;
	font-weight : normal;
	font-size : 10px;
	color : #000000;
	line-height: 12px;
	margin: 0px;
}
.searchresults {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 9pt;
	color : #333333;
	margin: 0px;
}
.searchresultstop {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
text-align : left;
font-style : normal; 
font-variant : normal;
font-weight : bold;
font-size : 10pt;
color : #660000;
}


.admin-menu {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9px; color: #666666; text-decoration: none; font-weight: bold; background-color: #AAAAAA;  }
.admin-menu a:link {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9px; color: #666666; text-decoration: none;  }
.admin-menu a:visited {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9px; color: #666666; text-decoration: none;  }
.admin-menu a:hover {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9px; color: #FF0000; text-decoration: none;  }

h2 {
	text-align: center;
	padding: 0 0 0m 0;
	margin: 0;
	color: #aaaaaa;
	background-color: #666666;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size : 8px;
}


#header {
	width:1000px;
	height:267px;
	background: url(../images/template/header.jpg);
}
#hello {
	padding-top:5px;
	padding-right:70px;
	padding-left:70px;
}
#menu {
	width:1000px;
	height:35px;
	background: url(../images/template/menu_bg.jpg);
}
#footer {
	width:1000px;
	background: url(../images/template/footer.jpg) top center no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #fff;
}

// menu

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;font-family:\"Trebuchet MS\", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	z-index:1000;
}

#nav a {
	color: #666;
	text-decoration: none;
	line-height:35px;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	text-align: center;
	line-height: 20px;
	cursor: default;
	background: none;
	padding-right: 15px;
	padding-left: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	top: 100%;
	left: -999em;
}

#nav li li { 
	display: block;
	float: none;
	text-align: left;
	left: -20px;
	border-right: 0px;
}

#nav li li a {font-family:\"Trebuchet MS\", Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	font-weight: normal;
	color: #333333;
	padding: 8px 10px;
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, 0.7);
}

#nav li li a:hover {
	color: white;
	background: rgb(51,102,102);
	background: rgba(51,102,102, 0.7);
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}



.submenu_td {
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, 0.6);
}