html,body
{
	margin:			0px;
	background-color:	#939598;
	font-family:		Arial, Helvetica, Sans-serif;
	font-size:		12px;
	color:			#000;
	width:			100%;
	padding-top:		10px;
	margin-left:		auto;
	margin-right:		auto;
}

#container
{
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#header
{
	width:			100%;
	height:			119px;
	max-height:		119px;
	margin:			0px;
	background-color:	#fff;
	background-image:	url("header.png");
}

#header_content
{
	padding-left:		15px;
}

#content
{
	background-color:	#fff;
	width:			100%;
	margin-right:		auto;
	margin-top:		0px;
	padding-top:		0px;
	background-image:	url("back.png");
	background-repeat:	repeat-y;
	overflow:		auto;
	min-height:		450px;
}

#left_column
{
	float:			left;
	width:			190px;
	padding-left:		10px;
	height:			auto;
}

#left_column_content
{
	margin-left:		20px;
	width:			150px;
	margin-top:		100px;
	overflow:		auto;
}

#right_column
{
/* 	padding-left:		50px; */
	padding-top:		0px;
	margin-left:		200px;
	width:			800px;
	min-height:		390px;
}

#content_container
{
	padding-top:		20px;
	width:			690px;
}

#footer
{
	clear:			both;
	width:			100%;
	height:			35px;
	max-height:		35px;
	background-image:	url("footer.png");
	background-repeat:	repeat-y;
	margin-bottom:		15px;
}

#navigation
{
	padding-top:		100px;
	padding-left:		520px;
	height:			26px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.navigation_link
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.navigation_link:hover
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.navigation_link_selected
{
	color:			#8cc63f;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}

.navigation_link_selected:hover
{
	color:			#8cc63f;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}


img
{
	border:			0px;
}

div.row_signup
{
        clear:                  right;
        padding-bottom:         5px;
}

div.row_signup span.label
{
        float:                  right;
        width:                  250px;
}

div.row_signup span.field
{
        float:                  right;
        width:                  350px;
	margin-left:		10px;
        margin-bottom:          5px;
	padding-right:		75px;
        font-style:             italic;
	font-size:		12px;
	text-align:             left;
}

.captcha
{
	display:		inline;
	height:			20px;
	padding-top:		0px;
}

#login_failure
{
	color:			red;
	font-weight:		bold;
	text-align:		center;
	margin-bottom:		12px;
	margin-top:		10px;
	border-top:		1px solid red;
	border-bottom:		1px solid red;
	padding:		5px;
}

#success
{
	color:			green;
	font-weight:		bold;
	text-align:		center;
	margin-bottom:		12px;
	margin-top:		10px;
	border-top:		1px solid green;
	border-bottom:		1px solid green;
	padding:		5px;
}

#footer_navigation
{
	text-align:		right;
	width:			99%;
	padding:		0px;
	margin:			0px;
}

#sub_navigation
{
	width:			100%;
	min-height:		80%;
	height:			80%;
}

.sub_navigation ul
{
	margin-top:		30px;
	margin-left:		-25px;
	list-style:		none;
}

.sub_navigation li
{
	margin-left:		-25px;
	height:			22px;
	padding-top:		5px;
	padding-left:		30px;
}

.sub_nav_selected
{
	background-image:	url("marker.png");
	background-repeat:	no-repeat;
}

.sub_nav
{
}

.sub_nav_link:link, .sub_nav_link:hover, .sub_nav_link:visited
{
	color:			#000;
	font-size:		13px;
	font-weight:		normal;
	text-decoration:	none;
}
