/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}
a{color:#669911;outline:0;text-decoration:none;}
a:hover{text-decoration:underline;}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 95px;
	background-image: url('images/a2.gif');
	background-position: bottom left;
	padding-left: 3em;
	padding-top: 30px;
}
#header h1
{
	font-size: 1.6em;
}	
#header h1 a
{	
	color: #555555;
}
#header h2
{
	position: relative;
	top: 20px;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
}
#header h2 a
{
	color: #E8EFC2;
	text-decoration: none;
}
/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li{
display:inline;
padding:0 15px 0 5px;
background: url('images/dot.gif') 100% 9px no-repeat;
}
#menu li.last{background:transparent;}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
}
#menu li a:hover
{
	color: #6B7E09;
}
/* Content */
#content
{
	padding: 2em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content p img
{
	margin-top: 5px;
	border:1px solid #CCC;
	padding:1px;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	padding: 0 25px;
}
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;display:block;width:100%;height:1px;
}
div#form {float:left;margin:25px 0 20px 0px;}
div#form p.f{margin:15px 0 20px 15px;}
div#form form {float:left;width:100%;}
div#form fieldset {border:0;}	
div#form label { 
display:block;
float:left;
clear:left;
width:200px; 
font-weight:bold;
text-align:right;
}
div#form input,div#form textarea {
float:left;
margin-top:3px;
margin-left:15px;
margin-bottom:15px;
padding:2px 3px;
border:1px solid #ddd;
vertical-align:middle;
width:500px;
}
div#form input:hover,div#form textarea:hover,div#form input:focus,div#form textarea:focus{border-color:#9e9e9e;}
div#form p.sub {clear:both;}
div#form p.sub input#submit {
margin:5px 0 5px 615px;
border:3px double #999;
border-top-color:#CCC;
border-left-color:#CCC; 
background:#eee; 
color:#444; 
font-weight:bold; 
font-size:12px; 
font-family:Tahoma, Verdana, sans-serif; 
width:100px;
padding:3px 5px;
}
div#form p.sub input#submit:hover {background: #fff;}

#advert{width:90%;clear:both;overflow:hidden;margin:20px 0 5px 40px;padding:15px;background:#FFFBCC;border:1px solid #E6DB55;}
#advert p{text-align:center;font-weight:bold;color:#333;font-size:13px;margin:0;}