/* elements */
body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003C87;
	background-color: #FFFFFF;
	background-image: url(../images/backgroundtile.gif);
	background-repeat: repeat-y;
}

a {
	color: #00008B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input,textarea,select {
	font-family: helvetica;
	font-size: 11px;
}
/* end elements */


/* div ids */

#pics {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}

#shadow {
	height: 8px;
	font-size: 0px;
	clear: both;
	background-image: url(../images/shadow.jpg);
}

#header {
	width: 100%;
	min-width: 779px;
	background-color: #FF0000;
}


/* classes */
.imageRight {
	float: right;
}

.imageLeft {
	float: left;
}

.titleHeadings {
	font-size: 20px;
	color: #003C87;
}

.subTitleHeadings {
	font-size: 15px;
	color: #73B52B;
	font-weight: bold;
	padding-left: 20px;
}

.copyright {
	width: 140px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}

.copyright a {
	color: #FF0000;
	font-weight: bold;
}

/* end classes */

/* layers */
.container {
	height:100%;
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	min-width: 599px;
	margin-left:180px;
	background-color: #FFFFFF;
}

.centerBar {
	padding: 10px;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}

.leftBar {
	position:relative;/*ie needs this to show float */
	text-align: center;
	background-color: #DAE6F2;
	width: 165px;
}

.leftBar p {
	clear: both;
	text-align: left;
}

.leftBarInner {
	position: relative;
	font-size: 10px;
	width: 140px;
	margin: 0px auto 0px auto;
}

.leftBarInner a {
	display: block;
	font-weight: bold;
	line-height: 20px;
	background-image: url(../images/anchorarrow.gif);
	text-align: left;
}

.linkSpecial {
	color: #FF0000;
	text-decoration: none;
	background-image: none;
}

.mainLink {
	width: 20%;
	border: thin ridge #FFFFFF;
}

.ticker {
	border-top: 1px solid #00008B;
	border-bottom: 1px solid #00008B;
	padding: 5px;
	color: #003C87;
	font-size: 12px;
}

#navigation {
	background-color: #00008B;
	clear: left;
	position: relative;
	height: 46px;
	padding-left: 15px;
}

ul.nav {
	margin: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	clear:both;
	min-width: 779px;
	position: relative;
}

ul.nav li {
	float: left;
	width:18%;
	padding: 2px;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background:#00008B; /* IE6 Bug */
	border: 1px solid #ccc;
	padding: 2px;
}

/* commented backslash mac hiding hack \*/
* html ul.nav li a {height:1%}
/* end hack */

/* this sets all hovered lists to red */
ul.nav a:hover {
	color: #fff;
	background-color: #1E90FF;
}

div.featured {
	padding: 5px;
	margin: 10px;
	float: left;
	font-size: 9px;
	border: 1px solid #DAE6F2;
}
.featured div {
	width: 120px;
    height: 240px;
}

.linebreak {
	clear:both;
}
/* end layers */
