@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 80%;
	background-color: #666;
}

h1, h2, h3 {color:#4c8252;}

h1 {font-size: 150%;}

h2, h3 { font-size:120%;}
	



#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin:0 auto;
	padding:0;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	
	
} 

#containerHome {
	width: 900px;
	border: 1px solid #000000;
	text-align: left;
	margin:0 auto;
	padding:0;
	background-color: #FFFFFF;
	
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
		
}




/*HEADER*/

#header {
	
	padding:0px;
	background-color: #496165;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header img {padding:0px;}

#subHeader {margin-left:25px;}
#subHeader img {border:none;}


/* MAIN CONTENT */
#mainContent {
	margin:0 0 0 220px;
	padding: 20px 20px 0 20px;
	color:#010101;
	width:630px;
}

.home #mainContent {
	width: 400px;
}

#mainContent a:link, #mainContent a:visited {
	color: #496868;
	text-decoration:underline;
	font-size:100%;
}

#mainContent a:hover {
	text-decoration:none;
}

#footer {

	
	background-color: #DDDDDD;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding:5px 20px;
	text-align:center;
} 


#footer img {border:none;}

#footerLinks {
	width:900px;
	margin:0 auto;
	background:#666;
	
		
}

#footerLinks a:link, a:visited {
	font-size:85%;
	color:#999;
	text-decoration:none;

}

#footerLinks a:hover {
	text-decoration: underline;
}


/* SIDEBARS */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px;
	padding: 0px;

}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background:#EBEBEB;
	width: 195px;
	padding: 5px;
}



.sidebarItem {
	background-color: #FFF;
	margin:10px 0;
	border: 1px solid #4c8252;
	padding: 0 10px 10px;
	text-align:left;
	color:#333;
}


.sidebarItem a {
	text-decoration:underline;
	color: #496868;
		font-size:100%;	
}

.sidebarItem a:hover {text-decoration:none;}

#sidebar1 .sidebarItem {margin:10px;}


#calendar {
	background:#fff;
	height:auto;
	border: 1px solid #4c8252;
	margin:10px;
	padding:0 auto;
	
}

.calendar-month {
	font-weight:bold;
}

#dates {width:180px; margin:5px; auto; 10px; auto;}



.calendar-prev, .calendar-prev A { 
	color:#4c8252;
	text-decoration: none;
	font-weight: bold;
	font-size:110%;
}
.calendar-next, .calendar-next A {
	color:#4c8252;
	text-decoration: none;
	font-weight: bold;
	font-size:110%;
}

.calendar-prev a:hover { 
	
	font-size:110%;
}
.calendar-next a:hover {

	font-size:110%;
}




td.linked-day a {
	text-decoration:underline;
	color: #496868;
	font-size:100%;
	font-weight:bold;
}

#dates td {padding:2px;}

td.linked-day a:hover {
	text-decoration:none;
}



#newsletter {
	background:#ffffcc; 
	border:solid 2px #bbcd67;
}

.newsletterBody {padding:5px;}
.newsletterBody a {	
font-size:100%;
color: #496868;
text-decoration:underline;
}

.newsletterBody a:hover {text-decoration:none;}
	
.newsletterHeader {
	font-size: 18px;
	text-align:center;
	padding:5px;	
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}






/* FLOATS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* MISC */


.entry {margin-bottom:10px; width:100%; overflow:hidden;}
.entry img {float:left; margin-right:10px;}


#news .entry img {width:100px; height:130px; border: 1px solid #4c8252; }

#news .entry ul {
	margin-left:100px;
	
}



.technical p {
		margin-left:140px;
}

.technical ul {
		margin-left:140px;
}
		


.home img {border: 1px solid #4c8252;}

.featured-member img {border:0px;}


#printtext {
	font-size: small;
	margin:20px 0;
	float:right;
	clear:both;
}

img {
	border:none; padding: 0px;
}

.pdf {font-size: x-small}

div.figure {
	float: right;
	width: 50%;
	margin-left: 10px;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.email {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.loggedIn {
	padding-left: 27px;
	font-size: 12px;
	font-weight: lighter;
}

div.imageAndCaption {
	float: right;
	width: 50%;
}

div.imageAndCaption p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

/* FOOTER */

