﻿/* Reset */

html, body { margin:0; padding:0; border:0; background:transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	}
	
img { margin:0; padding:0; border:0; }

table { border-collapse:collapse; border-spacing:0; }

input, select, textarea, form, fieldset { margin:0; padding:0; border:0; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, strike {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color:#000;
	}

ol, ul { list-style:none; }


	/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight:bold; color:#FFCC66; }

h1 { font-size:24px; text-align:center; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }


	/* Text Elements */

p			{ color:#fff; font-size:15px; line-height:140%; margin-bottom:15px; }
p sup		{ font-size:10px; }

a			{ text-decoration:underline; }
a:link		{ color:#9999FF; }
a:visited	{ color:#9999FF; }
p a:active	{ color:#FFCC66; }
a:active	{ color:#FFCC66; }
a:hover		{ color:#bbf; }
a:focus		{ color:#9999FF; }

blockquote	{ color:#000; font-size:12px; }

u			{ text-decoration:underline; }


	/* Images */


	/* Lists */
	
ul    { list-style:square outside url('../images/ulbullet.gif'); margin-left:40px; }
ol    { list-style:decimal outside; margin-left:40px; }

ul li { color:#fff; font-size:15px; line-height:130%; }
ol li { color:#fff; font-size:15px; line-height:130%; }

dl    { }
dt    { }
dd    { }

	/* Tables */

table { width:100%; }

tr    { }

th        { font-weight:bold; }
thead, th { background:#ccc; }

tbody { }

th, td, caption { }
caption         { }

tfoot    { }

caption { background:#efefef; }


/* Global */

html { }
body { background:url("../images/bckgrnd.gif") #000033 repeat; }


/* Containers */

#wrapper		{ max-width:825px; min-width:300px; background:#000066; margin:0 auto; }

#top			{ max-width:95%; border-bottom:2px #9999FF solid; margin:0 auto; padding-top:15px; }
#top h1			{ font-size:30px; font-weight:bold; }
#top h3			{ padding:12px 0 12px 0; line-height:120%; }
#top p			{ text-align:center; }

#topnav 		{ float:left; width:100%; background:transparent; overflow:hidden; position:relative; 
					margin-top:8px; }
#topnav ul		{ clear:left; float:left; list-style:none; margin:0; padding:0; position:relative;
					left:50%; text-align:center; }
#topnav ul li	{ display:block; float:left; list-style:none; margin:0; padding:0; position:relative; right:50%; }
#topnav ul li a	{ display:block; margin:0 6px 10px 6px; padding:5px 7px; background:#BFC1DB; text-decoration:none;
					text-align:center; font-size:14px; border:2px #BFC1DB solid; }

#topnav a:link		{ color:#000; }
#topnav a:visited	{ color:#000; }
#topnav a:active	{ color:#fff; background:#575C99; }
#topnav a:hover		{ color:#000; border:2px #575C99 solid; }
#topnav a:focus		{ color:#000; }
#topnav a			{ outline:0; }


#title			{ clear:both; max-width:95%; padding:8px; margin:8px auto 0 auto; }
#title h1		{ font-size:18px; font-weight:bold; text-align:center; line-height:120%; }

#content		{ clear:both; max-width:95%; margin:5px auto; padding:10px; }
#content h1, #content h2, #content h3, #content h4	{ padding:15px 0 15px 0; line-height:130%; }

#leftcolumn		{ float:left; width:47%; min-width:200px; padding:5px 10px 5px 0; }

#rightcolumn	{ float:right; width:47%; min-width:200px; padding:5px 0 5px 0; }

#bottomcolumn	{ clear:both; max-width:100%; padding-top:15px; }

#prefooter		{ max-width:95%; border-top:2px #9999FF solid; padding:10px 0; margin:15px auto 0 auto; }
#prefooter p	{ margin:0; line-height:130%; text-align:center; }

#footer			{ max-width:95%; border-top:2px #9999FF solid; padding:10px 0; margin:0 auto; }
#footer p		{ font-size:14px; color:#fff; text-align:center; line-height:175%; margin:0; }
#footer a		{ font-size:14px; color:#fff; text-decoration:underline; line-height:175%; }

#footer a:link		{ color:#9999FF; }
#footer a:visited	{ color:#9999FF; }
#footer p a:active	{ color:#FFCC66; }
#footer a:active	{ color:#FFCC66; }
#footer a:hover		{ color:#bbf; }
#footer a:focus		{ color:#9999FF; }


/* Classes for text formatting */

._CenterText	{ text-align:center; }
._RightText		{ text-align:right; }
._LeftText		{ text-align:left; }
._Underline		{ text-decoration:underline; }
._CenterUnd		{ text-decoration:underline; text-align:center; }
._Indent		{ text-indent:30px; }


/* Layout Extra */


/* Navigation Extra */


/* Forms */
	
form { text-align:left; margin:20px; }

label, submit, input, textarea {
	border:0;
	padding:0;
	margin:0;
	background:none;
	}

label { float:left; width:150px; text-align:right; display:block; }

input, textarea { border:1px #333 solid; margin-left:10px; }

input { width:280px; margin-bottom:16px; }

textarea { width:280px; height:150px; margin-bottom:16px; }

select { }

.submit { width:90px; height:25px; margin-left:150px; font-size:12px; }

br { clear:left; }