/* CSS assembled by Marko Mihelcic at mcville and James Koster from sixshootermedia*/

body {
	background-color:#FFFFFF;
	color:#555555;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	text-align:center;
}

#print_message {display:none;}

#wrapper {
	width:800px;
	margin:0px auto 0px auto;
}

#content {
	width:539px;
	margin:0px;
	text-align:left;
	float:left;
	border-right:1px solid #eeeeee;
}

#sidebar {
	margin:0px;
	width:260px;
	float:right;
	text-align:center;
}

#sidebar h1 {
	margin:10px 0px 10px 0px; 
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-align:left;
	font-size:25px;
	line-height:40px;
	font-weight:normal;
	color:black;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#sidebar img {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	clear:all;
}
/*
#sidebar image{
	clear:both;
	margin-bottom:40px;
	}
*/	
#menu {
	width:100%;
	height:60px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	background-image: url(images/backgrounds/back.png);
}

#content h1 {
	margin:20px 0px 10px 0px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	line-height:40px;
	font-weight:normal;
	color:black;
}

#content h2 {
	margin:10px 0px 10px 0px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#253183;
}

#content h3 {
	margin:10px 5px 5px 15px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#content h4 {
	margin:10px 5px 5px 25px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}

#content p {
	margin:0px 5px 5px 25px;
	line-height:20px;
}


#menu ul {
	margin:15px 0px 0px 40px;
	padding:0px;
	list-style-type:none;
	}
	
#menu li {
	margin:0px 30px 0px 0px;
	display:inline;
}
	
#menu li a {
	text-decoration:none;
	color:#FFFFFF; 
	}

#menu li a:hover {
	color:red;
}

#registration_form {
	margin:0px;
	}

#registration_form td.label {
	text-align:right;
	}

#registration_form td.redLabel {
	text-align:right;
	color:red;
	}


