@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background-color: #C3C3C3;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 14px;
	color: #025B82;
	font-style: italic;
}
h2 {
	font-size: 18px;
	color: #025B82;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000033;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #025B82;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
dt {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.coursetitles {
	background-color: #0385BC;
	background-image: url(../images/bak1_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maincont .tdpadwbak .coursetitles h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-indent: 6px;
}


dd {
	font-size: 13px;
	color: #000000;
}
.pagetitles {
	font-size: 16px;
	font-variant: small-caps;
	margin-right: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #C3ECFE;
	letter-spacing: .15em;
}
.smllcopy {
	font-size: 10px;
	color: #333333;
}
.tdpad {
	padding: 10px;
}
.tdpadwbak {
	padding: 10px;
	background-image: url(../images/bakcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ulmenu {
	font-size: 14px;
	line-height: 24px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/heart25x25.gif);
}
.error {
	color: #FF0000;
}
.maincont {
	border: 3px double #0066FF;
}

