﻿@import url(layout.css);
body {
	/* background-color: black; */
	background:  url('../images/backgroundlitebluefade.png'); 
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 10px;
}
#container {
	background-repeat: repeat-y;
	border: thin #ffffff solid;
	width: 800px;
	margin: 0px auto 0px auto;
	background:#ffffff; 
	
}
#column {
	background: #FFFFFF;
	width: 700px;
	padding: 10px 30px 10px 30px;
	line-height: inherit;
	text-align: left;
	line-height: 150%;
	vertical-align: top;
	border: 10px solid #94BDF7;
	margin: 0px auto 0px auto;
}

#newsitem {
    background: #FFFFFF;
	width: 480px;
	padding: 10px;
	height: 120px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #a9a9a9;
	margin: 0px auto 0px auto;
	line-height: 200%;
	}
	
#art {
	background: #FFFFFF;
	width: 120px;
	height: 80px;
	padding: 10px 0 0 0;
	line-height: inherit;
	vertical-align: top;
	
	}

#text {
	background: #FFFFFF;
	width: 320px;
	padding: 0px 10px;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0px auto 0px auto;
	float: right;
	}
	
	
#topbox {
	text-align: left;
	width: 800px;
	padding: 0px 0 0 0;
	margin: 0 auto 0 auto;
	color: #111111;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 6px;
	background:  url('../images/backgroundlitebluefade.png'); 
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation {
	margin-right: 9px;
	margin-left: 10px;
	background-color:#94BDF7;
	overflow: hidden;
}
#column_l {
	background: #FFFFFF;
	width: 510px;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
	line-height: inherit;
	text-align: left;
	vertical-align: top;
}
#column_r {
	padding-right: 5px;
	padding-left: 5px;
	padding: 0px 0 0 0;
	width: 250px;
	margin: 0;
	float: right;
	background-color: #ffffff;
	position: relative;
	right: 10px;
}

#footer {
	margin-right: 10px;
	margin-left: 10px;
	border: 0px;
	margin: 0 10px 10px 10px;
	text-align: center;
	background-color: #111111;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	padding-top: 10px;
	padding: 0;
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #94BDF7;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #350608;
	font-size: 2.0em;
}
h2 {
	color: #350608;
	font-size: 1.75em;
}
h3 {
	color: #350608;
	font-size: 1.5em;
	margin-left: 10px;
	margin-right: 5px;
}
h4 {
	color: #350608;
	font-size: 1.25em;
}
h5 {
	color: #350608;
	font-size: 0.75em;
}
h6 {
	color: #350608;
	font-size: 0.5em;
}
big {
	color: #350608;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	font-style: normal;
	margin-left: 10px;
	margin-right: 5px;
}
#column_r h4 {
	margin-bottom: 0;
	padding-left: 10px;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #FFFFFF;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
#footer a:hover {
	;color:yellow;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style1 {
	margin-left: 10px;
	margin-right: 10px;
}
.style2 {
	font-size: small;
	color: #FFFFFF;
}
.style3 {
	text-align: center;
}
.style4 {
	margin-left: 30px;
	margin-right: 30px;
}
.style5 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.style6 {
	font-size: medium;
}
.style8 {
	text-align: center;
}


