body
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #174b80 url(back.gif) repeat;
}

#main p.webmaster-note
{
	color: red;
	border: 3px dashed red;
	padding: 20px;
	background: black;
}




#title
{
	height: 80px;
	border-bottom: 2px solid #22489e;
	background: #2987e7 url(title-back.gif) right bottom no-repeat;
}

#title h1
{
	color: white;
	margin: 0px 5px 0px 5px;
	padding-top: 25px;
	padding-left: 350px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	background: url(sideral-label.gif) top left no-repeat;
}

#title h1 span
{
	color: #d3e9ff;
	font-size: 20px;
}

#title h1 a
{
	color: #d3e9ff;
	text-decoration: none;
}

#title h1 a:hover
{
	color: white;
	border-bottom: 1px solid #d3e9ff;
}








#navigation
{
	background: #2069b3 url(navigation-back.gif) right top no-repeat;
	margin-bottom: 1em;
}

#navigation ul
{
	display: block;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	text-align: right;
}

#navigation li
{
	display: inline;
	font-family: "Century Gothic", Futura, Verdana, Arial, sans-serif;
	font-size: 16px;
	/*
	padding: 0px 20px 0px 0px;
	margin: 0px 20px 0px 0px;*/
	margin: 0px 20px;
}

#navigation li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 2px;
	color: #d3e9ff;
	text-decoration: none;
}

#navigation li a:hover
{
	color: white;
	padding-top: 2px;
	border-top: 3px solid #d3e9ff;
}




#sideboxes
{
	width: 180px;
	float: left;
	padding: 0px 10px; /* should have been "margin-left: 10px", but this raises issues with IE6 */
	font-size: 12px;
/*	font-size: 80%;*/
}

#sideboxes div.box
{
	background: #2987e7 url(sidebox-body.gif) left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sideboxes div.box h2
{
	color: white;
	background: #2069b3 url(sidebox-title.gif) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0.4em 1ex;
	text-align: left;
}

#sideboxes div.box div.body
{
	padding: 0px 10px;
}


#sideboxes div.box ul
{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sideboxes div.box a
{
	color: #D3E9FF;
	display: block;
	padding: 0.5em 1ex;
	text-decoration: none;
}

#sideboxes div.box li.active
{
	color: black;
	padding: 0.5em 1ex;
	background: white url(active.gif) repeat-x top;
}

#sideboxes div.box a:hover
{
	color: white;
	background: #2069b3;
}

#sideboxes input[type="text"],
#sideboxes input[type="password"]
{
	border: none;
	background: white;
	color: black;
	padding: 1px 2px;
	width: 152px;
	border: 2px solid #2069B3;
	margin: 0px;
}

#login
{
	display: inline;
}

#login div.username
{
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
}

#login input[type="submit"]
{
	display: block;
	margin: 0.5em auto 0px auto;
}







#main
{
	color: black;
	font-size: 14px;
/*	font-size: 90%;*/
	margin-left: 200px;
	padding: 20px;
	background: white url(main-corner.gif) top left no-repeat;
	line-height: 1.5em;
	border-bottom: 2px solid #174b80;
}

#main h1, #main h2
{
	color: #174b80;
/*	font-family: "Century Gothic", Futura, Verdana, Arial, sans-serif;*/
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	margin-top: 3em;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0.5ex;
	letter-spacing: -1px;
}

#main h1
{
	margin-top: 0px;
	border-bottom: 3px solid;
}
/*
#main h1:first-child
{
	margin-top: 0px;
}
*/
#main h2
{
	border-bottom: 2px solid;
}

#main h2:first-child
{
	margin-top: 0px;
}


#main h3
{
	color: #174b80;
	margin-top: 2em;
/*	font-family: "Century Gothic", Futura, sans-serif;*/
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid;
}

#main h3:first-child
{
	margin-top: 0px;
}

#main p
{
	text-align: justify;
}

#main a
{
	color: #2987e7;
	text-decoration: underline
}

#main a:hover
{
	color: #174b80;
}

#main a.pdf
{
	background: url(pdf.gif) top right no-repeat;
	padding-right: 44px;
}

#main a.out
{
	background: url(out.gif) top right no-repeat;
	padding-right: 15px;
}

#main a.go
{
	background: url(go.gif) center left no-repeat;
	padding-left: 25px;
}

#main a.manage
{
	color: orange;
	background: white;
	font-family: "Courier New", Courier, monospace;
/*	font-size: 16px;*/
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid;
	vertical-align: top;
	text-decoration: none;
}

#main a.manage:hover
{
	color: red;
	background: orange;
}

#main a img
{
	border: none;
}



#main div.documents-list h3
{
	border-bottom: none;
	padding-bottom: 0px;
}

#main div.documents-list h3:first-child
{
	margin-top: 2em;
}













#foot
{
	background: #2069b3 url(foot-corner.gif) bottom left no-repeat;
	color: #73ace7;
	margin-left: 200px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 1em 20px;
	text-align: center;
}

#foot a
{
	color: #d3e9ff;
	text-decoration: none;
}















/* manage */

#successes h1,
#successes h2
{
	color: green;
}

#successes a
{
	color: lime;
}

#successes pre
{
	border: 1px dashed gray;
	padding: 1em;
}

#failures h1,
#failures h2
{
	color: maroon;
}


#failures pre
{
	border: 1px dashed gray;
	padding: 1em;
}

#failures a
{
	color: red;
}