/* CSS Document */
/* General HTML */
.subtitle {color: #09455B; font-weight: bold; }
img	{
	border: 0;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #7d9b3d;
	text-decoration: underline;
	}


/* layout #8A8B74*/

body{
	background-color: #6e8899;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#main {
	background-color: #fff;
	border: 10px solid #fff;
	width: 900px;
	margin: 20px auto 10px auto;
	padding: 0px;
	}

#header {
	background-color: #fff;
	}
		

#content {
	padding: 20px;
	margin-left: 220px;
	border-left: 2px solid #cccccc;
	background-color: #ffffff;
	line-height:2.0em;
	}

#sidebar {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left: 0px solid #cccccc;	
	}
	
#content1 {
	padding: 20px;
	margin-left: 170px;
	border-left: 2px solid #cccccc;
	background-color: #ffffff;
	line-height:2.0em;
	}

#sidebar1 {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left: 0px solid #cccccc;	
	}

#content2 {
	padding: 20px;
	margin-left: 190px;
	border-left: 2px solid #cccccc;
	background-color: #ffffff;
	line-height:2.0em;
	}

#sidebar2 {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left: 0px solid #cccccc;	
	}
	
#footer	{
	padding: 5px 0px 10px 10px;
	background-color: #a4c2c2;
	color: #ffffff;
	font-size: 11px;
	clear: both;
	border-top: 3px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	}


/* navigation #6B8F5A*/

#globalnav {
	background-color: #a4c2c2;
	padding: 7px 30px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

.global {
	color: #334A33;
	/*font-weight: bold;*/
	padding: 7px;
	text-decoration: none;
	}
	
.global:hover {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
	padding: 7px;
	background-color: #999900;
	}
	
	
/* colored backgrounds */

.white {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #ffffff;
	border-bottom: 1px dashed #999999;
	}

.grey {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #DCDDDE;
	border-bottom: 1px dashed #999999;
	}

.content {
	padding-left: 20px;
	padding-right: 5px;
	}

.links {
	color: #7d976b;
	text-decoration: none;
	font-weight: bold;
	}
	
.links:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}
	
.title
{
	text-transform: uppercase;
	font-weight: bold;
}

.small { font-size: 9px; }
----------------------------------
/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #7d976b;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.links {
	color: #7d976b;
	text-decoration:underline;
	font-weight:bold;
	}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.biblio {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}	
	
.biblio2 {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #7d976b;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #7d976b;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	

