@import url("/styles/seo.css");
@import url("/styles/layout.css");
@import url("/styles/pages.css");
@import url("/styles/ApSlideShow.css");

#facebookIcon
{
	display:				none;
}

body
{
	background-color:			#000000;
	background-image:			url("/images/layout/background.jpg");
	background-repeat:			no-repeat;
	background-position:			50% 0%;	
	/*background-attachment:			fixed;*/
	font-family:				Verdana, Arial;	
	line-height:				20px;	
}

span, a, p, label, h1, h2, h3, li, td, th
{
	text-decoration:			none;
	color:					#FFFFFF;
}

a:hover
{
	text-decoration:			underline;
}

a img
{
	border:					none;
}

ul
{
	margin:					0px;
	
	padding:				0px;	
	
	list-style-type:			none;
}

h1, h2
{
	margin:					10px 0px 20px 0px;
	
	padding:				10px 0px 20px 0px;
	border-bottom:				1px solid #0B82C7;
	
	text-align:				center;
	color:					#FFFFFF;
	font-size:				1.6em;
	font-weight:				normal;
}

h3
{
	margin:					10px auto 20px auto;

	display:				inline-block;
	width:					80%;
	padding:				10px 0px 10px 0px;
	border-bottom:				1px solid #0B82C7;

	text-align:				center;
	color:					#FFFFFF;
	text-align:				center;
	font-size:				1.1em;
}

h4
{
	margin:					0px;
	
	padding:				0px;

	text-align:				center;
	color:					#FFFFFF;
	text-align:				center;
	font-size:				1.1em;
}

h1 span, h2 span, h3 span, h4 span
{
	display:				none;	
}

.error
{
	color:					#FF0000;
}

.smallprint
{
	font-size:				0.8em;
}

.clear
{
	clear:					both;
}

form label sup
{
	color:					#76A216;
}

.center
{
	text-align:				center;
}
