@charset "utf-8";
/* CSS Document */

#bdy1
{
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 422px;
	margin: 30px auto;
	clear: both;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
}

	#bdy1c1
	{
		background-image: url(../img/bdy/mag_lft_sideshdw.png);
		background-repeat: no-repeat;
		width: 200px;
		height: auto !important;
		height: 100%;
		min-height: 422px;
		margin: 0px;
		float: left;
		background-position: right top;
		padding: 0px 5px 0px 0px;
	}
	
		#bdy1c1 p.toplink
		{
			font-size: 9pt;
			font-weight: bold;
			text-transform: capitalize;
			padding-left: 20px ;
			text-indent: -20px ;
			margin: 10px 0px;
		}
	
		#bdy1c1 p
		{
			font-size: 9pt;
			text-transform: capitalize;
			padding-left: 20px ;
			text-indent: -20px ;
			margin: 10px 0px;
		}
	
		#bdy1c1 hr
		{
			height: 1px;
			width: 75%;
			margin: 1px auto;
			color: #CCCCCC;
			background-color: #CCCCCC;
			border: 0;
		}
	
		#bdy1c1 img
		{
			margin-right: 6px;
			margin-bottom: 1px;
			vertical-align: text-bottom;
		}
		
		#bdy1c1 a 
		{
			font-size: 9pt;
			font-weight: bold;
			color: #00507F;
			text-decoration: none;
		}
		
		#bdy1c1 a:hover 
		{
			font-size: 9pt;
			font-weight: bold;
			color: #00507F;
			text-decoration: underline;
		}
	
	#bdy1c2
	{
		width: 470px;
		height: auto !important;
		height: 100%;
		min-height: 422px;
		margin: 0px 40px;
		float: left;
	}
	
		#bdy1c2 table
		{
			width: 460px;
		}
		
		#bdy1c2 hr
		{
			margin: 15px 0px;
		}
		
		#bdy1c2 h3
		{
			font-weight: normal;
			font-size: 15pt;
			margin: 15px 0px;
		}
		
		#bdy1c2 h2
		{
			font-weight: bold;
			font-size: 10pt;
			margin: 6px 0px;
			padding: 0px;
		}

		#img-hdr
		{
			margin: 0px auto 10px auto; 
			text-align: center;
		}
	
		#img-hdr img
		{
			padding: 4px;
			border: 1px solid #999999;
			text-align: center;
		}
		
		.pge-hdr
		{
			width: 450px;
			display: block;
			background-color: #00507F;
			padding: 0px 10px;
			color: #FFFFFF;
			font-size: 11pt;
			height: 33px;
			line-height: 33px;
			margin: 14px 0px;
			border: solid 1px #000000;
		}
	
		.img-bdr
		{
			border: solid 1px #000000;
		}
	
		.img-bdr-community
		{
			border: solid 1px #000000;
			margin-right: 10px;
			margin-bottom: 20px;
		}
	
	#bdy1c3
	{
		background-image: url(../img/bdy/mag_rt_sideshdw.png);
		background-repeat: no-repeat;
		width: 205px;
		height: auto !important;
		height: 100%;
		min-height: 422px;
		margin: 0px;
		float: left;
		background-position: left top;
	}
	
.even-row
{
	background-color: #E0E0E0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.form-label
{
	color: #00507F;
	font-weight: bold;
}

.warning-msg
{
	font-weight: bold;
	color: #FF0000;
	font-size: 9pt;
}

/* ********** Classes For Validator ********** */
.tfvHighlight
{
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px dotted #FF0000;
}

.tfvNormal
{
	color: #00507F;
	font-size: 10pt;
	font-weight: bold;
}

form.magform fieldset 
{
	/* margin-bottom: 10px; */
	margin: 0px 35px 10px 35px;
}

form.magform legend 
{
	padding: 0 5px;
	font-weight: bold;
}

form.magform label 
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.magform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.magform fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.magform fieldset fieldset 
{
	border: none;
	margin: 3px 0 0;
}

form.magform fieldset fieldset legend 
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.magform fieldset fieldset label 
{
	display: block;
	width: auto;
}

form.magform em 
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
	margin-right: 4px;
}

form.magform label 
{
	width: 120px; /* Width of labels */
}

form.magform fieldset fieldset label 
{
	margin-left: 123px; /* Width plus 3 (html space) */
}


