@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	font-family: "Georgia", Times New Roman, Times, serif;
}
#container {
	background-color: #ffffff;
	width: 764px;
	font-family: "Georgia", Times New Roman, Times, serif;
}
#welcome {
	font-size: 12px;
	padding:10px;
	padding-left:16px;	
}
.sidebar {
	font-size: 9px;
	padding: 15px;
	padding-top: 5px;
}
.sidebar_low {
	font-size: 9px;
	padding: 15px;
	padding-top: 5px;
}
.dates  {
	font-size: 12px;
	padding: 0px;
}

.sidebar h1 {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 12px;
}
a, a:visited{
	color: #2F679A;
}

a:hover{
	color: #003366;
}

.maincontent {
	padding-left: 15px;
}

.bottomnav {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #003366;
}

.bottomnav a{
	text-decoration:none;
}

h1 {
	font-size: 20px;
	color: #253a50;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #2E689A;
	font-weight: normal;
	margin:0px;
}

.right{
	float:right;	
}

.left{
	float:left;
}

.field_member_view{
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
}

.top_member_view{
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}

.black{
	color:#000000;	
}

