/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #fff;
	min-height: 1500px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 9px;
	color: #666; 	
}

a, a:visited {
	color: #587e06;
	text-decoration: none;
}

a:hover {
	color: #83ae27;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
	color: #044e69;
}

h1.underline {
	background: #044e69;
	color: #fff;
	padding-left:2px;
}

h2 {
	font-size: 13px;
	line-height: 18px;
	color: #444;
}

body#resources h2 {
	font-style: italic;
}

body#transcript #main table td {
	border:1px solid #666;
	padding: 0px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

blockquote {
	margin: 5px 0px 15px 15px;
}

#shadow_top {
display: none;
}

#container {
	width: 962px;
	background: none;
	overflow: visible;
	margin: 0px auto;
}

#content {
	width: 948px;
	background: none;
	overflow: visible;
	margin: auto 6px;
	border: none;
}
	
#member_content {
	width: 948px;
	background: #fff url(/site_images/bg_member.gif) top left repeat-y;
	overflow: hidden;
	margin: auto 6px;
	border: #0e3d56 solid 1px;
}
	
body#discussions #content {
	width: 948px;
	background: #fff;
	overflow: hidden;
	margin: auto 6px;
	border: #0e3d56 solid 1px;
}
	
#left_col {
display: none;
}

#right_col {
	width: 780px;
	float:none !important;
}

#header {
display: none;
}

#banner {
	width: 798px;
	height: 75px;
	background: #bcd87b url(/site_images/header_tagline.gif) top left no-repeat;
}

#login {
display: none;
}

#login a {
	color: #044e69;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav {
display: none;
}

#main {
	width: 95%;
	padding: 10px 15px 20px 15px;
}

#main ul {
	list-style-type: circle;
	font-size: 12px;
	line-height: 16px;
	color: #666; 
	margin: 0px 0px 9px 5px;
}

#main li {
	margin-left: 10px;
}

#library_list ul {
	list-style-type: none;
}

#library_list ul li ul {
	list-style-type: none;
	margin-left:15px;
}

.paginate {
	width:470px;
	height: 25px;
	text-align:right;
}

#sponsors {
display: none;
}

#sponsors h1 {
	font-size: 12px;
	line-height: 13px;
}

#sponsors h2 {
	font-size: 12px;
	color: #666;
}

#sponsors p {
	font-size: 11px;
	line-height: 14px;
}

#sponsors a {
	color: #587e06;
}

#enews_subscribe {
	width: 220px;
	color: #666;
	background:#fff;
	padding: 10px;
	text-align:center;
	margin:0px 0px 10px 0px;
	border: #185378 solid 1px;
}

div.image_block {
	text-align: center;
	margin-bottom:5px;
}

#shadow_bottom {
display: none;
}

#footer {
	clear: both;
	text-align: center;
	margin: 10px auto 0px auto;
}

#footer p {
	font-size: 11px;
	line-height: 11px;
	color: #044e69;
	margin-bottom: 5px;
}

#footer a, #footer a:visited {
	color: #044e69;
}

#footer a:hover {
	color: #599ab2;
	background: none;
}

#footer ul {
display: none;
}

#footer li {
	font-size: 11px;
	display: inline;
	padding: 0px 3px;
}

ul#footer_nav  {
	margin-bottom: 9px;
}

#footer_nav a {
	font-size: 12px;
}

/* end global styles */


/*start home page styles */

#features {
	width: 475px;
	overflow: hidden;
	margin-top: 20px;
}

#features h1 {
	color: #666;
	font-size: 13px;
}

#features h2 {
	color: #046589;
	font-size: 12px;
}

#news {
	float: left;
	width: 220px;
	padding-right: 10px;
	border-right: #0e3d56 solid 1px;
}

#articles {
	float: left;
	width: 215px;
	padding-left: 25px;
	border-left: #0e3d56 solid 1px;
	margin-left: -1px;
}

/*end home page styles */



/* start library styles */
#library table {
	border-collapse: collapse;
}

#library td {	
	font-size: 11px;
	color: #333;
	background: #dedede;
	vertical-align: top;
	padding: 5px;
	border: #454545 solid 1px;
}

#library li {
	margin-bottom: 3px;
}

.tablehead {
	font-weight: bold;
}

/*end library styles */

#state_select {
	height:25px;
	text-align:right;
}


/*start calendar styles */

.calendarBG {
 background-color: #185378; 
}

.calendarBlank { 
 background-color: #e1eaf2;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #185378; 
}

.calendarMonthLinks {
	font-family: arial, sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	13px;
 color: #993123; 
 background-color: #ffffff; 
 text-align:  center;
 vertical-align: middle;
}

#calendarEventTitle { 
	font-family: arial, sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
}

#calendarEventTitle p { 
	font-family: arial, sans-serif;
 font-size:         9px;
 line-height:10px;
 margin-bottom: 5px;
 font-weight:		normal;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
}

.calendarToday { 
	font-family: arial, sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #000;
 background-color: 	#bcd87b;
}

.calendarCell {
	font-family: arial, sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 font-size:         9px;
 color:             #0a507f;
 text-decoration:   underline;
}
  
.calendarCell a:visited {
 color:             #0a507f;
 text-decoration:   underline;
}

.calendarCell a:hover {
 color:             #0a507f;
 text-decoration:   none;
}

th {
 font-family: times, serif;
 font-size:         18px;
 color:#ffffff;
 text-decoration:   none;
}
/*end calendar styles */
