@charset "utf-8";
/* CSS Document */


#container {
	width: 950px;
	margin: 0 auto;
	border: solid #000000 1px;
}

#header {
	width: inherit;
}

#navigation {
	width: inherit;
	height: 35px;
	padding: 4px;
}

#editorsnote {
	width: 468px;
	padding: 10px;
	float: left;
}

#news {
	width: 235px;
	padding: inherit;
	float: right;
	margin-top: 20px;
}

#contents {
	padding: 5px;
	margin-left: 478px;
	margin-right: 240px;
	margin-top: 20px;
	background-color: #AD8C6B;
}

#footer {
	width: 100%;
	padding: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
p {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 10px;
}

h1 {
	font-family: Georgia, Times, Serif;
	font-size: 24px;
	color: #990000;
	line-height: normal;
	padding: 10px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #990000;
	line-height: normal;
	padding: 10px;
	text-decoration: underline;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	line-height: normal;
	padding: 10px;
	text-decoration: underline;
}

.paragraphhdng {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: normal;
	text-decoration: underline;
}

.paragraphlink {
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

.paragraphlink:hover {
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

.navigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	background-color: #333333;
	padding: 10px;
	text-align: center;
}

.navigation:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	background-color: #990000;
	padding: 10px;
	text-align: center;
}

.navigationdown {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	background-color: #AD8C6B;
	padding: 10px;
	text-align: center;
}

.pside2 {
	font-family: Georgia, Times, Serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	padding: 4px;
}

.link2 {
	font-family: Georgia, Times, Serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	padding: 4px;
	text-decoration: none;
}

.link2:hover {
	font-family: Georgia, Times, Serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	padding: 4px;
	text-decoration: underline;
}
