a:link
{ 
	color: #6EBB1F;
	text-decoration: none;
}

a:visited
{ 
	color: #6EBB1F;
	text-decoration: none;
}

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

a:active
{ 
	color: #6EBB1F;
	text-decoration: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	background-color: #EBEBEB;
	color: #999999;
}

img
{
	border: 0px;
	vertical-align: top;
}

td
{
	vertical-align: top;
}

#allContent
{
	width: 780px;
}

#container
{
	width:780px;
	height:auto;
	position:absolute;
	left:50%;
	margin:auto auto auto -390px;
}

#container #menu
{
	width: 168px;
	position: relative;
	left: 19px;
	float: left;
	/*border: 1px solid #CCCCCC;*/
	padding: 14px;
}


#container #content
{
	width: 541px;
	position: relative;
	left: -18px;
	float: right;
	/*border: 1px solid #CCCCCC;*/
	border-left: 1px solid #CCCCCC;
}

#contentMargin
{
	padding: 14px;
}

#contentMargin img
{
	border: 1px solid #999999;
}

.header
{
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #6EBB1F;
}

#background
{
	float: left;
	background-image: url(../../_images/bg_content.gif);
	background-repeat: repeat-y;
	width: 100%;
}
