body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bbbbbb;
	color: #000000;
}
table {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
}


#mainbox_wrapper {
	background-image: url('/images/bg_fade.gif');
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	width: 932px;
	text-align: center;
}
#mainbox {
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	width: 900px;
}


#header {
	background-color: #172763;
	color: #ffffff;
	background-image: url('/images/dcheader.jpg');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 125px;
}
#nav {
	background-image: url('/images/nav_bg.gif');
	height: 27px;
	border-bottom: 1px solid #a0a0a0;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	font-family: tahoma;
	line-height: 18px;
	overflow: hidden;
}

#nav ul {
	float: left;
	width: 870px;
  	margin-top: 6px;
	padding: 0;
	list-style: none;
}
 
#nav li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #ffffff;
} 
#nav a {
	text-decoration: none;
	color: #000000;
}

#footer {
	position: relative;
	text-align: left;
	margin-left: 16px;
	margin-right: 16px;
	border-top: 1px solid #a0a0a0;
	background-color: #000000;
	width 800px;
	height: 40px;
	font-family: helvetica, tahoma, arial;
	font-size: 9px;
}


/* TEXT STYLES */
.sectiontitle {
	color: #0396c3;
}

/* RSS STYLES */
.rssbox {
	font-family: verdana, tahoma;
	width: 320px;
	font-size: 9px;
}

/* COLUMNS */
.rightcol {
background-color: #eeeeee;
border-left: 1px solid #c0c0c0;
}

/* CALENDAR STYLESHEET */
#calendar {
	margin-left: 12px;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#calendar td {
    border:1px solid #ddd;
    color:#555;
    padding:3px;
    text-align:right;
}

#calendar th {
    padding:5px;
	background-image: url('/new/scripts/hbg.gif');
	background-repeat: repeat-x;
    color:#000;
}
#calendar .actday{
	background-image: url('/new/scripts/hbg.gif');
	background-repeat: repeat-x;
    font-weight:bold;
	background-color: #c0c0c0;
}
#calendar .meeting {
	font-weight: bold;
	color: #ff0000;
}
#calendar .days{
    background-color:#f1f1f1;
}

#calendar .month{
    width:150px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}
/* ALL PAGES */


#content {
	border-top: 1px solid #c0c0c0;
	padding: 15px;
	font-size: 11px;
}
.contentbox .header {
	color: #0396c3;
	}


/* DOWNLOADS PAGE */
.downloads a{color: #ce6800; }


/* MEETINGS HISTORY PAGE */
.meetings TD {padding-left: 10px;}
.meetings .main {color: #0396c3; font-weight: bold; padding-bottom: 5px;}
.meetings .item {
	color: #808080;
	font-weight: bold;
	text-align: right;
	}


/* LOGIN BOX */
.loginbox {
font-family: verdana;
font-size: 9px;
width: 150px;
height: 80px;
border: 1px solid #c0c0c0;
padding: 0px;
border-collapse: collapse;
}
.loginbox input {
font-size: 9px;
}
.loginbox .titlebar {
	background-image: url('/new/scripts/hbg.gif');
	background-repeat: repeat-x;
    color:#ffffff;
	font-weight: bold;
}
