/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url("../graphics/bg.png");
	font: 0.75em/1.5em Georgia, Palatino,"Times New Roman", Times, serif;
	color: #333333;
}

a {
	text-decoration: none;
}
#content a:link, #content a:visited {
	color: #0077AA;
}
#content a:hover {
	color: #993333;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {

}

h1 {
	font-size: 1.7em;
	color: #BB9955;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.4em;
	color: #337744;
}

h3 {
	font-size: 1.2em;
	color: #955539;
}

h4 {
	font-size: 1em;
	color: #696979;
}

/* Header */
#header {
	background-image: url("../graphics/logo.png");
	background-repeat:no-repeat;
	background-color: #CCCCBB;
	height: 90px;
}

#banner {
	margin-left: 200px;
	width: 558px;
	height: 88px;
	background-color: #BBBBAA;
	background-image: url("../graphics/bannerbg.png");
	border: 1px dotted #EEEEDD;
	padding: 0;
}
#banner p {
	margin: 33px 0 0 18px;
	font: 44px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCBB;
}
/* Sidebar */
#sidebar {
	float: left;
	padding: 15px;
	width: 170px
}
#sidebar h4 {
	color: #BB9955;
	border-bottom: 1px dotted #BBBBAA;
	margin-bottom: 5px;
}

#sidebar ul {
	margin:0;
	padding:0;
	color: #BBBBAA;
}
#sidebar li {
	margin-left: 20px;
	list-style-image:  url(naxvbul.html);
	list-style-type: square;
}
#sidebar a {
	font-size: 11px;
	font-weight: bold;
}
#sidebar li a:link, #sidebar li a:visited  {
	color: #878787;
}
#sidebar li a:hover {
	color: #91A9B5;
}


/* Content */
#content {
	margin-left: 200px;
	padding: 15px;
	width: 530px;
}

/* Footer */
#footer {
	clear: both;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #BB9955;
}
#footer a:hover {
	color: #BBBBAA;
	text-decoration: underline;
}
#copyright {
	margin-left: 215px;
	width: 530px;
	border-top: 1px dotted #BBBBAA;
	padding: 5px 0;
}


.tbldata {
	width: 80%;
}
.tbldata td{
	padding: 5px;
}
.tbldata th {
	font-size: 1em;
	color: #955539;
	text-align: left;
}



.tblform {
	width: 90%;
}
.tblform td{
	padding: 5px;
}
.tblform th {
	font-size: 1em;
	color: #955539;
	text-align: left;
}
.tblform td label {
	text-align: left;
	width: 180px;
}



#navlist
{
margin: 0;
padding: 0;
padding-left: 215px;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
}

#navlist a {
padding: 1px;
padding-left: 0.5em;
padding-right:0.5em;
text-decoration: none;
font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
border: 1px solid #FFFFFF;
color: #BB9955;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
color: #BBBBAA;
border: 1px dotted #BBBBAA;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 10px;
text-transform: uppercase;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }




#features {
	background: transparent url("../graphics/bg_headline.gif") no-repeat right top;
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	border-left: 1px dotted #BBBBAA;
}

#features dl {
	margin-left: 15px;
}

#features dt {
	margin: 0;
	padding-bottom: 6px;
	font-size: 1em;
	color: #D94F03;
	font-weight: bold;
}

#features dd {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1em;
	text-indent: 15px;
}

#features a {
	text-decoration:none;
	display: block;
	color: #4D4D40;
}

#features a:hover {
	color: #D96C00;
}

.decorate img {
	float: right;
}

.datepost {
	display: block;
	font-size: 0.75em;
	color:#878787;
	text-align: left;
	font-weight: normal;
}
