/* CSS Document */

/* Layout Styles */
body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
}

img.photoLeft {
float:left;
margin-bottom:5px;
margin-right:10px;}

.schedule
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}
div#leftnavbar
{
	background-color: #000000;
	float: left;
	height: 100%;
	width: 140px;
	text-align: right;
}
hr
{
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
/* Text Styles */
h1
{
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #1AB8E0;
	text-decoration: none;
	margin-top:0px;
}
h2
{
	font-size: 20px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
}
h3
{
	
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
/*******************
Small Text
********************/
.smallText
{
	font-size: 10px;
}
.smallText a
{
	font-size: 10px;
}
.footer
{
	padding:0;
	margin:0;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
/* Link Styles */

a
{
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	color: #1AB8E0;
}
a:hover
{
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav
{
	font-size: 11px;
	line-height: 13px;
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a.nav:hover
{
	color: #1AB8E0;
	text-transform: capitalize;
	text-decoration: underline;
	background-color: #000000;
}
a.navselect
{
	color: #1AB8E0;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #000000;
}
a.navselect:hover
{
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
}
a.navsub
{
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a.navsub:hover
{
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: underline;
	background-color: #000000;
}
a.footerlink
{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	font-weight: bold;
	background-color: #000000;
}
a.footerlink:hover
{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
	background-color: #000000;
}
#myForm label
{
	display:block;
	float:left;
	width:140px;
	text-align:right;
	padding-right:5px;
	margin-top:8px;
}
#myForm input
{
	width:200px;
	margin-top:6px;
}
#myForm.submit
{
	width:75px;
	margin-left:275px;
}

