/* CSS Document */

body {
	background-color:#fff;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}
#header {
	width:796px;
	height:58px;
	background-color:#fff;
	text-align: center;
	/*padding-top: 31px;*/
	margin-top: 31px;
}
#navBar {
	width:796px;
	height:20px;
	background-color:#39f;
	margin-bottom: 11px;
}
#subHead {
	width:796px;
	height:50px;
	background-color:#fff;
	border-top: 1px solid #39f;
	border-bottom: 1px solid #39f;
}
#mainContent {
	width:796px;
	background-color:#fff;
	padding-bottom: 20px;
}
#footer {
	width:796px;
	background-color:#fff;
	padding-bottom: 20px;
	border-top: 1px solid #39f;
}

P {
	font-size: 75%;
}
P.navText {
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}
P.footText {
	font-size: 70%;
	text-align: center;
}
P.copyright {
	text-align: center;
	font-size: 60%;
}

TABLE.lectures{
	border: 1px solid #06c;
}

TD.lectureHead{
	font-size: 70%;
	font-weight: bold;
	background: #06c;
	color: #fff;
	padding: 2px 3px;
}

TD.lecture1{
	background: #ccf;
	font-size: 70%;
	vertical-align: top;
	padding: 5px 3px;
	color: #039;
}

TD.lecture2{
	background: #ddf;
	border-top: 1px solid #06c;
	border-bottom: 1px solid #06c;
	font-size: 70%;
	vertical-align: top;
	padding: 5px 3px;
	color: #039;
}

H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #06c;
}
H1 {
	font-size: 130%;
}
H2 {
	font-size: 120%;
	margin-bottom: -6px;
}
H2.tagline {
	font-size: 140%;
	font-weight: normal;
	color: #999;
	padding-top: 0px;
	margin-bottom: -2px;
}
H3 {
	font-size: 100%;
}

H3.agent {
	font-size: 90%;
	padding-top: 6px;
	margin-bottom: 0px;
}

.contactForm{
	background-color: #eef;
	color: #009;
}

A:Link {
	color: #06c;
}
A:Visited {
	color: #06c;
}
A:Hover {
	text-decoration: underline;
	color: #39f;
}

A.navLink:Link {
	text-decoration: none;
	color: #fff;
}
A.navLink:Visited {
	text-decoration: none;
	color: #fff;
}
A.navLink:Hover {
	text-decoration: none;
	color: #9ff;
}

A.footLink:Link {
	text-decoration: none;
	text-transform: uppercase;
	color: #06c;
}
A.footLink:Visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #06c;
}
A.footLink:Hover {
	text-decoration: underline;
	color: #39f;
}

A.copyLink:Link {
	text-decoration: none;
	color: #06c;
}
A.copyLink:Visited {
	text-decoration: none;
	color: #06c;
}
A.copyLink:Hover {
	text-decoration: underline;
	color: #39f;
}

