/*
-----HEX COLOR PALETTE-------
#2f4b95 - dark blue (type)
#3553a1 - dark blue
#9d9dc8 - light blue
#dcd7d2 - tan
#8b7b6a - brown
*/


/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #736657;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	list-style-position: inside;
	list-style-type: circle;


}

/* style for large div that forms page layout. */
#page {
	margin: auto;
	padding: 0px;
	width: 970px;
}


/*------------Styles for div containers in page layout.-------------------*/
#global{
	float: left;
}
#logo{
	float: right;
}

#banner {
	clear: both;
	background-color: #3553a1;
	padding: 0px;
	}
#nav {
	height: 24px;
	text-align: right;
	background-color: #3553a1;
	border-bottom: 3px solid #8b7b6a;
	padding:0px;
}

#nav img{
	margin: 0px;
	padding: 0px;
}

#nav a {
	margin: 0px;
}

#left {
	width: 200px;
	height: 300px;
	float: left;
	padding: 20px 30px 0px 24px;
}

.home {
	background-image:url(../images/bg_numbers.gif);
	background-repeat: no-repeat;
}

#rightContent {
	width: 500px;
	float: left;
	padding: 24px;
}

#content {
	/* width: 500px; */
	width: 922px;
	float: left;
	padding: 24px;
}

#right {
	float: left;
	padding: 30px;
	margin: 0px;
}
#footer {
	font-size;
	bottom: auto;
	left: 44px;
	top: 531px;
	width: 970px;
	height: 42px;
	font-size: 10px;


0.6em;
	clear: both;
	padding: 5px;
	border-top: 1px solid #3553a1;
	text-align: right;
}

/*------------- Subnav links ---------------*/

ul.subnav{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #8b7b6a;
	width: 220px;
	}
	
ul.subnav li{
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	}

.subnav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding: 8px;
	margin: 0px;
	color: #2f4b95;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
	text-decoration: none;
	border-bottom: 1px solid #8b7b6a;
	font-weight: bold;
}

.subnav a:hover {
	color: #9d9dc8;
	background-image:url(../images/arrow-over.gif);
}

.subnav a.on {
	color: #2f4b95;
	background-color: #dcd7d2;
	background-image:url(../images/arrow-on.gif);

}


/* Regular links on page - normal state */
a {
	color: #9d9dc8;
}

/* Regular links - roll-over state */
a:hover {
	color: #2f4b95;
}


/*------------ Type styles --------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2f4b95;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


p.bold {
	font-size: 1em;
	color: #3553a1;
	line-height: 1.6em;
	font-weight: bold;
}

p {
	line-height: 1.4em;
}

/* Bulleted list */
ul {
	line-height: 16px;
	list-style-type: square;
}

/* Numbered list */
ol {
	line-height: 16px;
	list-style-type: decimal;
}

/*------------ Login panel --------------- */

.login{
width: 193px;
}

.login_top{
height: 24px;
background-image:url(../images/login_top.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

.login_bottom{
padding: 0px;
}

.login_content{
margin: 0px;
width: 190px;
padding: 10px;
border: 0px;
background-image:url(../images/login_content.gif);
background-repeat: repeat-y;
padding-right: 0px;
}

.login label{
display: block;
text-size: 0.5em;
color: #2f4b95;
margin: 0px 0px 8px 3px;
}

input.form_button{
margin-left: 90px;
}

