/* CSS Document */

body {
font-family: verdana, arial, sans-serif;
font-size: 9pt;
background-repeat: no-repeat;
background-position: 0px 148px;
}

a:link {color: #333333;}

a:visited {color: #333333;}

a:hover {color: #666666;}

a:active {color: #336699;}



/* -------------- G E N E R A L  S T Y L E S ----------- */

#container {
	background-color: #fff;
	width: 760px;
	}
	
#incontainer {
	background-color: #ccc;
	width: 710px;
	margin: 0px 0px 0px 0px;
/*
	border: 2px solid #eee;
*/
	}


h1 {
	font-size: 13pt; 
	font-weight: 999;
	font-style: italic;
	color: #ed1c24;
	text-transform: uppercase;
	margin: 20px 0px 16px 8px;
}

h2 {
	font-size: 10pt; 
	font-weight: 999;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 10px 0px 8px 4px;
}


.footer {
	font-size: 8pt;
	color: #FFF;
	padding: 2px;
	text-align: center;
	background-color:#0068ac;
	width: 760px;
}

.footer a:link {color: #FFF;}

.footer a:visited {color: #FFF;}

.footer a:hover {color: #ffd503;}

.footer a:active {color: #FFF;}

.linksbox a:link {
	padding: 5px 8px 5px 16px;
	border: 1px solid #0068ac;
	text-align: center;
	background-image: url('images/triangle.gif');
	background-repeat: no-repeat;
	background-position: 2px 55%;
 }

.linksbox a:visited {

	padding: 5px 8px 5px 16px;
	border: 1px solid #0068ac;
	text-align: center;
	background-image: url('images/triangle.gif');
	background-repeat: no-repeat;
	background-position: 2px 55%;
 }


.content {
	font:11px tahoma,verdana,arial,sans-serif;
	color:#000000;
}

#photo_icon {
	float: right;
}


.mainlist {
		list-style-image: url(images/triangle.gif);
		font-size: 9pt;
}

.mainlist li {
		margin: 6px 0px;
		font-size: 9pt;
}

.smalllist {
		list-style-image: url(images/triangle.gif);
		font-size: 8pt;
}

.smalllist li {
		margin: 0px 0px;
		font-size: 8pt;
}


div#programmebox {
		float: right;
		width: 210;
		border: 1px solid #000;
		margin: 5px 5px 5px 10px;
		padding: 5px;
		font-size: 9pt;
		background-color: #FFF;
}


div#greenbox {
		float: right;
		width: 210;
		border: 1px solid #22b14c;
		margin: 5px 5px 5px 10px;
		padding: 5px;
		font-size: 9pt;
		background-color: #f3fdf6;
}

div#programmebox ul, ol {
	list-style-image: url('images/triangle.gif');
	list-style-type: square;
	list-style-position: outside;
}

div#programmebox li {
	margin-left: -10px;
	padding: 4px;
}

.selected {
	background-color: #ccc;
}


p {
	font-size: 9pt; 
	font-style: none;
	color: #000;
	margin: 8px 12px 12px 12px;
	/*padding: 0 0 1em 0;*/
}


.printpage {font-family:Verdana;
			color: #900;
			font-size: 8pt;
			padding: 3px;
			position:relative;
			top: 4px;
}

.printpage a:link {color: #900;}

.printpage a:visited {color: #900;}

.printpage a:hover {color: #c03;}

.printpage a:active {color: #c03;}


#splash_white {
		width:758px;
		margin: 0px 0px;
		text-align: left;
		background-repeat: no-repeat;
		background-color: #FFF;
		padding: 0px 0px;
		border: 1px solid #0068ac;
}

table#program {
		font-size: 9pt;
		margin: -18px 0px 14px 10px;
		border-spacing: 0px;
		background-color: transparent;
}

table#regular {
		font-size: 9pt;
		margin: -18px 0px 14px 10px;
		border-spacing: 0px;
		background-color: transparent;
}


table#topnav {
		font-size: 9pt;
		margin: -10px 0px 0px 0px;
		border-spacing: 0px;
		background-color: transparent;
}

#program th {
		text-align: left;
		background-color: transparent;
}
		
		
#program tr {
		background-color: transparent;
}

