/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000053;
	background-image: url();
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1025px;
}
a:link {
	color: #000052;
}
a:visited {
	color: #000052;
}
a:hover {
	color: #000080;
}
.topbanner {
	background-color: #000053;
	background-image: url(Elements/bkgrd/top-slice.gif);
	background-repeat: repeat-x;
}
.sideborder {
	background-color: #000053;
	background-image: url(Elements/bkgrd/side-slice.gif);
	background-repeat: repeat-y;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style5 {color: #004182; font-size: 10px; }

.style6 {color: #FF9D3C; font-size: 16px;}
.style7 {font-size: 12px}

.style8 {
	color: #000052;
	font-weight: bold;
}
.style9 {font-size: 11px}
.style10 {color: #000052}
.style11 {font-size: 14px}
.style13 {color: #01267E; font-weight: bold; font-size: 14px; }
.style15 {color: #999999}

/*SLIDESHOW css */
.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 309px;
height: 250px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 300px;
height: variable;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 575px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 90%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #CCCCCC;

}
/*end SLIDESHOW css */