/* CSS Document */
body{
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E0E0E0;
}
.menu_color{
	background-color:#004812;
}
.banner_sh_white{
	background-image:url('sh_white.jpg'); 
	background-repeat:repeat-x;
	height:9px; 
}
.banner_sh_grey{
	background-image:url('sh_grey.jpg'); 
	background-repeat:repeat-x; 
	height:9px; 
	width:174px;
}
.content_padding{
	padding:0px 20px 10px 20px; 
}
.Title {
	color:#C73319;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.ImgPad{
	padding:0px 10px 10px 2px;
}

/* Supporting Partners image spacing*/

#partnerLogos img{
	padding:10px 10px 10px 10px;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

/* LINKS */
a:link, a:active, a:visited{
	color:#003910;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

/* Registration Form */
#formStyle table{
padding:0px 10px 0px 10px;
}
#formStyle table td{
padding:5px 5px 5px 5px;
}




 /* ## SHADOWS ## */
 
 /* Top Shadows */
#stl{
	background-image:url(sh_tl.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}
#st{
	background-image:url(sh_top.jpg);
	background-repeat:repeat-x;
}
#str{
	background-image:url(sh_tr.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}

/* Left and Right Shadows */
#sl{
	background-image:url(sh_left.jpg);
	background-repeat:repeat-y;
}
#sr{
	background-image:url(sh_right.jpg);
	background-repeat:repeat-y;
}

/* Bottom Shadows */
#sbl{
	background-image:url(sh_bl.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}
#sb{
	background-image:url(sh_bottom.jpg);
	background-repeat:repeat-x;
}
#sbr{
	background-image:url(sh_br.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}