/* CSS Document */

body {
	background-color:#c0ac7b;
	color:#000000;
	text-align:center;
	padding: 0px; 
	margin: 6px 0px 0px 0px;
}

#BUC {display:none;}

#outerContainer {
	background-color:#ffffff;
	color:#000000;
	width:700px;
	margin: 0px auto 0px auto;
	text-align:left;
	border: none; 
	padding: 0px;
}

#bannerPanel {background-color:#112471;color:#000000;}

#innerContainer {
	display: block;
	width: 100%;
	float:left;
	background-color:#112471;
	color:#000000;
	border-top:thin solid #d3d3d3;
	border-bottom:thin solid #d3d3d3;
}
#sidePanel {
	background-color:#112471;
	color:#ffffff;
	float:left;
	width:150px;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
}

#sidePanel ul { 
	margin: 10px;
	padding: 0px;
	border: 0px; 
}

#sidePanel li { list-style:none; margin:0px 0px 0px 0px;}

#sidePanel a{
	display:block;
	background-color:#112471;
	color:#ffffff;
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#contentPanel {
	background-color:#ffffff;
	color:#000000;
	text-align:left;
	float:right;
	width:540px;
	padding: 5px;
}

#footerPanel {
	margin:auto;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	width:700px;
}
#footerLeft 	{ width:30%; text-align:left; float:left;}
#footerCenter	{ width:40%; text-align:center;float:left;}
#footerRight	{ width:30%; text-align:right;float:right;}

#author { color: #000000; text-decoration: none;}

h1 {font-size:x-large;}
h2 {font-size:large;}
