/* 
Author nativeBrand Ltd (www.nativebrand.com)
*/

html { min-height: 100%; height: auto; }	/*footer margin fix FF*/
 
body {	
	text-align: center; /*to center old IE browsers*/
	margin: 0; 
	padding:0 0 30px 0;
	color: #000;
	background: #FFF;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
}

textarea, input { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
p { margin: 0 0 1em 0; }
h1 {font-size:130%;}
h2 {font-size:110%; color: #005476;}
h3 {font-size:110%; color: #005476;}
h4 {font-size:105%;}
h5 {font-size:105%;} 
form { padding: 0; margin: 0; }
img { display: block; }
a { color: #005476; }	
a:hover { color:#EC008C }
a img { border: none; }


/* FORM SUBMISSION MESSAGES ----------------------------------- */
#right2Col div#success, #right2Col div#error { margin: 15px 0;}

#error {
	border: 1px solid #EF3B39;
	background-color: #FFF9F9;
}
#error p, #error h3 { margin: 7px 10px; padding: 0; color: #EF3B39; }
#error h3, #success h3 { line-height: 1.2em; }

#success {
	border: 1px solid #9BB823;
	background-color: #ECF6C2;
}
#success p, #success h3 { margin: 7px; padding: 0 10px; color: #9BB823;}
#success p a { color: #C8C826; font-weight: bold; text-decoration: none; }
#success a:hover { color: #D26A00; }
#error p a { color: #c40109;}
#error p a:hover { color: #EF3B39; }
/* END FORM SUBMISSION MESSAGES ------------------------------- */