@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b2a487;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 13px;
}
.bcc #container {
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #00007e;
	text-align: left; 
} 
.bcc #header {
	background: #00007e;
	padding: 10px;
	font-size: 11px;
	font-style: italic;
} 
.bcc #sidebar1 {
	float: left;
	width: 250px;
	background: #ffffff;
	padding: 0px 20px 20px 20px;
	border-right: dashed #00007e 3px;
	border-bottom: dashed #00007e 3px;
}
.bcc #sidebar1 li {
	color: #00007e;
	padding: 10px 0px 10px 0px;
}
.bcc #sidebar1 li span {
	color: #00007e;
}
.nav {
	color: #b2a487;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	list-style-type: circle;
}
a.nav:link {
	color: #b2a487;
	text-decoration: none;
	font-weight: bold;
	list-style-type: circle;
}
a.nav:visited {
	color: #00007e;
	text-decoration: underline;
	font-weight: bold;
	list-style-type: disc;
}
a.nav:hover {
	color: #00007e;
	text-decoration: underline;
	font-weight: bold;
	list-style-type: disc;
}
h1  {
	color: #00007e;
	font-weight: bold;
	font-size: 19px;
	padding: 0px 0px 10px 0px;
} 
h2  {
	color: #00007e;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
} 
h3  {
	color: #00007e;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-style: italic;
} 
.textbox {
	padding: 0px 10px 15px 20px;
	border: dotted #00007e 3px;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px 10px 15px 20px;
	float:right;
	width:180px;
}
.textsmall {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
.textsmallblue {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	color: #00007e;
}
.bcc #mainContent {
	margin: 0 0 0 300px;
	padding: 0 20px;
} 
.bcc #footer {
	padding: 20px;
	background:#00007e;
	color: #FFFFFF;
} 
.footerleft {
	font-size: 11px;
	float:left;
	width:290px;
} 
.footercenter{
	font-size: 15px;
	text-align: center;
	width:280px;
} 
.footerright{
	font-size: 11px;
	float:right;
	width:280px;
	text-align: right;
} 
.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bcc #mainContent img {
	color: #00007e;
	padding: 10px 10px 10px 10px;
	border: dashed #00007e 3px;
	margin: 10px 10px 10px 10px;
}
li {
	color: #00007e;
	padding: 0px 0px 5px 0px;
	list-style-type: square;
}
li span {
	color: #00007e;
}
a:link {
	color: #b2a487;
	text-decoration: none;
}
a:visited {
	color: #b2a487;
	text-decoration: underline;
}
a:hover {
	color: #b2a487;
	text-decoration: underline;
}

