{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background:#FFFFFF url(../images/backxxx*.jpg) no-repeat fixed center;
	color: #222222;
}

a
{       text-decoration: none;
	background-color: inherit;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
        color: #0000ff; 
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
}

#header
{
	background:#ffffff url(../images/header.jpg) repeat ;
	color: #fff;
	padding: 1px 20px 1px 20px;
}

#header h1
{
	font-size: 38px;
}

#header h2
{
	font-size: 14px;
}

#header h3
{
	font-size: 24px;
}

#menu
{
	padding: 5px 30px 0px 10px;
	margin-bottom: 10px;
	color: #222222;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #f80808;
}

#menu ul li a:hover
{
	background-color: #000000;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{       
        background-color: #000000;
        font-weight: bold;	
	color: #ffffff;
}

#container
{
	margin: 0px 3px 0px 3px;
        
}

#primarycontainer
{
	float: left;
	margin-right: -230px;
        background:#ffffff url(../images/backxxx.jpg) no-repeat fixed center;
	width: 100%;
        border: ;
}

#primarycontent
{
	margin-right: 240px;
        padding: 0px 0px 0px 0px;
        
}

#primarycontent p
{
	margin-bottom: 20px;
}

#secondarycontent
{
	float: right;
	width: 210px;
        background-color: #f5f5f5;
        margin: 7px 0px 0px 0px;
        padding: 10px 0px 10px 10px;
        border: solid 1px #C0C0C0;
       
}

#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: solid 1px #C0C0C0;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}
