html,body
{
	margin:				0px;
	background-color:	#b91654;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:			12px;
	color:				#000;
	width:				100%;
}

#header
{
	padding-top:		20px;
	width:				100%;
	height:				40px;
	max-height:			40px;
	margin:				0px;
	background-color:	#b9718d;
	font:				20px Arial, Helvatica, Sans-serif;
	color:				#0E177C;
	letter-spacing:		.3em;
	font-weight:		bold;
	line-height:		22px;
}

#header_content
{
	padding-left:		15px;
}

#content
{
	background-color:	#fff;
	width:				100%;
	margin-right:		auto;
	margin-top:			0px;
	padding-top:		0px;
	border-bottom:		1px solid #fff;
	background-image:	url("back.png");
	background-repeat:	repeat-y;
	overflow:			auto;
}

#left_column
{
	float:				left;
	width:				215px;
	padding-left:		15px;
	height:				auto;
	background-color:	#ffffcc;
	background-image:	url("safe.jpg");
	background-repeat:	no-repeat;
	background-position:top left;
}

#left_column_content
{
	padding-top:		275px;
	width:				200px;
	overflow:			auto;
}

#right_column
{
	padding-left:		50px;
	margin-left:		230px;
	width:				auto;
	min-height:			390px;
}

#content_container
{
	padding-top:		20px;
	width:				690px;
}

#footer
{
	clear:				both;
	width:				100%;
	height:				auto;
	margin-top:			15px;
	border-top:			1px solid #960039;
	border-bottom:		1px solid #960039;
	height:				2px;
	max-height:			2px;
}

#navigation
{
	padding-top:		10px;
	padding-left:		15px;
	height:				26px;
	background-color:	#960039;
	border-bottom:		1px solid #fff;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.navigation_link
{
	color:				#fff;
	margin-right:		15px;
	text-decoration:	none;
	font-size:			14px;
	font-weight:		bold;
}

.navigation_link:hover
{
	color:				#fff;
	margin-right:		15px;
	text-decoration:	underline;
	font-size:			14px;
	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;
}