
body, html
{
	margin: 0;
	padding: 0;
	background: #202020;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

a
{
	color: #002d8d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

#page
{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #fff;
	padding-bottom: 10px;
}

#header
{
	width: 890px;
	height: 250px;
	background: url(images/header.jpg);
	margin: 5px;
}

#menu
{
	width: 713px;
	height: 26px;
	background: #002d8d;
	margin-left: 5px;
}

#menuleft
{
	width: 9px;
	height: 26px;
	float: left;
	background: url(images/menuleft.gif);
}

#menuright
{
	width: 14px;
	height: 26px;
	float: right;
	background: url(images/menuright.gif);
}

.clear
{
	clear:both;
}

#menu li
{
	display: block;
	float: left;
	height: 26px;
	background: #fff;
	padding: 0px 2px;
}

#menu a
{
	display: block;
	height: 18px;
	padding: 4px 5px;
	background: #ddd8cb;
	color: #002d8d;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li ul
{
	visibility: hidden;
	position: absolute;
	margin: 0px 0 0 -2px;
	padding: 4px 0 0 0;
	
}

#menu li ul li
{
	display: block;
	float: none;
}

#menu li.sfhover ul
{
	visibility: visible;
}

#menu a:hover
{
	color: #fff;
	background: #002d8d;
}

.whity
{
	display: block;
	float: left;
	height: 26px;
	width: 2px;
	background: #fff;
}

#content
{
	width: 692px;
	padding: 0px 4px 0px 17px;
}

#contentw
{
	float: left;
}

#content img
{
	margin: 4px;
}

#sidebar
{
	float: left;
	width: 177px;
	margin: 0;
	padding: 0;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	background: #ddd8cb;
	text-align: center;
}

img
{
	border: 0;
}


#sidebar h2
{
	display: block;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	width: 157px;
	height: 18px;
	color: #fff;
	text-transform: uppercase;
	background: url(images/menusidebar.gif);
}

#footer
{
	width: 866px;
	margin: 0 auto;
	color: #fff;
	background: #202020;
	padding: 2px 17px;
}

textarea
{
	width: 500px;
	height: 300px;
	border: 1px solid #002d8d;
}


input
{
	width: 200px;
	border: 1px solid #002d8d;
}

