/*CSS Style Sheet */

.content-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #660044;
}
.page-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #275f97;
	font-weight: 300;
}
.announce-text {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.seminar-head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	color: #660044;
}	
.content-text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #660044;
}
.footer-text {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dl {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* style the outer div to give it width */
.menu {
	font-size:0.85em;
	padding-bottom:15px;
	width:550px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:1.5em;
	background:#275f97;
}

/* float the list items to make it horizontal and a relative positon */
.menu ul li {
	float:left;
	position:relative;
	height:1.5em;
	line-height:1.5em;
}

/* style the menu links */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	padding:0 3em 0 1em;
}

.menu ul table ul a, .menu ul table ul a:visited {
	width:14em;
	width:12em;
}

/* style the table so that it takes no part in the layout  */
.menu table {
	position:absolute;
	left:0;
	top:0;
	font-size:1em;
}
.menu ul ul table {
	left:-1px;
}
.menu ul ul table ul.left {
	margin-left:2px;
}

/* style hover */
.menu a:hover {
	color:#000;
	background:#81a2c2;
}

/*style visited */
.menu a:visited {
	color:#CCCCCC;
}

#errordiv {
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
  width: 50%;
  margin: 5px;
  padding: 5px;
}

.required {
  background-color: #CC4444;
}

.required:focus {
  background-color: #fff;
  border: 1px solid #f00;
}

.checkit {
  background-color: #E0E5EF;
}
