html,body
{
	margin:			0px;
	background-color:	#fff;
	font-family:		Verdana, Arial, Helvetica, Sans-serif;
	font-size:		12px;
	color:			#000;
	width:			100%;
	padding-top:		10px;
	margin-left:		auto;
	margin-right:		auto;
}

#container
{
	width:			1024px;
	margin-left:		auto;
	margin-right:		auto;
}

#header
{
	width:			100%;
	height:			112px;
	max-height:		112px;
	margin:			0px;
	background-color:	#fff;
	background-image:	url("balkboven.gif");
}

#header_content
{
	padding-left:		15px;
}

#content
{
	background-color:	#fff;
	width:			100%;
	margin-right:		auto;
	margin-top:		0px;
	padding-top:		0px;
	overflow:		auto;
	min-height:		450px;
}

#left_column
{
	float:			left;
	width:			190px;
	padding-left:		10px;
	height:			auto;
}

#left_column_content
{
	margin-left:		20px;
	width:			290px;
	margin-top:		100px;
	overflow:		auto;
}

#right_column
{
/* 	padding-left:		50px; */
	padding-top:		0px;
	margin-left:		320px;
	width:			680px;
	min-height:		390px;
}

#content_container
{
	padding-top:		20px;
	width:			690px;
}

#footer
{
	clear:			both;
	width:			100%;
	height:			25px;
	max-height:		25px;
	margin-bottom:		50px;
	background-color:	#0c1f6b;
}

#navigation
{
	margin-top:		5px;
	width:			1004;
	background-color:	#b3b3b3;
	height:			26px;
	margin-bottom:		50px;
	padding-bottom:		0px;
	padding-left:		30px;
	padding-top:		8px;
}

.navigation_link
{
	color:			#0b206b;
	text-decoration:	none;
	font-size:		10px;
	font-weight:		normal;
}

.navigation_link:hover
{
	color:			#ed5100;
	text-decoration:	none;
	font-size:		10px;
	font-weight:		normal;
}

.navigation_link_selected
{
	color:			#fff;
	text-decoration:	none;
	font-size:		10px;
	font-weight:		bold;
}

.navigation_link_selected:hover
{
	color:			#fff;
	text-decoration:	none;
	font-size:		10px;
	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
{
	margin-left:		-25px;
	min-height:		400px;
	height:			400px;
	border-right:		1px solid #000;
	width:			250px;
}

#sub_navigation ul
{
	list-style:		none;
}

#sub_navigation li
{
	margin-left:		-25px;
	line-height:		30px;
	height:			auto;
	padding-top:		5px;
	padding-left:		30px;
}

.sub_nav_selected
{
}

.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;
}

.sub_navigation_link
{
	color:			#0b206b;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.sub_navigation_link:hover
{
	color:			#ed5100;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.sub_navigation_link_expand
{
	color:			#666;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.sub_navigation_link_expand:hover
{
	color:			#ed5100;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.sub_navigation_link_selected
{
	color:			#0b206b;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}

.sub_navigation_link_selected:hover
{
	color:			#ed5100;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}
