html, body, form, input, select, fieldset,td {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; }
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6, pre, code {font-size: 11px; }
ul, ol {list-style: none; }
form label {cursor: pointer; }
address {font-style: normal; }
:link,:visited {
	text-decoration: none;
	color: #ACB04A;
 }
a img,:link img,:visited img {border: none; }
fieldset {border: none;}
div.clear, span.clear {clear: both; font-size: 0px; }
body{
	margin: 20px 0 20px 0;
    padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}
hr{
	color:  #ACB04A;
}
#wrapper{
    width: 900px;
    margin: auto;
	background: url(../images/tr_bg.png) repeat-y;
	text-align: left;
	border: 1px solid black;
}
#header{
    width: 900px;
	height: 151px;
	background: url(../images/header.png) no-repeat;
}
#sitename{
    text-align: center;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
#sitename a{
	color: #400101;
}
#topmenu{
    text-align: center;
	height: 2px;
    background: url(../images/menu_bg.png) repeat-x;
	padding-top: 0px;
}
#topmenu li{
    display: inline;
}
#topmenu a{
	text-transform: uppercase;
	font-weight: bold;
	color: #8F8F8F;
	font-size: 11px;
	padding: 0 10px 0 10px;
}
#topmenu a:hover{
	font-size: 13px;
	border-top: 1px solid #5F4747;
	border-bottom: 1px solid #5F4747;
}
#mainmenuleft{
    width: 160px;
	float: left;
	padding: 2px;
	font-size: 11px;
}
#mainmenuleft ul{
    list-style-image: url(../images/list.png);
	padding-left: 20px;
}
#mainmenuleft h3{
    font-size: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6F6F6F;
	background: url(../images/leftmenu_bg.png) no-repeat;
}
#mainmenuleft a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;;
	color:  #ACB04A;
	padding: 10px;

}
#mainmenuleft a:hover{
    font-family: Arial, Helvetica, sans-serif;
	
    color: #7E8135;
	padding: 10px;
}
#footer{
    height: 20px;
	padding-top: 4px;
	text-align: center;
	font-size:10px;
	clear: both;
	background-color: black;
	color: #8F8F8F;
}
#footer a{
    text-decoration: none;
	color: #ACB04A;
	font-weight: bold;
}
#content{
    width: 750px;
	min-height: 400px;
    float: right;
	padding: 15px 10px 10px 0px;
}
.contentheading {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#content td{
	vertical-align: top;
}
#content td a{
	color: #898679;
}
#content td a:hover{
    text-decoration: underline;
	color: #403F3A;
}

.small{
    font-size: 11px;
	font-weight: bold;
}
.createdate{
    font-size: 10px;
}
.modifydate{
    font-size: 10px;
}
.readon{
	font-weight: bold;
    font-size: 12px;
	color: #4D4F48;
}
a.blogsection{
    font-size:11px;
	color: #4D4F48;
}
.pagenav{
    font-size:11px;
}
a.pagenav{
    font-size:11px;
	color: #4D4F48;
}
label{
    color: #4D4F48;
}
#modlgn_username, #modlgn_passwd{
    background-color: #ACB04A;
	border: none;
}
input.button{
    background-color: #4D4F48;
    border: none;
	margin: 3px;
}
