/*********************************************************************
* Items to be used within the Template                               *
* Do not change                                                      *
**********************************************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#0f4373;
}
body a {
	text-decoration: none;
	color: #840000;
	font-weight: bold;
}
body a:hover {
	text-decoration: underline;
}

.MainC{
      width:700px;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	border:2px solid black;
}
.divs{
	margin:10px 5px;
	padding:5px;
	border:1px solid #999999;
}
.divs a{
	color:#840000;
}

.submitform{
	color: #21536A;
	font: small Verdana,sans-serif;
	font-size:13px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.submitform input,select{
	font-size:13px;
}

.required_field{
	color: red;
	font: small Verdana,sans-serif;
	font-weight: bold;
	font-size:8px;
}

.form_line{
	margin-top:5px;
}

.form_line input,select{
	vertical-align:middle;
}

.sectionsHeader{
	font: bold 134% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

.submenuTitle {
	color:maroon;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
/*	letter-spacing: 5px;*/
/*	background-color:#3358AD;*/
}

.FloatLeft {
	float:left;
	margin-left:5px;
	margin-right:5px;
	border:1px solid black;
}
.FloatRight {
	float:right;
	margin-left:5px;
	margin-right:5px;
	border:1px solid black;
}

.Caption {
	font-size:10px;
	margin:0px 3px 0px 3px;
	padding:0px;
	text-align:left;
}

.UnderMenuLI li{
	margin-left:-25px;
}

.DirectorTitle {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	color:#999999;
}

.ConfAbstractEx {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

.CalendarMonth {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#2a6ebb;
	font-style:italic;
}




