html, body {
	min-height: 100.01%;
	margin-bottom: 1px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ddd;
	font: 12px/1.15em Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a:link, a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #b90000;
	text-decoration: underline;
}
hr {
	margin: 10px auto;
	color: #b90000;
	border: 0;
	border-top: 1px solid #b90000;
	height: 1px;
	width: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	color: #1100d7;
	text-align: left;
	margin: 8px 2px 8px 0;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 125%;
}
h2 {
	color: #b90000;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 115%;
	margin: 8px 2px 8px 0;
}
h3 {
	color: #000;
	text-align: left;
	margin: 8px 2px 8px 0;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 115%;
}
p{
	line-height: 1.25em;
}
.alignCenter{
	text-align: center;
}
.larger{
	font-size: larger;
}
#container {
	text-align: left;
	background: white url(/images/nav_background.gif) repeat-y left;
	color: black;
	border: 5px ridge #b90000;
	margin: 0 auto;
	width: 900px;
}
/* Header */
#headline {
	border-bottom: 1px solid #1100d7;
	background: white url(/images/gp_logo.gif) no-repeat left;
	height: 200px;
}
#headline img {
	float: right;
	border: thin solid #1100d7;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-top: 10px;
}
/* Navigation */
#menu {
	float: left;
	width: 160px;
	padding-top: 1.5em;
	font-size: smaller;
	padding-bottom: 0;
	margin: 0px;
	background-color: transparent;
	font-weight: bold;
	padding-left: 10px;
}
#menu ul, #menu li {
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}
#menu ul ul {
	padding-left: 8px;
}
#menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
	margin: 0;
	background: #9aa6f2;
	color: black;
	padding: 3px 0 3px 5px;
	border: 2px outset navy;
}
#menu a:hover {
	display: block;
	text-decoration: none;
	margin: 0;
	background: silver;
	color: #c60000;
	padding: 3px 0 3px 5px;
	border: 2px inset #b90000;
}
#menu_main a:link, #menu_main a:visited{
	display: block;
	text-decoration: none;
	margin: 0;
	background: #9aa6f2;
	color: black;
	padding: 3px 0 3px 5px;
	border: 2px outset navy;
}
#menu_main a:hover {
	display: block;
	text-decoration: none;
	margin: 0;
	background: silver;
	color: #c60000;
	padding: 3px 0 3px 5px;
	border: 2px inset #b90000;
}


#menu_current  {
	border: 2px inset;
	border-color: #b90000!important;
}



#menu fieldset {
	border: 1px solid #b90000;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
	color: white;
}

#menu legend {
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* Main Content */
#mainContent {
	margin: 0 2em 0 200px;
	background-color: transparent;
	padding: 1em 30px 0;
}
.paradeTicker{
	font-weight: bold;
	font-size: 1.25em;
	border: 2px ridge #b90000;
	background: #9aa6f2;
	margin-bottom: 15px;
	padding: 5px 0;
}
/* Deal w/ the calendar table */
.oddrow {background-color: #f0f0f0;}.evenrow {background-color: #fff;}


.tdheader {
	background-color: #b8c6d9;
	border-bottom: 2px solid black;
}
#events {
	
}
#events table {
	border: 1px solid #b8c6d9;
}
#events td {
	padding: 5px;
	white-space: nowrap;
	border-bottom: 1px dotted #b8c6d9;
}
#events h3 {
	margin: 0;
	padding: 0;
}
/* Downloads */
.line, .line_rightalign {
	border-bottom: 1px solid silver;
}
.line_rightalign { 
	text-align: right;
	white-space: nowrap;
	font-size: .95em;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	font-size: 1.1em;
}


/* EO Downloads */
/* Footer */
#footer {
	clear: both;
	text-align: right;
	padding: 1em;
	margin: 0;
	font-size: x-small;
	color: gray;
	border-top: 1px solid #1100d7;
}
#footer a:link, .footer a:visited, .footer a:active {
	color: gray;

}