﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;

}

body {
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;

}

#SideContent {
	min-width: 300px;
	width: 25%;
}

#MainFrameContainer {
	margin-top: 0;
	padding-top: 2px;
	min-width: 800px;
	width: 75%;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

.Title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #6C0000;
}

.MedTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}


.SubTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6C0000;
}

.smallTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic

}

.b {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;

}

.bu {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.goldtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
}

.whitetext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;

}

a {
color: #336699; }

a:hover {
color: #6c0000; }

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Ariel;
color: #000000;
line-height:18px;
z-index:100;   
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

.SeminarNumeral {
   font-family: "Broadway BT", Broadway, sans-serif;
   font-size: 36px;
   font-weight: bold;
   color: #CC9900;
   text-shadow: #880000;
}

.RegLink {
	 border: 1px solid #999999;
	 background-color: #9E0508;
	 color: #fefefe;
}
.RegLink a {
	color: #fefefe;
}
.RegLink a:hover {
	color: #999999;
}

td.pullquote{
   background-color: #F5F5DC; color: #000000; font-weight: normal; border: solid #000000; border-width: 2px 0;
}