#program tr.bluetr {
		background-color: #0068ac;
		height: 25px;
}

#program td {
		border: 1px solid #ddd;	
		
}



#quotebox {
		width: 400px;
		border: 2px solid #000;
		margin: 5px 5px 5px 10px;
		background-color: #eee;
		padding: 5px;
}


#box {
		font-size: 9pt;
		float: right;
		width: 195px;
		border: 1px solid #ccc;
		margin: 35px 5px 5px 10px;
		padding: 10px;
}


.greytext {
	font-size: 9pt;
	color: #333;
	margin: 20px 0px 16px 8px;
}


.titletext {

	font-size: 13pt; 
	font-weight: 999;
	font-style: italic;
	color: #0072BC;
	text-transform: uppercase;
	}

.redtext {font-size: 9pt; color: #EE1D24; font-weight: bold;}

.subtext {font-size: 9pt; font-weight: bold; color: #22b14c;}

.subtextblue {font-size: 9pt; font-weight: bold; color: #0068ac;}


.yellowtext {font-size: 9pt; font-weight: bold; color: #ffd503;}

.yellowtext a:link {color: #ffd503;}

.yellowtext a:visited {color: #ffd503;}

.yellowtext a:hover {color: #FFF;}

.yellowtext a:active {color: #ffd503;}



.whitetext {font-size: 9pt; color: #fff;}

.smalltext {font-size: 8pt; color: #333;}

.smallertext {font-size: 7pt; color: #333;}

.blacktext_cap {font-size: 10pt; font-weight: bold; color: #000; text-transform: uppercase;}

#toplinks {
	background-color:#fff;
	padding: 0px 8px 5px 3px;
	margin 6px;
	overflow: visible;
}


/* -------------- S P O N S O R S ----------- */

#sponsors_plat {
		float: right;
		width: 200px;
		border: 2px solid #eee;
		margin: 5px 10px 4px 20px;
		background-color: #fff;
		}
		
#sponsors_gold {
		float: right;
		width: 190px;
		border: 2px solid #eee;
		margin: 5px 10px 4px 20px;
		background-color: #fff;
		}

#sponsors_plat h3 {
		color: #666;
		font-size: 10px;
		padding: 2px;
		margin: 8px 0px 8px 0px;
		text-transform: uppercase;
		}

#sponsors_gold h3 {
		color: #666;
		font-size: 10px;
		padding: 2px;
		margin: 8px 0px 8px 0px;
		text-transform: uppercase;
		}
		
		
		

#sponsorbox_plat {
		font-size: 8pt;
		position:relative;
		border: 1px solid #cab278;
		width: 225;
		margin: 5px 5px 5px 10px;
		padding: 5px;
}

#sponsorbox_gold {
		font-size: 8pt;
		position:relative;
		border: 1px solid #c7c43b;
		width: 205;
		margin: 5px 5px 5px 10px;
		padding: 5px;
}

#sponsorbox_silver {
		font-size: 8pt;
		position:relative;
		border: 1px solid #b3c3cb;
		width: 185;
		margin: 5px 5px 5px 10px;
		padding: 5px;
}


/* -------------- N A V I G A T I O N ----------- */


#navlist {
font-size: 12px;
margin: 0px 0 0px 0;
width: 100%;
}

#navlist li {
float: left;
list-style-type: none;
margin: 0 0 0 0;
padding: 10px 0px 8px 0px;
white-space: nowrap;
}

#navlist ul {
margin: 0;
padding: 0;
}

#navlist a {
padding: 5px 7px 8px 7px;
border: 0px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #0068ac;
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

#navlist a:link, #navlist a:visited {
color: #ffffff;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #ccf1ff;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333;
}
