/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #333333;
	line-height: 1.5em;
}
html, body {
	margin-top: 7px;
	margin-bottom: 10px;
	}
	
.content{
	padding: 20px;
}

h1{
	font-size: 20px;
	color: #FF6600;
}
h1, h2, h3, h4, h5{
margin-bottom:0;
margin-top:2}

.small_text{
	font-size: 10px;
	line-height: 1.25em;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.curlyboy_padding{
	padding-top: 15px;
}
.header_links{
	margin-top: 60px;
	margin-left: 190px;
	color: #000000;
	font-weight: bold;
}
.small_text a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	}
	
.small_text a:visited {
color: #FF6600;
font-weight: bold;
text-decoration: none;
}

.footer {
	margin-top: 10px;
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer a:link {
color: #666666;
text-decoration: none;
}
.footer a:visited {
color: #666666;
text-decoration: none;
}
.footer a:hover {

text-decoration: underline;
}

.subnav{
	margin-top: 50px;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	background-color: #FEF087;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.subnav p{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.subnav a:link {
	color: #333333;
	text-decoration: none;
	}
.subnav a:visited {
	color: #333333;
	text-decoration: none;
	}
.subnav a:hover {
	background-color: #FFCC33;
}
	
.content a:visited {
color: #FF6600;
text-decoration: none;
}

.content a:link {
	color: #333333;
	text-decoration: none;
	}
.content a:hover {
	background-color: #FFCC33;
	text-decoration: underline;
}
.content a:visited {
color: #FF6600;
text-decoration: none;
}


.sidebar{
padding-left: 16px;
}

.sidebar a:link {
	color: #333333;
	text-decoration: none;
	}
	
.sidebar a:hover {
	background-color: #FFCC33;
	text-decoration: underline;
}
.sidebar a:visited {
color: #FF6600;
text-decoration: none;
}
.orangeheadline{
	color: #FF6600;
	font-weight: bold;
}
.scheduleside{
	padding: 15px;
}


.scheduleside a:link {
	color: #FF3300;
	text-decoration: none;
	}
.scheduleside a:visited {
color: #FF6600;
text-decoration: none;
}

.scheduleside a:hover {
	background-color: #FFCC00;
	text-decoration: none;
}
.sponsors{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #CCCCCC;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(icon_pdf.gif) no-repeat center right;
}
a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(icon_doc.gif) no-repeat center right;
}