@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.png);
	background-position:center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	border:none;
	text-align: left;
}
#header {
	padding: 0 0px 0 0px;
}
#menu {
	background-image:url(images/menubar.png);
	height:55px;
	padding: 0 0px 0 0px;

}
#navcontainer
{
padding: 0;

height: 55px;
font-size:10px;
background-image:url(images/menubar.png);
}

#navlist
{
margin: 0px;
padding: 0px 0px 0px 10px;
display: block;
}

#navlist li
{
list-style: none;
float: left;
font-size:10px;
}

#navcontainer a, #navlist li.extend
{
margin: 0px;
display: block;

padding: 1px 6px;
text-decoration: none;

font: normal 18px verdana, serif;
color: #fff;
}

#logo {
	width:800px;
	
	}

#navcontainer a:hover, #navcontainer a#current
{
padding: 1px 5px;
background: #FAFAFA;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-top: 1px solid #FAFAFA;
border-bottom: 1px solid #333;
color: #000;
}

#navcontainer a#current
{
background: #F6F6F6;
border-top: 1px solid #F6F6F6;
font-weight: bold;
}

#navcontainer li#active
{
border-right: 2px solid #828282;
border-bottom: 2px solid #828282;
}

#header h1 {
	display:none;
}
#header h2 {
	display:none;
}
#mainContent {
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:16px;
}
#leftside{
	width:395px;
	position:absolute;
	font-size:16px;
	border-right:1px solid #dddddd;
}
#leftside p{
	padding:0 4px 0px 0px;
	}
#rightside{
	width:399px;
	position:relative;
	left:400px;
	font-size:16px;
	}
#rightside p{
	padding:0px 0px 0px 4px;
	}
#footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #dddddd;
	background:#FFFFFF;
	font-size: 10px;
	width:800px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#FF0000;
}
a:visited{
	color:#990000;
}
a img{
	border:none;
	}
	
#contactform td{
	vertical-align:top;
	}
#theform input, textarea{
	font-size:16px;
	background:#990000;
	border:1px solid #000000;
	color:#FFFFFF;
	}
#portable td{
	text-align:center;
	padding:10px 0 10px 0;
	font-size:14px;
	}
