/* CSS Document */
#wrapper {
text-align : left;
margin : 0 auto;
padding : 0;
border : 0;
width : 812px;
background : #1f1f1f repeat;
border-width : 2px;
border-style : solid;
border-color : #111111;
padding : 1px;
padding-top : 0;
padding-bottom : 0;
text-align : justify;
}

body {
background:#000000;
richness:inherit;
}

/*Header*/
#header {
margin : 0 0 0 0;
height : 210px;
background : #666666;
}

#header .logo {
float:left;
width:200px;
}

#header .banner {
float:right;
width:600px;
background: url(images/banner.gif);
background-image:url(images/banner.gif);
}

/*Menu*/
/* menuBar */

#menuBar
{
	height: 53px;
	background: #1f1f1f url('images/a2.gif') top left repeat-x;
	margin-left: 0em;
	margin-top: 5px;
	position: relative;
}

#menuBar ul
{
	list-style: none;
	position: absolute;
	margin-left: 0em;
}

#menuBar li
{
	display: inline;
	border-right: dotted 1px #848484;
	padding-left: 0.8em;
	letter-spacing:1px;
	
}

#menuBar li.first
{
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menuBar li.current {
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff
}

#menuBar li a
{
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}


#menuBar li a:hover
{
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/*Content*/


#content h2,h3,h4,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #333333;
	font:Georgia, "Times New Roman", Times, serif;
}

#content h2, h4 span {
	color:#FF6600;
}

#content span {
	color:#FF6600;
}

#sidebarRight {
	background:#ff8838;
	float:right;
	width:228px;
	border-width : 2px;
	border-style : solid;
	border-color : #303030;
	padding-left : 4px;
	text-align : justify;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	top: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#sidebarRight P{
	border-bottom: 1px dotted;
	bottom: 10px;
}



#content {
background:#d4cfc9 url(images/bg.jpg) center no-repeat;
float:left;
width:535px;
border : 1px;
border-style : solid;
border-color : #191919;
margin : 2px;
color : #000000;
font : 12px Verdana;
padding:7px;
line-height:20px;
}

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 0.5em;
}

#secondaryContent2 table
{
	color : #000000;
	font : 12px Verdana;
}

#secondaryContent2 table .formErr
{
	color : #ff0000;
	font : 10px Verdana;
}

#secondaryContent1
{
	float: right;
	width: 12em;
	padding: 1.5em;
	text-align:right;
}

#secondaryContent2
{
	float: right;
}


#footer {
clear : both;
background : #1d1d1d;
padding : 2px;
border-bottom : 1px;
border-left : 0;
border-right : 0;
border-style : solid;
border-color : #222222;
color:#CCCCCC;
font:12px Verdana, Arial, Helvetica, sans-serif;
height: 40px;
}

#footer #designer {
float:right;
}

