/* CSS Document */
body{
	margin: 0px;
	border: 0px;
	background-color: #339494;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#body{
	margin: auto;
	margin-top: 20px;
	width: 720px;
	height: 130%;
	border: 1px solid #666;
	background: #FFFFFF;
	line-height: 100%;
	text-align:left;
}
#header{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	width: 720px;
	height: 100px;
}
#logo{
	height: 56px;
	/*background-image:url(../images/logo.gif);*/
	background-image:url(../images/fbc.gif);
	background-repeat:no-repeat;
}
#logo img{
	position:relative;
	top: 10px;
	left: 0px;
}
#motto{
	height: 21px;
	background-image:url(../images/motto.gif);
	background-repeat:no-repeat;
}
#where{
	position: relative;
	font-size:16px;
	line-height:normal;
	text-align: center;
	float: right;
	color: #FFFFFF;
	padding-right: 10px;	
	margin-top: -73px;
}
#where a{
	color: #990033;
	font-weight: bold;
}
#where a:hover{
	color: #FFCC00;
	font-weight: bold;
}
#navbar{
	position: absolute;
	top: 100px;
	color: #0066FF;
}
#navbar a{
	color: #990033;
	text-decoration:none;
	font-weight:bold;
}
#navbar a:visited{
	color: #990033;
	text-decoration:none;
	font-weight:bold;
}
#navbar a:hover{
	color: ##FFCC00;
	text-decoration:underline;
	font-weight:bold;
	/*background-color: #FFFFFF;*/
}
#navbar table{
	border:none;
	/*border-bottom: 1px solid #FFFFFF;*/
}
#navbar td{
	color:#FFFFFF;
	font-size:12px;/*
	padding-left: 10px;
	padding-right: 10px;*/
	width: 60px;
	text-align:center;
}
#navbar td.first{
	padding-left: 0px;
}
#navbar td.mid{
	/*border-left: 2px solid #999999;*/
	width: 10px;
}
#navbar td a{
	color: #990033;
	font-weight: bold;
	text-decoration:none;
}
#navbar td a:visited{
	color: #990033;
	font-weight: bold;
	text-decoration:none;
}
#navbar td a:hover{
	color: #FFCC00;
	text-decoration:underline;
	font-weight:bold;
	/*background-color: #9999999;*/
}
#main{
	position:relative;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#mainpic{
	float: left;
	text-align: center;
	border: 1px solid #999999;
	margin: auto;
	margin-right: 10px;
	width: 200px;
}
#mainpic img{
	width: 200px;
}
#maintext{
	font-size: 16px;
	color:#000099;
	line-height: normal;
}
#maintext td{
	font-size: 16px;
	color:#000066;
	line-height: normal;
}
#sidebar{
	text-align: center;
	position: relative;
	float: left;
	border: 1px solid #000000;
	width: 200px;
	height: 550px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
#sidepic{
	margin: auto;
	text-align: center;
	
	margin: auto;
	margin-top: 10px;
	height: 150px;
	width: 160px;
}
#sidepic img{
	/*height: 150px;*/
	width: 160px;
}
#sidelinks{
	margin-left: 5px;
	margin-top: 5px;
}
#linkpic{
	border: 1px solid #999999;
	margin: auto;
	margin-left: 0px;
	height: 50px;
	width: 50px;
	float: left;
}
#linkpic img{
	width: 50px;
	height: 50px;
}