/* CSS Document */
body
{
margin: 0;
background-color: #C0AF82;
font-family: "Trebuchet MS", "Times New Roman", serif;
color: #001c58;
font-size: 12px;
text-align: center;
}
#wrapper
{
background-color:#fff;
width: 961px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 1px solid #920024;
}
#top
{
background-image: url(../images/top_bsc.jpg);
background-repeat: no-repeat;
width: 961px;
height: 100px;
}
#top a
{
width: 300px;
height:100px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
width: 961px;
height: 18px;
border-top: 2px solid #920024;
border-bottom: 2px solid #920024;
}
#menu ul
{
margin: 0 0 0 0;
padding: 0 0 3px 0;
}
#menu li
{
margin: 0;
list-style-type: none;
display: inline;
}
#menu a:link, #menu a:visited
{
float: left;
text-decoration: none;
color: #920024;
margin: 0;
padding:  0 20px  0 20px;

}
#menu a:hover, #menu a:active
{
color: #fff;
background-color: #920024;
}
#footer
{
width: 961px;
height: 60px;
background-color: #667a87;
}
#footer ul
{
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#footer li
{

margin: 0;
list-style-type: none;
display: inline;
}
#footer a:link, #footer a:visited
{
color: #fff;
text-decoration: none;
font-size: 10px;
margin: 0;
padding:  0 10px  0 10px;
line-height: 20px;
}
#footer a:hover, #footer a:active
{
color: #920024;
text-decoration: underline;
}
.footerleft
{
float: left;
width: 127px;
margin-left: 5px;
}
.footerright
{
float: right;
width: 92px;
margin-right: 20px;
margin-top: 10px;
}
#content
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 941px;
padding: 10px;
margin: 0;
}
.boldred
{
color: #900028;
font-weight: bold;
font-size: 13px;
}
h1
{
font-size: 18px;
font-weight: bold;
}
h2
{
color: #900028;
font-size: 14px;
}

h3
{
color: #900028;
font-size: 14px;
}
.darkblue_bold
{
color:#000066;
font-size:16px;
font-weight: bold;
}
.bscfont
{
color: #900028;
font-weight: bold;
font-size: 13px;
}
.red_bold
{
color: #900028;
font-weight:bold;
font-size: 14px;
}
.linknounder a:link, .linknounder a:visited, .linknounder a:hover, .linknounder a:active {
	color: #900028;
	font-weight:bold;
	text-decoration: none;
}

.linkunder a:link,.linkunder a:visited, .linkunder a:hover, .linkunder a:active {
	color: #900028;
	text-decoration: underline;
}

.resultTable{
	border:1px solid #900028;
}

.resultTable TH{
	border:1px solid #900028;
	padding:2px;
	color:#FFFFFF;
	background-color: #900028;
}

.resultTable TD{
	border:1px solid #900028;
	padding:2px;
}

#addressBox{
	width:400px;
	padding-left:560px;
	color:#FFFFFF;
}
#addressBox a{
	display:inline;
	color:#FFFFFF;
}
.topicTitle{
	font-size: 16px;
	font-weight: bold;
	color:#000066;
}
.postTitle{
	font-size: 14px;
	font-weight: bold;
	color:#000066;
}
.authorLine{
	font-style:italic;
	color:#000066;
}
.innerContent{
	width:770px;
	margin-left:80px;
}