body
{
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	background: #0066CC url(images/page_bg.jpg) repeat-y center top; /*  #E6E6E6 */
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/*---------------------- Colors ------------------------------

background	#9bb9e2

h1			#fff
h2			#fff
h3			#14556B
td			#333333
tr			#BCBFE0		background
tr.odd		#B4B0D9
wrapper		#FFFFFF
wrapper		url(images/bgnd.png)
banner		#404040
headings	#8aabff

dark blue	#679bf4
medium blue	#80a8d9
light blue	#b8d3ff

------------------------ Colors -----------------------------*/

h1
{
	font-size: 18px;
	text-align: center;
	text-transform:capitalize;
	padding: 5px 5px;
	color: #fff;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	margin: 20px 15px 10px 15px;
	border-top: 1px solid #5f9794;/*	overflow: hidden;
*/
}

h3
{
	font-size: 14px;
	color: #14556B;
}

td, th
{
	padding: 10px;
}

td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, ol
{
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px 0px 10px 10px;
	text-align: justify;
}

/*--------------------------------------------------------------
		                Table Formats
----------------------------------------------------------------*/

table
{
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: thin;
}

caption
{
	text-align: left;
	font-size: .8em;
}

td, th
{
	padding: 10px;
}

td
{
	font-size: 1.3em;
	border-top: solid 1px #666666;
	color: #333333;
}

tr
{
	background-color: #C8D1E8;  /* Green */
}

tr.odd
{
	background-color: #b8d3ff;
}

p, ol
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px;
	text-align: justify;
}

/* ------------------------------New Stuff------------------------------ */

/* LAYOUT */

#wrapper
{
	width: 800px;
	margin: 0px auto 0px auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	text-align: left;
	background-color: #9bb9e2;
	border-bottom-color: #0262C8;
}

#banner
{
	height: 125px;
	background-color: #404040;
	border: solid 1px silver;
	clear: both;
}

#shrinetop
{
	float: right;
	height: auto;
	width: 690px;
	margin: 0px 0px 20px 0px;
	overflow: auto;
	clear: right;
}

#shrinetop a
{
	text-decoration: none;
	border-bottom: 2px dotted #CCCCCC;
	color: #152D6A;
}

#shrinetop a:hover
{
	background-image: url(images/transparent.png);
	background-repeat: repeat;
}

#shrinetop h1
{
	font-size: 18px;
	text-align: center;
	text-transform:capitalize;
	padding: 5px 5px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	overflow: hidden;
}

