body {
	font-size: 		11pt; 
	background: 	#990099 ;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background: 	#A87000;
	border:			#ddd  	   5px solid; 
	width:			1100px; 
	min-height:     450px;
}
#mainmenu {
  text-align:left;
  font-size: 21pt;
  margin-top:4px;
  margin-bottom:4px;
  margin-left:6px;
  margin-right:6px;
  padding:3px;
}
#mainmenu ul {
  border: #ccc 5px solid;
  margin:0;
  padding:0;
}
#mainmenu ul li {
  display:inline;
  margin: 5px;
  padding:5px;
}
#mainmenu ul li a {
  color:#000000;
  text-decoration: none;
}

#mainmenu ul li a:hover {
  color:#ccc;
}

#submenu {
  float:right; 
}
#submenu ul {margin:5px; padding:1px; list-style:none;}
#submenu li {padding:2px; margin:5px; display:inline; border:1px solid #ccc;}
#submenu li.active {list-style:none; font-weight:bold;}

#submenu a{color: #ff0000; text-decoration:none;}
#submenu a:hover {text-decoration:underline;}

#content {
  text-align:left;
  margin: 10px;
}

#date {
	color:			#999;
	padding: 		1px;
	font-weight:	normal;
	font-size:		10pt;
	margin-bottom:	10px;
	border-bottom:	#ccc 1px dashed;
	font-family:	georgia, verdana, arial, sans-serif;
}

#date a:link {
	color: 			 #999; 
	text-decoration: none;
}
#date a:hover {
	color:			 #999; 
	text-decoration: underline;
}
#date a:visited {
	color: 			#999
}

a:link {
	color:			 #0066cc; 
	text-decoration: underline;
}
a:visited {
	color: 			 #0066cc; 
	text-decoration: none;
}
a:hover {
	color:			 #ff3300; 
	text-decoration: underline;
}
A:active {
	color:			 #ff6600;
}

#title {
	font-weight: 	bold; 
	font-size: 		11pt; 
	color: 			#a90000; 
	font-family: 	Trebuchet MS, arial, sans-serif;
}

#title a:link {
	color:			 #a90000; 
	text-decoration: none;
}
#title a:hover {
	color:			 #a90000; 
	text-decoration: none;
}
#title a:visited {
	color: 			#a90000;
}

#edit {
	font-weight:	bold; 
	font-size: 		11pt; 
	color: 			#a90000; 
	font-family: 	Trebuchet MS, arial, sans-serif;
}

input {
	color:			#000000;
	border:			#000000 1px solid;
	font-size: 		10pt; 
	font-family:	Verdana;
	background-image: url(fade-butt.png);
	background-color: #f3f3f3;
}
input.button:hover {
    cursor:pointer;
}
.right-body {
	float:			right;
	width:			25%;
	border:			#ccc 1px solid; 
	padding:		15px;
	background: 	#f5f5f5;
	margin-top:		15px;
	margin-bottom: 	15px;
	margin-right:	15px;
	font-family:	Verdana;
	text-align:		left;
}
		 
html>body .right-body {
	margin-right: 	25px; 
}

.main-blog-news {
	float:			left;
	width:			54%;
	padding:		15px;
	margin-top:		15px;
	margin-left:	15px;
	margin-bottom:	10px;
    border: 		#ccc 1px solid;
	background: 	#f5f5f5;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	text-align:		justify;
 
}

html>body .main-blog-news {
	margin-left:	25px; 
	width:			55%; 
}

#banner a:link {
	color: 			#ffffff; 
	text-decoration:none;
}
#banner a:hover {
	color: 			#ffffff; 
	text-decoration:none;
}
#banner a:visited {
	color: #ffffff
}

#footer {
  font-size:8pt;
}



