body{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}



/*-----Basic formatting styles below-----*/

img{
	border: none;
}
h2{
	color: #5C6371;
	font-size: 1.2em;
	border-bottom: 2px solid #FFBB00;
	background: url(/images/arrows.gif) left no-repeat;		/*A 10x10 image. Aligned center left.*/
	padding-left: 24px;		/*To clear the background image on the left.*/
}
table{
}



/*-----Layout formatting styles below-----*/

.header {
	background: url(/images/logo-right.gif) right repeat-x;
}

.leftNav{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.leftNav ul{
	margin: 0px;
	padding: 0px;
}
.leftNav li{
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
/*	padding-top: 3px;
	padding-bottom: 3px;*/
	border-bottom: 2px solid #FFFFFF;
	font-size: .7em;
}
.leftNav a, .leftNav a:visited{
	text-decoration: none;
	/*color: #8b8b8b;*/
	color: #878773;
	font-weight: bold;
	background-color: #F4F5F0;
	border-left: 8px solid #D2D2B4;		/*A box on the left of the link.*/
	padding-left: 5px;					/*Put space between the link and the box.*/
	padding-right: 2px;
	padding-top: 2px;			/*Padding-top and -bottom are to push text inside the background box.*/
	padding-bottom: 4px;
	display: block;				/*To make backgrounds go all the way across, evenly.*/
}
.leftNav a:hover{				/*On hover, change the color of the box and the link.*/
	color: #000000;
	border-left: 10px solid #000000;
}
.leftNav p{
	background-color: #D2D2B4;
	color: #000000;
	text-align: right;
	font-size: .7em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 0px;			/*Margin-top: 0px is needed in FireFox to push the menu up against the header.*/
	margin-bottom: 0px;
}

.content{
	float: left;
	width: auto;
	padding: 25px;
}
.content a, a:visited{
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.content ul{
	list-style-image: url(/images/arrow-bullet.gif);
}

.rightNav{
	float: right;
}

.clearer{
	clear: both;
}

.footer{
	background-color: #557da5;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	margin-top: 1px;
	FONT-SIZE: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}