body {
	font-family: Century Gothic;
	font-size: 12px;
	padding: 0;
	background-color: #24619D;	
	background-image: url(images/back2.png);
	background-repeat: repeat-y;
	background-position: center;

}


#container {
	margin: 0 auto;
	width: 900px;
	height: auto;
	background-color: White;
}

#header {
	height: 200px;
	width: 900px;
	float: left;
	background-image: url(images/header3.jpg);
	margin-top: 0;
	background-color: White;

	}
	
#spacer {
	height: 25px;
	width: 900px;
	float: left;
	background-color: White;
}

#menu {
	width: 900px;
	height: 29px;
	float: left;
	background-image: url(images/menuback.jpg);
	
}

#content {
	width: 900px;
	height: auto;
	background-color: White;

}


#content_left {
	width: 250px;
	height: auto;
	float: left;
	background-color: White;
	
	}
	
#content_left h1 {
font-family: Century Gothic;
font-size: 16px;
font-weight: bold;
margin-left: 10px;
color: #4C4C4C;

}


#content_left h2 {
font-family: Century Gothic;
font-size: 14px;
font-weight: bold;
margin-left: 10px;
color: #4C4C4C;

}

	
#content_left p {
	font-family: Century Gothic;
	display:block;
	font-size: 12px;
	background:#f1f1f1;
	margin:10px 0;
	padding:10px;
	color: #4C4C4C;
	

}


#content_left tr{
	text-align: center;
	color: #4C4C4C;
	margin-left: 0px;
}

#content_left td {
	width: 250px;
	height: 30px;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/menu_left_button.png);
	border: 0px;
	color: #4C4C4C;
	margin-left: 0px;
}

#content_left td a {
	width: 250px;
	height: 30px;
	font-family: "Century Gothic";
	color: #24619D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
					
					
#content_left td:hover {
	width: 250px;
	height: 30px;
	background-image: url(images/menu_left_button_over.png);
	

}
					
#content_left a {
	width: 250px;
	height: 30px;
	font-family: "Century Gothic";
	color: #24619D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}
					
#content_left a:hover {
	width: 250px;
	height: 30px;
	text-decoration: underline;
	
					
}


	
#content_right {
	width: 650px;
	height: 100%;
	float: right;
	background-color: White;
}


#content_right h1 {
font-family: Century Gothic;
font-size: 16px;
font-weight: bold;
margin-left: 20px;
color: #4C4C4C;

}

#content_right h2 {
font-family: Century Gothic;
font-size: 14px;
font-weight: bold;
margin-left: 20px;
color: #4C4C4C;


}
	
#content_right p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Century Gothic;
	font-size: 13px;
	color: #4C4C4C;
	
	
}

#content_right form {
	margin-left: 20px;
	font-family: Century Gothic;
	font-size: 12px;
}

#content_right table {
	margin-left: 20px;
}

#content_right td {
	font-family: Century Gothic;
	font-size: 13px;
	color: #4C4C4C;
	vertical-align: top;
	
}

#content_right li {
	font-family: Century Gothic;
	font-size: 13px;
	color: #4C4C4C;
}

#content_right img {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;

}

#content_right ul {
	margin-left: 20px;
	padding-left: 20px;
	}

#content_right ul li {
	margin-left: 20px;
	padding-left: 20px;
}


#footer {

	height: auto;
	width: 900px;
	float: left;
	text-align: center;
	font-family: Century Gothic;
	font-size: 10px;
	color: #4C4C4C;

	}

	
