/* Style.css */

/* main stylings */
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(elements/main_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #A9DFE9;
}
td {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #806E4B;
	text-decoration: underline;
}
a:visited {
	color: #5B5B64;
}
a:hover {
	color: #914039;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
color: #9A5C52;
font: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	line-height: 22px;
}

h1.email {
    font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	color: #30A2A3;
}
h3 {
	font-size: 12px;
	line-height: 16px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 -4px 0;
}
h5 {
	font-size: 10px;
	line-height: 12px;
		margin: 0px 0px;
}


/* footer styles */
.footer {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FDF6EC;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #C5B093;
}
.footer a:link {
	color: #5B5760;
	text-decoration: none;
}
.footer a:visited {
	color: #85393D;
	text-decoration: none;
}
.footer a:hover {
	color: #B6381A;
	text-decoration: underline;
}

/* misc stylings */
.quote {
	font: italic 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.maincontent {
	padding: 15px;
}

.setaside {
	background-color: #EAE5DC;
	margin: 5px;
	padding: 5px;
	border: 1px solid #2D7286;
}


.quote {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	color: #529DB2;
	margin-right: 10px;
	margin-left: 10px;
}
.divider {
	background-image: url(elements/divider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 59px;
	width: 100%;
	text-align: center;
}
.hilite {color: #327D93}

.red {
	color: #dc0609;
}
#email_instructor{
	
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d1d1;
}

