/*Used By All Layouts For Default Sytles */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	color: #FFF;
	background: #FFF;
	margin:0;
	padding:0;
}
p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.center {
	text-align: center;
}
.ColumnTitle {
	font-size: 1.8em;
	line-height: 1em;
}
#ALL {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#left_footer_content {
	color: #53B3E2;
}
#left_footer_content a:link {
	color: #53B3E2;
}
#left_footer_content a:visited {
	color: #53B3E2;
}
#left_footer_content a:hover {
	color: white;
}
#left_footer_content a:active {
	color: #53B3E2;
}
#right_footer_content {
	color: #53B3E2;
	text-align: right;
}
#right_footer_content a:link {
	color: #53B3E2;
}
#right_footer_content a:visited {
	color: #53B3E2;
}
#right_footer_content a:hover {
	color: white;
}
#right_footer_content a:active {
	color: #53B3E2;
}
#message {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	padding: 100px;
}
