h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #483737;
	font-size: 36pt;
	margin-bottom:5px;
	margin-top:10px;
}

h2{
	font-family: Georgia;
	font-weight: normal;
	color: black;
	font-size: 2em;
	text-align:left;
	padding-top:80px;
	padding-left:30px;
}

h3{
	font-family:Georgia;
	font-weight:normal;
	color:#806600;
	font-size:18pt;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
}

p.content {
	font-family: Verdana;
	font-size:0.9em;
	padding-left: 30px;
	width:300px;
	vertical-align:middle;
	text-align:justify;
	margin-top:-10px;
}

a.home{
	text-decoration: none;
}

a.nav{
	color: white;
	text-decoration: none;
}

a.content:link{
	color: #c83737;
	text-decoration:none;
}

a.content:visited{
	color: #c83737;
	text-decoration:none;
}

#container{
	width:800px;
	border-left:100px solid white; /* The width and color of the left rail */
	border-right:150px solid white; /* The width and color of the right rail */
	margin-left:auto;
	margin-right:auto;
}


#center{
	width:auto;
}


#navigation{
	background-color: #6c5d53;
	color: white;
	text-align: center; 
	font-size: 1.2em;
	border:  20px solid  #6c5d53;
	position: relative;
		
}


#insetLeft{
	float:left;
	position:relative;
	width:400px;
	padding:0px;
	top:0px;
	vertical-align:middle;
	height:321px;
	text-align:justify;
}

#insetRight{
	background-image: url(../images/resources_background_R.png);
	background-repeat:none;
	width:400px;
	float: right;
	position: relative;
	padding-top:0px;
	top:0px;
	vertical-align:middle;
	height:321px;
	text-align:justify;
}

#subL{
	clear:left;
	width:600px;
	text-align:left;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

#footer{
	clear:both;
	width: 100%;
	font-family:Verdana;
	font-size:8pt;
}

.RedEmphasis {
	color: #c83737;
}

.LargeBar{
	font-size:20pt;
}

.SubText{
	font-family: Verdana;
	font-size:0.75em;
}

.tiny{
	font-family:Georgia;
	font-style:italic;
	font-size:0.5em;
}
