/* CSS Document */

body	{
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: small;
	color: #333333;
	text-align: center;	
	background: #A1BAD0;
}

#wrapper	{
	width: 780px;
	text-align: left;
	margin: 0 auto 2% auto;
	background: url(../images/bodies_bkgnd.jpg) no-repeat fixed center 145px;
	border: thin solid #566c84;
}

#main	{
	margin-left: 180px;
	padding: 145px 3em 1em 3em;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;	
}

/*style for heads and subheads*/
h1, h2, h3 {	color: #566c84;	}
h1 {	font-size: 180%; font-style: italic; font-weight: normal; margin-top: .5em; margin-bottom: 1.5em; border-bottom:thin solid #627b92; }
h2 {	font-size: 140%; font-style: italic; font-weight: normal;	}
h3	{	font-size: 120%; font-style: italic; font-weight: normal;	}
h4	{	font-size: 90%;	}
/*style for basic text elements*/
p, ul, dl {	font-size: 95%; line-height: 170%;	}

/*for table on schedule page*/
table	{
	font-size: 90%;
	line-height: 125%;
	border-top: 1px solid #627b92;
	border-left: 1px solid #627b92;
	border-collapse: collapse;
	border-bottom: 1px solid #627b92;
	border-right: 1px solid #627b92;
	margin-top: 5px;
	margin-bottom: 5px;
}
table th	{
	padding: 5px;
	text-align: left;
}
table td	{
	padding: 5px;
	border-top: 1px solid #627b92;
	border-left: 1px solid #627b92;
}
table caption	{
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}
table tr.head	{
	background-color:#566c84;
}
.sched	{ color:#A1BAD0; }


.class	{ font-style: italic; font-size: 90%; font-weight: bold; }
.name	{ font-size: 90%; font-style: normal; }	
.note	{ font-style: italic; font-weight: bold;	}
.small	{ font-size: 75%; }
.contact { color: #566c84; font-style: inherit; font-weight: bold; margin: -10px 0 2.5em 0;	}
.img_left	{	float: left; margin: 0 1.5em 1.5em 0; padding: 2px; border: thin solid #627b92; }
.img_right	{	float: right; margin: 0  0 1.5em 1.5em; padding: 2px; border: thin solid #627b92; }
.top	{ font-size: 80%; margin: 2em 0 2em 0;	}
table.blog	{ text-align: center; background-color:#F7F0C8; color:#339;}
table.blog td	{	padding: 15px; line-height: 30px;	}
table.blog td a:hover { color:#339;}

/*style for links*/
a:link		{	color:#33547D; text-decoration: none;	}
a:visited	{	color: #33547D; text-decoration: none;	}
a:hover		{	color: #FFFFCC; text-decoration: underline;	}

/*style for left nav*/
#nav	{
	float: left;
	background-color:#566c84;
	width: 180px;
	font-family: Verdana, Helvetica;
	font-variant: small-caps;
	font-size: 10px;
	color: #FFFFCC;
	letter-spacing: 0.25em;
}
#nav ul	{
	list-style-type: none;
	padding: 0 0 6em 0;
	margin: 1em 0 0 1em;
}
#nav ul li	{
	 border-bottom: 1px solid #405362;
	 padding-bottom: 2px;
	 margin-bottom: 1.75em;
	 padding-left: 18px;
}
#nav ul li.space	{
	 border-bottom: none;
	 margin-bottom: 5em;
}
#nav ul li.selected	{
	 background: url(../images/nav_bullet.gif)  no-repeat 5% 45%;
	 border-bottom: 1px solid #405362;
	 padding-bottom: 2px;
	 padding-left: 18px;
	 margin-bottom: 1.75em;
}
#nav ul li a:link	{
	color: #D6C69C;
	text-decoration: none;
}
#nav ul li a:visited	{
	color: #D6C69C;
	text-decoration: none;
}
#nav ul li a:hover	{
	color:#FFFFFF;
	background:#405362;
	text-decoration: none;
}

#footer	{ margin-top: 3em; border-top: 1px solid #566c84; padding-top: 0px; text-align: center; font-size: .85em;	}