p, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	color: #151A48;
}

p.small {
	font-size: 9pt;
}

hr {
border: 0px;
	border-bottom: 1px dashed #151A48;
	margin-bottom: 16px;
	margin-top: 16px;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #CC0000;
	padding-bottom: 12px;
	border-bottom: 1px dashed #151A48;;
	padding-bottom: 12px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #151A48;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding-bottom: 4px;
}
	/*font-weight: bold;*/

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #999999;
}

table.lines td {

	margin: 0px;
	border-bottom: 1px solid #999999;
	padding: 8px;
	padding-bottom: 10px;

}

 /* - - - main nav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

ul.mainnav {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 8px;
	padding-left: 30px;
}

ul.mainnav li {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 11pt;
}

ul.mainnav a {
	color:#FFFFFF;
	text-decoration:none;
}

ul.mainnav a:hover {
	text-decoration:underline;
}

ul.mainnav li.active a {
	color:#11346F;
	text-decoration:none;
}

ul.mainnav li.active a:hover {
	text-decoration:underline;
}

ul.mainnav img {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
}

 /* - - - left nav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

div.leftnav {
	margin: 0px;
	padding: 20px 20px 50px 20px; 
	background-image:url(leftnavbg.jpg); 
	background-repeat:repeat-y;
}

div.leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	}

div.leftnav li {
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 11pt;
}

div.leftnav a {
	color:#0038CE;
	text-decoration:none;
}

div.leftnav a:hover {
	text-decoration:underline;
}

div.leftnav li.active a {
	font-weight: bold;
	text-decoration:none;
}

div.leftnav li.active a:hover {
	text-decoration:underline;
}


 /* - - - sponsors list - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
 
 
 ul.sponsors {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.sponsors li {
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}

 /* - - - alumni list - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

  ul.alumni {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.alumni li {
	margin: 0px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid white;

}

ul.alumni li:hover {
border: 1px solid blue;
cursor: pointer;
}

ul.alumni img {
float: left;
height: 48px;
width: 48px;
border: 1px solid black;
margin: 2px 10px 2px 2px;
}

 
  /* - - - footer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

p.footer {
	color: #87BBE9;
	font-size: 9pt;
	padding: 10px 40px 100px 40px;
	margin: 0px;
}

  /* - - - forms - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
  
.form {
padding: 10px;
background: #EEEEEE;
border: 1px solid #999999;
margin-bottom: 16px;
}

.form p, .form div {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.form hr {
background: #999999;
border: 0px;
height: 1px;
margin-bottom: 8px;
margin-top: 8px;

}

.form p, .form span {
	font-size: 9pt;
margin: 0px;
padding: 0px;
line-height: 11pt;
margin-top: 6px;
}

input, select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input.button {
text-align:center;
padding: 4px;
padding-left: 30px;
padding-right: 30px;
}

input.buttonMain {
text-align:center;
padding: 4px;
padding-left: 30px;
padding-right: 30px;
font-weight: bold;
}

.formLabel {
	font-size: 9pt;

	width: 120px;
	float: left;
	 position:relative;
	 font-weight: bold;
	 padding: 5px 5px 5px 5px;
	 display: inline-block;
}

.formFields {
	font-size: 9pt;
	width: 260px;
	display: inline-block;
	float: left;
	padding: 5px 5px 5px 5px;
}

.formField {
	display: inline-block;
	float: left;
	padding: 0px 2px 6px 2px;
	margin: 0px;
	font-size: 9pt;	
}

.required {
	color: #CC0000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* 
fix for "floats in floats" in Firefox and more W3C compliant browsers
add the clearfix class *before* other classes to the enclosing div with the floats inside
http://www.positioniseverything.net/easyclearing.html 

*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */