/* CSS Document */
h1, h2, h3, h4 {margin: 0; padding: 0;}
p, li, a {font-size: 1em;}

ul {list-style: none;}

body {background-color: #f5f5f5; 
	background-image:url(../large_disc.png);
	background-repeat:no-repeat;
	padding:0; margin:0; font-family:Georgia, "Times New Roman", Times, serif;}


.contentWrapper {width:945px; margin: 0 auto; padding: 0px; 
	}
.content {width: 550px; float:left;}
.sidebar {width: 300px; float: right;}
.program { -moz-border-radius: 15px; 
			-webkit-border-radius: 15px;
			 border: 4px solid #462318;
			 background-color: #FFF;
			 padding: 15px;
			 margin: 10px; 
			 width: 400px; }
.program ul li {margin: 5px;}
.point {font-weight:bold;}

.headline {font-size:80px; 
	color: #462318; 
	font-weight:bold; 
	font-family:"Arial Black", Gadget, sans-serif;
	width: 965px;
	margin: 30px auto 0 auto ;
	padding:0;
	
	}
	
.ps {font-size:10px;
	font-style:italic;
}

.clearboth {clear: both;}

.logo {font-family:Arial, Helvetica, sans-serif; font-size:36px; padding: 10px; margin-left: 120px; margin-top:20px;}
.tagline {font-size: 24px;}
h1.logo a {text-decoration:none; color:#333;}

.contact h2 {font-size: 14px; color:#666;}
.secondaryHeading{ margin-top:35px;}
.contact dd {margin:0; padding: 5px;}
.contact dt {font-size: 12px; margin:4px;}

.equip h2 {font-size: 14px; color:#666;}
.equip ul {margin:0; padding: 5px;}
.equip li {font-size: 12px; margin:4px;}

/* REGISTRATION FORM */
fieldset { margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #493f0b;
}

legend {
	margin-left: 1em;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 5px;
	color:#ffffff;
	background: #003366;
}

form {
					position:			relative;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
				
				label.error {
					background-color:	#ecd0ce;
					border:				1px solid red;
				}				
				
				label.required {
					background-image:	url(images/required.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}	
				
				label.isgood {
					background-image:	url(images/tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				200px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}	
				
				label select {
					width:				200px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label select.active {
					border:				2px solid green;
				}
				label select.error {
					border:				2px solid red;
				}	
				#formsubmit {
					width:				150px;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				513px;
					top:				-11px;
					background-color:	#993333;
					line-height:		40px;
					color:				white;
					font-size:			.8em;
					width:				500px;
					height:				62px;
					line-height:		62px;
					text-indent:		30px;
					border: 2px solid #900;
					
				}
				
				.errorpop {
					background-image:	url(images/popBoxWarning.gif);
				} 





