* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background: url(../images/siteBackground.png);
	color: #d4d4d4;
}
ul, ol, dl { /* Due to variations between browsers, it is best practice to zero padding and margin on lists. For consistency, either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	background: -moz-linear-gradient(center top , #030303, #232323) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#030303), to(#232323));	
    padding: 10px 15px;
	border:0;
	-moz-box-shadow: 0 4px 1px #000000;
	-webkit-box-shadow: 0 4px 1px #000000;
	box-shadow: 0 4px 1px #000000;
	font-size:18px;
	text-align:center;
	color:#c3e0f0;
	margin:20px;
}
p {
	margin:10px 20px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color:#6daad0;
	text-decoration: underline;
}
a:visited {
	color: #6daad0;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#6daad0;
}
.container {
	width:100%; 
	overflow:hidden;
	font-size:12px;
}
.header {
}

.homeTop {
	position:absolute;
	right:10px;
	top:10px;
}
.homeBottom {
	position:absolute;
	right:10px;
	bottom:60px;
}
.homeTop a, .homeBottom a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;
	padding:5px 15px;
}
.buttonStyle {
	background: -moz-linear-gradient(center top , #a0c8e0, #5a9cc5) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#a0c8e0), to(#5a9cc5));	
    color: #FFFFFF;
	border:0;
	cursor:pointer;
	-moz-box-shadow: 0 4px 3px #000000;
	-webkit-box-shadow: 0 4px 3px #000000;
	box-shadow: 0 4px 3px #000000;
	display:block;
}
.mainMenu {
	text-align:center;
}
.siteContent span {
	color:#6daad0;
}
.siteContent .sitePic {
	text-align:center;
	margin:0 20px;
}
.siteContent li {
	list-style:none;
	margin:10px 20px;
}
.siteContent a {
	color:#ffffff;
	text-decoration:none;
}
.siteContent .menuButtonStyle {
	background: -moz-linear-gradient(center top , #a0c8e0, #5a9cc5) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#a0c8e0), to(#5a9cc5));	
    padding: 10px 15px;
	border:0;
	cursor:pointer;
	-moz-box-shadow: 0 4px 3px #000000;
	-webkit-box-shadow: 0 4px 3px #000000;
	box-shadow: 0 4px 3px #000000;
	font-size:18px;
	text-align:center;
}
.footer {
	background:#000000;
	text-align:center;
	padding:15px 0;
	position:relative;
	margin-top:50px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}