﻿

body{
	margin:0 114px;
	padding:0 75px 0 150px;
	background-color:#040411;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;

	
	
}
#container{
	background-color:#ECDECB;
	background-image:url('images/paper.jpg');
	float:left;
	width: 620px;
	border-left:150px solid #E0CFD5; /* The width and color of the left rail */
	margin-left:-150px;
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:150px;
	margin-left:-150px;
	position:relative;
	border-right:1px #999966 solid;
}
#center{
	float:left;
	width:620px;
	margin-right:-620px;
	color:#8B4513;
}
#header {
	background-image: url('images/header2.jpg');
	height: 385px;
	}
#footer {
	border-top:1px #999966 solid;
	color:#000099;
	font-size:.8em;
	}
	
#footer p {
	text-align:center;
}

#footer a {
	color: #014D69;
}
#footer a:hover {
	color: #990000;
	text-decoration:underline;
}

#header, #footer{
	background-color:#7CA690;
	margin-left:-150px;
	margin-right:0px;
	width:770px;
	clear:both;
}
a {
color: #336699;
text-decoration: none;
border-bottom: 1px solid #333333;
}

a:visited {
color: #777777;
text-decoration: none;
border-bottom: 1px solid #777777;
}

a:hover {
text-decoration: underline;
color: #990000;
border-bottom: 1px solid #990000;
}

p {
line-height: 1.4em;
text-align: left;
}

li {
line-height: 1.4em;
margin-left: 0px;
}

blockquote {
font-family: "Courier New", Courier, "Times New Roman", Times, serif;
margin: 0px 10px 1em 20px;
padding: 3px 3px 3px 6px;
border-left: 3px solid #eeeedd;
background-color: #FAF0E6;
color: #8B4513;
}

cite {
font-family: "Courier New", Courier, "Times New Roman", Times, serif;
font-size: 1.1em;
font-style: normal;
background-color: #fcfcf9;
color: #664444;
}

h2{
	margin:0;
	padding:5px;
}
#center h2{
	background-image: url('images/headerbg.jpg');
	color: #476A6E;
	text-align:center;
}
.menu{
	list-style-type:none;
	margin:0px;
	padding:5px;
	text-align:right;
	font-variant:small-caps;
}
#leftRail h2{
	background-image:url('images/sidebarheaderbg.jpg');
}
#leftRail p{
	text-align:center;
}
#leftRail ul{
	margin-top: -20px;
}

#leftRail a:hover{
	text-decoration:underline;
}
.article{
	margin:5px;
	padding-top:0;
	overflow:hidden;
	
}
* html .article{
	height:1%; /* So IE plays nice */
}
.article p{
	margin:0;
}
.article h3{
	background-color: #FAEBD7;
	background-image:url('images/h3bg.jpg');
	margin: 0 -5px 0 0px;
	padding: 5px;
	/**border-bottom: 2px solid #444;**/
	font-weight: 600;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	color: #664444;
}
.article h4 {
	color:#006666;
	text-align:center;
	font-size:1.1em;
}
.articleContainer{
	width:100%;
	display:inline;
	
}
.articleContent{
	width:100%;
	margin-left:-2px;
	position:relative;
}
.articleContent p{
	padding:5px;
}
