/* CSS Document */

body{
	padding:0;
	margin:0;
	background-image:url(/images/bgSlice.jpg);
	background-repeat:repeat-x;
	background-color:#5e594c;
}

a{
	color:#5C5648;
}

form{
	padding:0;
	margin:0;
}

#container{
	border-left: 2px solid #21234f;
	border-right: 2px solid #21234f;
	border-bottom: 2px solid #21234f;
	width:1000px;
	position:absolute; 
	margin-left:50%; 
	left:-500px;
}

#header{
	width:1000px;
	height:173px;
	background-image:url(/images/header.jpg);
}

#event_banner{
	position: absolute;
	left: 325px;
	top: 30px;
}

#pageImage{
	width:1000px;
	height:226px;
}

/* ****** Main Navigation ****** */
#nav{
	width:1000px;
	height:16px;
	background-image:url(/images/navBG.jpg);
}

#navLinks{
	color: #bead92;
	position:absolute;
}

#navLinks a{
	font-size:12px;
	color: #bead92;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#navLinks a:hover{
	color: white;
}

.mainNavTable td{
	padding:0 10px 0 10px;
}

.blueBox{
	background-color:#21234f;
}

.selected{
	color:#222351;
}

/* ****** Sub Navigation ****** */

.dot{
	padding: 0px 5px 0px 0px;
	width:10px;
}

.subNavLink{
	font-weight:Bold;
	text-decoration:none;
	color:#5F7487;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.subNavLink:hover{
	color:#222351;
}

.subNavTable{
	width:200px;
}

.subNavTableNews{
	width:150px;
}

.highlighted {
	color: white;
	background-color: #5F594D;
	padding:2px;
	text-decoration:none;
}

.highlighted:hover {
	background-color: #202350;
	color: #88A8C1;
}

.printLink{
	color:#A0A0A0;
	text-decoration:none;
}

.printLink:hover{
	color:#333333;
}

.selected{
	color:green;
}

/* ****** SEARCH ****** */
#search{
	position:relative;
	top:147px;
	left:485px;
	color:white;
	width:400px;
}

.searchLink{
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;	
}

.searchLink:hover{
	color:#B7C3CF;
}

.searchResultHeading{
	font-size:18px;
	font-weight: bold;
	background-color:#202350;
	color:white;
	width:100%;
	text-decoration:none;
}

.searchResultLink{
	text-decoration:underline;
	color:#5C5648;
	font-size:16px;
	font-weight:bold;
}

.searchResultLink:hover{
	color:#222351;
}

/* ****** Content ****** */
#content{
	background-image:url(/images/contentBG.jpg);
	width:1000px;
	background-repeat:repeat-y;
}

#contentBottom{
	background-image:url(/images/contentBottom.jpg);
	width:1000px;
	height:51px;
}

/* ****** Content Event Page ****** */
#contentevent{
	background-image:url(/images/contenteventBG.jpg);
	width:1000px;
	background-repeat:repeat-y;
}

#contenteventBottom{
	background-image:url(/images/contenteventBottom.jpg);
	width:1000px;
	height:51px;
}


/* ****** Footer ****** */
#footer{
	width:1000px;
	height:24px;
	background-image:url(/images/footerBG.jpg);
}
.footer {
	color:#5C5648;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;

}

.littleBrown{
	color:#bead92;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
}

/* ****** News ****** */

.newsHeadline{
	font-size:16px;
	font-weight: bold;
	color:#5C5648;
	text-decoration:none;
}

.newsHeadlineLink{
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	color:#5C5648;
	text-decoration:none;
}

.newsHeadlineLink:hover{
	color:#020A51;
}

.newsDate{
	font-size:10px;
	color:#000066;
}

.backLink{
	text-decoration:none;
	color:#5C5648;
}


table.app{
	background-color:#E4ECEC;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;
}

table.app th{
	background-color:#161841;
	color:white;
}

table.app td{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;
	padding:1px 3px 1px 3px;
}

table.app tr td.leftSide{
	text-align:right;
	background-color:#69949B;
	color:white;
	font-weight:bold;
}
#newsletter {position:absolute; bottom:66px;}
a#newsletter_banner {position: relative; display:block; width:400px; height:99px; background: url(/images/newslertterBanner.jpg) no-repeat; text-decoration:none;}
a#newsletter_banner span {position:absolute; display:block; right:30px; bottom:0px; font-size:12px; color:#FFFFFF; font-family: Times New Roman,serif; font-style:italic;}
.newsletter_link {font-weight:bold;color:#000000; text-decoration:none;}
.newsletter_link:hover {text-decoration:underline;}