#shrinetop h2
{
	margin: 15px 0px 10px 0px;
	padding: 5px 10px;
	color: #152D6A;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#shrinetop h3
{
	margin: 5px 0px 5px 0px;
	padding: 0px 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
}

#shrinetop p
{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
}

#shrinetop td
{
	table-layout:auto;
	margin-right: 20px;
}

#shrinetop li
{
	font-size: 12px;
	padding-top: 2px;
	margin-left: 30px;
	margin-bottom: 2px;
	line-height: 1.25em;
}

#infobar
{
	width:auto;
	height:30px;
	border-top: solid 2px #336699;
	border-bottom: solid 2px #336699;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

#nav
{
	float: left;
	width: 110px;
	height: 100%;
	clear: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#main
{
	float: right;
	width: 685px;
	height: 400px;
	overflow: auto;
	border-left: 1px dashed #999999;
}

#legal
{
	background-color: #404040;
	width: auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 15px 0px;
	clear: both;
}

#legal a
{
	font-size: 12px;
}

#legal a:hover
{
	font-size: 12px;
	color: #999999;
}

/* NAVIGATION */

#mainNav li
{
	list-style: none;
	display: inline;
}

#mainNav a
{
	text-decoration: none;
	color: #000000;
	font-size: 1.0em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px dotted #999999;
	display: block;
	padding: 5px 5px 7px 5px;
	margin: 0px 3px;
}

a#homeLink
{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#logo
{
	display: none;
}

#mainNav ul
{
	border-top: 1px dashed #999999;
/*	margin-top: 10px;
	margin-bottom: 10px;*/
}

#mainNav a:hover
{
	background-color: #EAEAFF;
}

#home a#homelink, #feature a#featureLink
{
	padding-right: 15px;
	padding-left: 5px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover, #feature #mainNav a#featureLink:hover
{
	color: #B2F511;
}

#nav p
{
	color: #ED6733;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}

#nav a
{
	text-decoration: none;
	color: #555555;
}

/* BANNER STYLES */
#banner img
{
	float: left;
}

#banner ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#banner li
{
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

#sitetools li a
{
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #1B3A89;
	padding: 3px 5px 3px 5px;
	height: 1em;
	border: 1px dashed #4D69B0;
	font-weight: bold;
}

#sitetools li a:hover
{
	color: #10214E;
	background: #DCE500;
}

/* MAIN */

#main a
{
	text-decoration: none;
	border-bottom: 2px dotted #CCCCCC;
	color: #152D6A;
}

#main a:hover
{
	background-image: url(images/transparent.png);
	background-repeat: repeat;
}

#main h1
{
	font-size: 2.4em;
	margin: 0px 0px 25px 0px;
	text-shadow: #333333;
	text-transform:capitalize;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	padding: 10px 0px;
	overflow: hidden;
}

#main h2
{
	margin: 5px 0px;
	padding: 0px 10px;
	color: #152D6A;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main h3
{
	margin: 5px 0px 0px 0px;
	font-size: 1.65em;
	padding: 0px 20px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

#main p
{
	font-size: 1.25em;
	padding: 0px 20px;
	line-height: 1.7em;
	font-style: normal;
	font-weight: normal;
}

/*

#main a
{
	text-decoration: none;
	border-bottom: 2px dotted #CCCCCC;
	color: #152D6A;
}

#main a:hover
{
	background-image: url(images/transparent.png);
	background-repeat: repeat;
}

#main h1
{
	font-size: 2.4em;
	margin: 0px 0px 20px 0px;
	text-shadow: #333333;
	text-transform:capitalize;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

#main h2
{
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main p
{
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.7em;
}

#main td
{
	table-layout:auto;
	margin-right: 20px;
}

#main li
{
	font-size: 1.25em;
	padding-top: 2px;
	margin-left: 30px;
	margin-bottom: 2px;
	line-height: 1.25em;
}
*/
/* headlines with warnings */
.warning
{
	background: url(images/warning.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

/* NEWS */
#news .story
{
	background: url(images/bg_story.png) repeat-y;
	color: #FFFFFF;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 100%;
}

#news span.title
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #FFCC00;
}

#news a.story:hover
{
	color: #4A761D;
	background: url(images/bg_story_high.png);
}

#news h2
{
	background: #B2F511 url(images/bg_newshead.png);
	color: #333333;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#news h2 span
{
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/* ADVERTISING */

div.natEx
{
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.natEx p
{
	margin-bottom: 5px;
}

#news a.story:hover span.title
{
	color: #000000;
}

/* ------------------------------New Stuff------------------------------ */

.imageborder
{
	border: double 3px dark-grey;
	margin-top: 12px 0px 12px 0px;
	overflow: hidden;
}

.image-no-border
{
	border: none;
	margin-top: 5px 0px 12px 0px;
	overflow: hidden;
}

.floatright
{
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	clear: right;
}

.floatleft
{
	float: left;
	margin-bottom: 0px;
	border: 3px double #999999;
}

.floatcenter
{
	float: none;
}
.special
{
	background-color: #FF0000;
}

.copyright
{
	margin: 0;
	border-top: solid 2px #fbef99;
	border-bottom: solid 2px #fbef99;
	background-color: #294e56;
	color: #fff;
}

.sidebar
{
	width: 160px;
	height: 366px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #336699;
	border-top: 0px;
	border-bottom: 3px;
	padding: 10px;
	background-image: url(images/bgnd.png);
	background-color: #fbef99;
	clear: right;
}

.sidebar h2
{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: center;
	border-bottom-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: uppercase;
}

.sidebar h3
{
	margin: 0;
	border-bottom-color: #666666;
	text-align: center;
	border-bottom: solid 1px black;
	border-left: dotted 1px black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.sidebar ul
{
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1.7em;
}

.sidebar li
{
	margin-left: 1.5em;
	border-bottom: dotted 1px white;
	line-height: 1.7em;
	font-size: 1.1em;
	line-height: 1.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menutools
{
	width: 150px;
	float: left;
	margin: 2px;
	border: solid 1px #fdd041;
	border-top: 5px;
	border-bottom: 3px;
	padding: 5px;
	background-color: #BAC5D9;
	overflow: auto;
	border-top-color: #7B869A;
	border-color: #7B869A;
	display: inline;
}

.menubar h3
{
	margin: 0;
	text-align: left;
}

.menubar ul
{
	padding: 0;
	margin: 5px 0 0 0;
}

.menubar li
{
	margin-left: 1.5em;
}

#menutools li a
{
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #1B3A89;
	padding: 3px 5px 3px 5px;
	height: 1em;
	border: 1px dashed #4D69B0;
	font-weight: bold;
}

#menutools li a:hover
{
	color: #10214E;
	background: #DCE500;
}
