body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-attachment: fixed;
    font-family: Arial;
}

a.navigation
{
	color: #FFFFFF;
    font-family:Arial;
	font-size: 14px;
    text-decoration: none;    
}

.header_text
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0f532a;
}


a.navigation:hover
{
	color: #0f532a;
    font-family:Arial;
	font-size: 14px;
    text-decoration: none;    
}

a.navigation:active
{
	color: #0f532a;
    font-family:Arial;
	font-size: 14px;
    text-decoration: none;    
}

a.video
{
	color: #000000;
    font-family:Arial;
	font-size: 20px;
    text-decoration: none;    
}

a.video:hover
{
	color: #0f532a;
    font-family:Arial;
	font-size: 20px;
    text-decoration: none;    
}

  	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
  	label {  width: 10em; }
	br { clear: both; }
	input.error { border: 1px solid red; width: auto; }
	label.error {
		background: url('../images/admin/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
		text-align: left;
		float: none;
		color: #ea5200;
		border: none;	
	}
	label.valid {
		background: url('../images/admin/checked.gif') no-repeat;
		width: 16px;
		height: 16px;
		text-align: left;
		float: none;
		border: none;	
	}
	
	.error_message
	{
		font-family:Arial;
		font-size:12px;
		color: red;
	}
