@charset "ISO-8859-1";

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	background-color: #666;
	margin: 0px;
	text-align: center;
	background-color: #DADAD6;
	background-image: url(paper-1dark.jpg);
	background-repeat: repeat;
}
#navbar {
	background-image: url(bluebar758tall.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 755px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #DADAD6;
	background-color: rgba(255,255,255,0.75);	
	/* background-image: url(paper-1.gif); 
	background-repeat: repeat; */
	padding: 20px;
	border: 2px solid #444;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	}

.navlink {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#navbar .navlink a {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	}
#navbar .navlink a:hover {
	text-decoration: underline;
	font-style: normal;
}

a {
	color: #004080;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	color: #4495D9;
	font-style: italic;
	font-weight: bold;
}

#mainbody {
	text-align: center;
	margin: 20px;
}

#footer {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #18406F;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	color: #283744;
	padding-top: 10px;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

li>p {
	text-align: left;
}
.centertext {
	text-align: center;
}

#mediaplayer {
	float: right;
	background-image: url(paper-1dark.jpg);
	background-repeat: repeat;
	color: #FFF;
	padding: 12px;
}

.subheads {
	font-weight: bold;
	font-size: 18px;
}
