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: 19pt;
	text-align:left;
	padding-top:70px;
	margin-bottom:-70px;
	margin-left:25px;
}

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:	10pt;
	padding: 70px 25px 25px 25px;
	vertical-align:middle;
}

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{
	background-image: none;
	float:left;
	position:relative;
	width:400px;
	padding:0px;
	top:0px;
	height:321px;
}

#insetRight{
	background-image: url(../images/title_background_R.png);
	width:400px;
	height: 321px;
	float: right;
	position: relative;
	text-align: justify;
}

#subL{
	float:left;
	width:225px;
	text-align:justify;
	margin-top:10px;
	padding-right:25px;
}

#subC{
	float:left;
	width:225px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	padding: 0 25px 30px 25px;
}

#subR{
	float:left;
	width:240px;
	text-align:justify;
	margin-right:0px;
	margin-top:10px;
	padding-left:25px;
	
}

#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;
}

.clearboth{
	clear:both;
}