@charset "UTF-8";

body {
	margin: 0px;
	background: rgb( 185, 175, 165 ) url('../img/background_repeat.jpg') repeat-x top;
	text-align: center;
}

body, p, div, ul, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a:link,
a:visited,
a:active,
a:hover {
	color: rgb( 53, 71, 122 );
	text-decoration: underline;
}

a:link.light,
a:visited.light,
a:active.light,
a:hover.light {
	color: white;
}

h1, p, ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
	text-decoration: none;
	border-bottom: solid 1px white;
	color: white;
}

img {
	border: none;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

div#main {
	width: 975px;
	height: 900px;
	margin: 0px auto;
	background: url('../img/background_center.jpg') no-repeat top;
	text-align: left;
}

div#home_topContent {
	height: 500px;
}

div#home_topContent div.inside {
	padding: 50px 40px 0px 40px;
}

div#home_topContent div.home_column {
	float: left;
	width: 33%;
}

div#home_topContent div.home_column div.inside {
	padding: 0px 20px;
}

div#home_topContent div.home_columnImg {
	margin-bottom: 5px;
}

div#home_topContent div.home_columnHeading {
}

div#home_bottomText {
}

div#home_bottomText div.inside {
	padding: 5px;
	border-bottom: solid 1px white;
}

div#home_bottomText p {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

div#home_bottomLinks {
	height: 130px;
}

div#home_bottomLinks div.inside {
	padding: 3px 40px;	
}

div#home_bottomLinks ul {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
}

div#home_bottomLinks ul li {
	margin-bottom: 3px;
}

div.getFlashNotice {
	width: 700px;
	padding: 10px 0px;
	margin: 0px auto 10px auto;
	background: rgb( 60, 66, 71 );
	border: solid 1px rgb( 30, 36, 41 );
	text-align: center;
}

div.getFlashNotice img {
	margin-right: 10px;
}
