@charset "utf-8";
/* CSS Document */

/* -----------------------------
   CSS RESET   
-------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



p {
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 5px 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 30px;
	margin: 8px 0px 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #E2974E;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
ul {
	list-style: none;
	line-height: 40px;
}

ul li {
	list-style: none;
}

a {
	list-style:none;
}

a img {
	border: 0;
	padding: 5px;
	
}
img {
	padding: 0px;
}
a:link{
	color:#1e5e97;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	
}
a:visited{
	color:#1e5e97;
	text-decoration: none;
	font-size: 18px;
}
a:hover{
	color:#333333;
	text-decoration: none;
}
.linksmall link {
	font-size: 14px;
}
body {
	background-color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:20px;
	margin:0;
	text-align: center;
	background-image: url(images/largeBCKGD.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo {
	padding-top: 100px;
	width: 448px;
}
#spryNav {
	margin-left: 50px;
}
#nav {
	margin-left: 50px;
	list-style: none;
}
#content {
	text-align: left;
	height: 100%;
	width: 900px;
	margin: 0 auto;

}

#footer {
	height: 40px;
	width: auto;
	text-align: left;
	margin-top: 10px;
}

.smallTextList {
	font-size: 17px
}
.BigP {
	font-size: 18px;
	font-weight: bold;
}
.PopupColorText {color: #DB9746}
.fontLarge {font-size: 16px}
.SponsorLogos {
	margin: 6px;
}
.ShareThis {
	text-align: right;
}
#spacer {
	text-align: right;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #333333;
}
