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

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

body
{

	color:#FFF;
	font-family:arial,times,helvetica;
	text-align:center;
}

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

#container
{
	width:772px;
	background:#FFF;
	border:solid 1px #000;
	margin:0 auto;
}

#content
{
	margin:5px;
	width:760px;
	background:#4D4D4D;
	border:solid 1px #000;
	text-align:left;
}

#header
{
	background:#FFFFFF;
}

#menu
{
	background:#4D4D4F;
}

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

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

#menu li.end
{
	width:53px;
	height:42px;
	border:0;
	border-bottom: solid 14px #0199E4;
}

#menu ul li.active
{
	background:#0199E4;
}

#menu ul li a
{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	display:block;
	padding:0 2px;
	width:96px;
	height:42px;
	border-bottom: solid 14px #0199E4;
}

#menu ul li a:hover
{
	background:#686868;
	border-bottom: solid 14px #686868;
}

#menu ul li.active a:hover
{
	background:#34BCFE;
	border-bottom: solid 14px #34BCFE;
}

#main
{
	/* Content */
	padding:0;
	margin:56px 0 0;
	height:166px;
	border:0;
	border-bottom:solid 1px #CCC;
}

#main #main_quote
{
	background:#3C4960;
	float:left;
	width:393px;
	height:100%;
	border:0;
	color:#CCCCCC;
	font-size:350%;
	text-align:right;
	padding:0 10px 0 0;
}

#main #main_img
{
	float:left;
}

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

#main #main_space
{
	background:#596C8D;
	float:left;
	width:53px;
	height:100%;
}

#text
{
	background:#FFF;
	color:#666;
	margin:3px 0 0;
	padding:5px 20px;
	border:solid 1px #CCC;
	border-width:1px 0 0;
	font-size:90%;
}

#text a, #footer a
{
	color:#0099FF;
}

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

#text h2
{
	font-size:130%;
	color:#0099FF;
	font-weight:bold;
	margin:5px 0;
}

#text h3
{
	font-size:110%;
	color:#000;
	font-weight:bold;
	margin:2px 0;
}

.clear
{
	clear:both;
	display:block;
}

.table .leftcell
{
	float:left;
	clear:left;
}

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

#text legend
{
	color:#92AC17;
	font-weight:bold;
}

#text label
{
	width: 300px;
	float:left;
	margin-right: 0.5em;
	display:block;
	text-align:right;
}

#text label.inline
{
	display:inline;
	font-weight:normal;
	float:none;
	margin-right:0;
	vertical-align:top;
	color:#92AC17;
}

#text input, 
#text textarea
{
	margin-bottom:0.5em;
	border:solid 1px #92AC17;
	background:#fff;
}

#text input.normal
{
	border:0;
}

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

#text ul
{
	margin-top:0;
	margin-left:20px;
	padding:0;
}


#footer
{
	text-align:center;
	background:#FFF;
	color:#666;
	font-size:70%;
	padding:8px 0 5px;
	font-weight:bold;
}




/*
#left
{
	width:170px;
	float:left;
}

#right
{
	padding: 135px 5px 5px;
}

a
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#FC0;
	text-decoration:underline;
}

#menu ul
{
	width:162px;
	padding:0;
	list-style-type:none;
	border:solid 1px #3B68BF;
	border-width:0 0 1px 0;
}

#menu li
{
	width:160px;
	border:solid 1px #3B68BF;
	border-width:1px 1px 0 1px;
	height:20px;
	text-align:center;
}

#menu li:hover
{
	background-color:#FFF;
	color:#000;
}

#menu li:hover a
{
	color:#000;
	text-decoration:underline;
} */