<!--

body {
	margin: 0px;
	padding: 0px;

	background-image: url('../images/bg-burgundy-fade.gif');
	background-repeat: repeat-x;

	text-align: center;
}

/* Table Styles */

table {
	border: solid 2px #FFF;
	padding: 2px;
}
th {
	padding-left: 5px;
	padding-right: 5px;

	background-color: #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #222;
}

td {
	padding-left: 5px;
	padding-right: 5px;

	font-size: 11px;
	color: #222;
}


/* Link Styles */
a:visited { color: #00F; }
a:hover { color: #005; }
a.globalLink { color: #FFF; text-decoration: none; }
a.globalLink:hover { color: #FFF; text-decoration: underline; }
a.globalLink:visited { color: #FFF; }

/* Header Styles */
h1 {
	font-size: 16px;
	font-weight: normal;
	font-family: Impact, fantasy;
	color: #44C;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-family: tahoma, sans-serif;
	color: #000;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-family: tahoma, sans-serif;
	color: #44F;
	display: inline;
}

/* Layout Styles */
DIV.masterPanel {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;

	width: 700px;

	text-align: right;
	color: #FFF;

	font-family: tahoma, sans-serif;
	font-size: 11px;
}

DIV.contentPanel {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;

	background-color: White;
	width: 700px;

	text-align: left;
	color: #222;

	font-family: inherit;
	font-size: 12px;
}

DIV.banner { width: 100%; }
DIV.footer {
	padding: 0px 5px 0px 5px;
	width: 100%;
	height: 30px;

	font-size: 11px;
	color: #FFF;

	text-align: left;

	background-image: url('../images/menu-bg.gif');
	background-repeat: repeat-x;
}



/* Menu Styles */

DIV.horizontalMenu {
	width: 700px;
	height: 25px;

	background-image: url('../images/menu-bg.gif');
	background-repeat: repeat-x;
}

DIV.horizontalMenuItem {
	height: 25px;
	display:inline;
	padding: 2px 10px 2px 10px;

	filter: alpha(opacity=30);
	text-align:center;

	cursor: pointer;

	h: expression(	onmouseover=new Function("this.style.backgroundColor='#FFF';"),
			onmouseout=new Function("this.style.backgroundColor='';") );
}

DIV.horizontalMenuItem a, DIV.horizontalMenuItem a:visited {
	position:relative;
	top: 5px;

	filter:alpha(opacity=100);

	color: #FFF;
	text-decoration: none;

	font-weight: bold;
}

DIV.horizontalMenuItem a:hover { color: #44F; }

DIV.horizontalMenuItemSelected a, DIV.horizontalMenuItemSelected a:visited {
	position:relative;
	top: 5px;

	filter:alpha(opacity=100);

	text-decoration: underline;

	color: #FFF;
	font-weight: bold;
}

DIV.horizontalMenuItemSelected {
	height: 100%;
	padding: 2px 10px 2px 10px;
	display:inline;

	text-align: center;
}

DIV.horizontalMenuItem:hover { color: #44F; }

/* Content area styles */

DIV.contentBody {
	font-size: inherit;
	font-family: inherit;
	color: inherit;

	width: 100%;
}

DIV.contentBox {
	padding: 3px 3px 7px 3px;
	margin: 0px 5px 5px 5px;

	font-size: inherit;
	font-family: inherit;
	color: inherit;

	border: solid 1px #CCC;
}

DIV.contentBox DIV.header {
	padding: 2px;

	font-size: 14px;
	font-family: Impact, fantasy;
	color: #44C;

	background-color: #EEE;
}

DIV.contentBox DIV.subHeader {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

	color: #000;

	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
}

/* Photos Module */
#ssPhotoList { display: none; }
#ssContainer { text-align: center; }
#ssBox {
	width: 1px;

	margin: 15px auto 15px auto;

	border: solid 1px #CCC;
	background-color: #FFF;
}

#ssImageContainer { margin: 15px; }
#ssImage { display:none; }
#ssCaption { height: 50px; }
#ssControlPanel {
	height: 30px;
	margin: 3px;

	background-image: url('../images/ss-control-bg.gif');
	background-repeat: repeat-x;

	text-align: center;
}

#ssControlPanel a {
	border: solid 0px #FFF;
	margin: 2px 6px 2px 0px;
	display: block;
	float:right;

	background-image: url('../images/ss-btn-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;

	text-align: center;
}

#ssControlPanel a:hover {
	border: solid 0px #CCC;
	display: block;
	float:right;

	border: none;

	background-image: url('../images/ss-btn-bg-hover.gif');
	background-repeat: no-repeat;
	background-position: top left;

	text-align: center;
}

#ssControlPanel a img {
	border: none;
}

/* Page-Specific Tweaks */


table.indexLayout, table.indexLayout.td {
	border: none;
	padding: 5px;
}

DIV.updateBox { margin: 1px 1px 7px 2px; }
DIV.updateBox p { padding-left: 15px; }

DIV.aboutBox { margin: 1px 1px 7px 2px; }

DIV.infoBox { width: 503px; }

DIV.appBox { width: 165px; float: right; }

/* Sponsors Page */
DIV.sponsorPage { text-align: center; }
DIV.sponsorPage IMG {
	margin: 2px;
	border: solid 1px #AAA;
	vertical-align: top;
}

DIV.sponsorPage a {
	border: none;
}

DIV.sponsorPage a IMG {
	border: solid 2px #88F;
	margin: 2px;
	padding: 0px;

	h: expression(	onmouseover=new Function("this.style.border='double 3px #88F'; this.style.margin='1px';"),
			onmouseout=new Function("this.style.border='solid 2px #88F'; this.style.margin='2px';") );
}

DIV.sponsorPage a:hover IMG {
	border: double 3px #88F;
	margin: 1px;
}

DIV.sponsorPage table { width: 100%; }
DIV.sponsorPage td { text-align: center; }


-->