
.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
}
#container	{
	clear: both;
	width: 780px;
	border: 1px solid #CC0000;
	min-height: 100%;
	background-color: #FFFFFF;
}

#primary_nav	{
	width: 780px;
	clear: both;
	text-align: left;
	background: #CC0000;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav .link	{}
#primary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 12px Arial;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav a.link:hover	{
	text-decoration: underline;
}

#secondary_nav	{
	width: 780px;
	clear: both;
	text-align: right;
	background: #AFAFAF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
}
#secondary_nav a.link:hover	{
	text-decoration: underline;
}
#page_title	{
	height: 20px;
	font: bold 26px Arial;
	color: #000000;
	text-align: left;
	margin: 5px 0px 35px 5px;
	letter-spacing: .3em;
}
#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
}
#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto 0 auto;
	width: 780px;
}
#bottom_nav	a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}
#copyright	{
	position: relative;
	top: 5px;
}
#copyright a.link	{
	color: #CC0000;
	font: normal 11px Arial;
	text-align: right;
}

#error_message    {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}