html, body
{
	margin:0;
	padding:0;
	background-color:#ffffff;
}

html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{

	font-family:arial,verdanda;
	text-align:left;
}

.image
{
	border:solid 0px #000;
}

#container
{
	width:768px;
	background:#FFF;
	border:solid 4px #ffffff;
	margin:0 auto;
}

#content
{
	margin:5px;
	width:750px;
	background:#ffffff;
	border:solid 1px #ffffff;
	text-align:left;
}

#header
{
	background:#ffffff url('images/header_bg.png') repeat-y;
}

#menu
{
	background:#ffffff;
}

#menu ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height:56px;
	float: left;
}

#menu li
{
	font-size:75%;
	float: left;
	width: 150px;
	border-right: solid 0px #CCC;
}

#menu ul li.active
{
	background:#ffffff;
}

#menu ul li a
{
	text-decoration:none;
	font-weight:bold;
	color:#6D6D6D;
	display:block;
	padding:0 2px;
	width:150px;
	height:15px;
	border-top: solid 2px #A0A0A0;
}

#menu ul li a:hover
{
	background:#FFFFDA;
	border-top: solid 2px #A0A0A0;
}

#menu ul li.active a:hover
{
	background:#FFFFDA;
	border-top: solid 2px #A0A0A0;
}

#main
{
	/* Content */
	padding:0;
	margin:56px 0 0;
	height:80px;
	border:0;
	border-top:solid 3px #CCC;
	border-top:solid 0px #CCC;
}

#main #main_img
{
	float:left;
}

#main #main_img img
{
	border:solid 1px #CCC;
	border-width:0 1px;
}


#text
{
	background:#FFF;
	color:#767676;
	margin:3px 0 0;
	padding:5px 20px;
	border:solid 0px #CCC;
	border-width:0px 0 0;
	font-size:95%;
	line-hieght: 300%
}

#text a, #footer a
{
	color:#A3A3A3;
}

#text a:hover, #footer a:hover
{
	color:#555555;
}

#text h2
{
	font-size:150%;
	color:#6B6B6B;
	font-weight:bold;
	margin:4px 0;
}

#text h3
{
	font-size:120%;
	color:#939393;
	font-weight:bold;
	margin:3px 0;
}

.table .leftcell
{
	float:left;
	clear:left;
	vertical-align:middle;
	vertical-align:text-top;
}

.table .rightcell
{
	width:75%;
	float:right;
	text-align:left;
}


#text input.normal
{
	border:0;
}

#text input.submit
{
	margin-left:300px;
}

#footer
{
	text-align:center;
	background:#FFF;
	color:#626262;
	font-size:80%;
	padding:8px 0 5px;
	
}
