/*

dark blue: 00002b
bright blue: 0000aa

red logo: 98151d
blue logo: 3f3e8e

min-height hack: http://www.dustindiaz.com/min-height-fast-hack/
lists: 

*/

html, body
{
	height: 100%;
}

body
{
	background-color: #00002b;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-x;
}

#doc2
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;

	min-height: 100%;
	_height: auto !important;
	height: 100%;
}

#hd
{
	height: 120px;
}

#logo
{
	float: left;
	margin-left: 10px;
}

#mainLinks
{
	float: left;
	clear: none;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	margin-top: 95px;
}

#mainLinks li
{
	float: left;
	text-align: center;
	margin-left: 4px;
	border: 1px solid #aaaaaa;
}

#mainLinks a, #mainLinks a:visited
{
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: 25px;
	width: 80px;
	/* possible colors: 0000ee, 3f3e8e */
	color: #3f3e8e;
	text-decoration: none;
	background-image: url(../images/mainlink_background.png);
}

#mainLinks a:hover
{
	background: none;
	color: #98151d;
}

#content
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 110%;
}

/* possible colors: f07c24, 98151d */

#content h1
{
	color: #98151d;
	font-weight: bold;
	font-size: 150%;

	width: 100%;
	border-bottom: 1px solid #98151d;
	margin-bottom: 15px;
}

#content h2
{
	color: #98151d;
	font-weight: bold;
	font-size: 130%;

	width: 100%;
	border-bottom: 1px solid #98151d;
	margin-bottom: 15px;
}

#content h3
{
	color: #98151d;
	font-weight: bold;
	font-size: 120%;

	width: 100%;
	border-bottom: 1px solid #98151d;
	margin-bottom: 10px;
}

#content hr
{
	width: 100%;
	height: 2px;
	background-color: #00002b;
	margin-bottom: 15px;
}

/* border: eeeeee 1958b7 */
#content .block
{
	width: 96%;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f6f6ff;
	margin-bottom: 15px;
}

#content p
{
	margin-bottom: 10px;
}

#content ul
{
	margin-bottom: 15px;
}

#content li
{
	list-style-type: square;
	list-style-position: inside;
}

/* navigation */
#navcontainer
{
	width: 160px;
	margin-top: 40px;
	margin-left: 15px;
	font-weight: bold;
	background-color: #90bade;
	color: #333;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

/* miscellaneous */

.redLogo
{
	color: #98151d;
}

.deepBlue
{
	color: #00002b;
}

.important
{
	color: #00002b;
	font-weight: bold;
}

.important2
{
	color: #98151d;
	font-weight: bold;
}

#footer
{
	position: absolute;
   	bottom: 0px;
	width: 930px;
	height: 20px;
	font-size: small;
	border-top: 2px dotted #3f3e8e;
}

#copyright
{
	margin-top: 10px;
	margin-left: 350px;
	line-height: 20px;
}