body
{
	color: #000000;
	background-color: #9096a4;
	font-family: Arial, Sans-Serif;
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 14px;
}

a:active, a:visited, a:link
{
	color: #003e8b;
	text-decoration: none;
}

a:hover
{
	color: #003e8b;
	text-decoration: underline;
}

img
{
	border: 0px;
}

#container
{
	width: 100%;
	margin: 0;
	line-height: 130%;
	background-color: #e8f0e7;
}

/* ===============================
	TOP
================================== */
#top-bg
{
	height: 24px;
	background-image: url("images/top.gif");
}
#top-left
{
	background-image: url("images/top-left.jpg");
	width: 17px;
	height: 24px;
	float: left;
}
#top-bar
{
	float: left;
	font-size: 10px;
	color: #83848f;
	padding-top: 6px;
}
#top-right
{
	background-image: url("images/top-right.jpg");
	width: 17px;
	height: 24px;
	float: right;
}

/* ===============================
	BANNER
================================== */
#banner-bg
{
	clear: both;
	height: 104px;
	background-image: url("images/banner-bg.gif");
}
#banner
{
	background-image: url("images/banner.jpg");
	width: 460px;
	height: 104px;
	float: left;
}
#search
{
	float: left;
	margin-left: 30px;
	margin-top: 4px;
}
#banner2
{
	background-image: url("images/banner2.jpg");
	width: 1px;
	height: 104px;
	float: right;
}

#banner h1
{
	padding: 0;
	margin: 0;
	visibility: hidden;
}

#topnav
{
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	margin: 0;
}

#footer {
	background-color: #000;
	color: #cdd8e6;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}
#footer a {
	color: #bbc3ce;
	font-size: 11px;
}
#footer a:hover {
	color: #FFF;
}

/* ===============================
	CONTENT
================================== */
#menu
{
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#content
{
	margin-left: 240px;
	background: #ffffff;
	padding: 2em;
	border-left: 1px solid #000;
}

#leftnav p
{
	margin: 0 0 1em 0;
}
#right h2
{
	margin: 0 0 .5em 0;
}

hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

/* ===============================
	TOP NAV
================================== */
#topnav ul
{
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#topnav ul li
{
	display: inline;
	margin-left: -4px;
}

#topnav ul li a
{
	padding: 6px 10px 6px 10px;
	color: #ffffff;
	text-decoration: none;
}

#topnav ul li a:hover
{
	background-color: #8a7979;
	color: #ffffff;
}

/* ===============================
	NAV
================================== */
#navcontainer
{
	width: 240px;
}

/* Navlist */
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#navcontainer li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#navcontainer ul li a
{
	display: block;
	width: 220px;
	padding-left: 20px;
	background-color: #5c984e;
	font-size: 0.9em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
	color: #e3e3e3;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	background-color: #7dc56c;
	color: #FFFFFF;
}

/* Subnavlist */
#navcontainer ul ul li a
{
	display: block;
	padding-left: 20px;
	width: 220px;
	background-color: #e8f0e7;
	font-size: 0.8em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
	color: #4e3a3a;
	text-decoration: none;
}

#navcontainer ul ul li a:hover
{
	background-color: #a9e7a0;
	color: #000;
}

/* Subsubnavlist */
#navcontainer ul ul ul li a
{
	background: url("images/menu.gif") no-repeat 20px 8px;
	padding-left: 30px;
	width: 210px;
}
#navcontainer ul ul ul ul li a
{
	background: url("images/menu.gif") no-repeat 30px 8px;
	padding-left: 40px;
	width: 200px;
}
.navf
{
	background: url("images/folder_sm.png") no-repeat 4px 5px;
}
.navi
{
	background: url("images/content_sm.png") no-repeat 6px 5px;
}
/***************************************************************************
/* POST
/***************************************************************************/
.post
{
	margin-bottom: 30px;
}
.post_title
{
	font-size: 18px;
	font-weight: normal;
	padding: 3px;
	color: #003e8b;
	background-color: #ecf0f5;
	border-bottom: solid 1px #c1c9d4;
}
.post_date
{
	font-size: 10px;
	padding: 5px;
	color: #818181;
}
.post_text
{
	font-size: 14px;
	border-bottom: solid 1px #E7E7E7;
	padding: 5px 15px 5px 15px;
	text-align: justify;
	color: #333333;
	line-height: 16pt;
}
.post_catcomment
{
	text-align: right;
	font-size: 12px;
	padding: 3px;
	color: #818181;
}
/***************************************************************************
/* Comments
/***************************************************************************/

.comment1
{
	background-color: #ffffff;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	margin-left: 20px;
	margin-right: 20px;
}

.comment2
{
	margin-left: 20px;
	margin-right: 20px;
}

.comment_text
{
	font-size:12px;
	padding: 3px;
	text-align: justify;
	color: #333333;
	margin-left: 10px;
}

.comment_name
{
	font-weight: bold;
	color: #DA4300;
	font-size:14px;
	padding: 3px;
}

.comment_date
{
	font-size: 10px;
	padding: 3px;
	color: #818181;
}

/***************************************************************************
/* Input
/***************************************************************************/

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

input:focus, textarea:focus
{
	background: #fff;
	border: 1px solid #686868;
}

.submit
{
	margin-left: 150px;
}

.submit input, .submit input:focus, .button {
	border: 2px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	background-color: #f7f7f7;
	color: #333;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 2px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.cntbox 
{
	background-color: #f6e0e0;
	border: 1px solid #e48181;
	margin-bottom: 30px;
}
.cat_heading {
	color: #780000;
	background-color: #f1b4b4;
	margin: 0px;
	padding-bottom: 2px;
	text-align: center;
	font: normal 20px Tahoma, Arial, sans-serif;
	text-transform:none;
}
.submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px;
}
.submenu li{
	line-height: 130%;
	display:block;
	list-style:none;
}
.submenu li a
{
	background: url("images/menu.gif") no-repeat 10px 11px;
	text-decoration: none;
	display:block;
	list-style:none;
	padding: 4px 6px 4px 20px;
}
.submenu li a:visited{
	text-decoration: none;
}
.submenu li a:hover{
	background: url("images/menu2.gif") no-repeat 10px 11px;
	text-decoration: none;
	background-color: #f0cdcd;
}


/******************/

fieldset {
	border: 1px solid #da8000;
	width: 450px;
	padding: 5px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset label
{
	float: left;
	width: 150px;
}

fieldset legend
{
	color: #da4300;
	font-weight: bold;
}
fieldset li {
	padding: 5px 10px 7px;
	list-style:none;
}
.advert
{
	margin: auto;
	padding-bottom: 20px;
	text-align: center;
}