﻿/* CSS layout */
body {
		
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 0.8em;
	background-color: #462309;
	color: #462309;
	
}
#contents {
	background-color:#fff7ca;
	text-align:center;
	width: 800px;
	margin: 0 auto;
}
#masthead {
	text-align: center;
	width: 100%;
	height: 150px;
	background-color:#fff7ca;
	padding-top: 10px;
}

#top_nav {
	position: relative;
    background-color:#Fff7ca;
	font-weight: bold;
	height: 85px;
	text-align:center;
	width:100%;
	color: white;
	
}
#top_nav1 {
	position: relative;
    background-color:#Fff7ca;
	font-weight: bold;
	height: 15px;
	text-align:center;
	width:100%;
	color: white;
	
}

#container {
	position: relative;
	width: 100%;
	background-color:#Fff7ca;
	
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #fff;
	font-weight:bold;
	padding-left: 1px;
}

#page_content {
	margin-right: 150px;
	margin-left: 150px;
	background-color: #fff;
	padding: 2px 10px 10px 10px;
}

#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color:#Fff7ca;
	padding: 0 0 3px 0;

}
#top_nav ul {
	list-style:none;
  	margin:0px;
	padding:0px;
  	text-align:center;
  	
}
	
#top_nav a {
	color: #fff;
	text-decoration: none;
	
}
#top_nav a:hover {
	color: #F399BC;
	text-decoration: none;

}
#top_nav img {
	border: 0px;
}
#left_col a {
	color: #fff;
	text-decoration: none;
	
}
#left_col a:hover {
	color: #F399BC;
	text-decoration: none;

}
#left_col img {
	border: 0px;
}

/* Content Styles */
h6 {
	color: #462309;
}
h5 {
	color: #462309;
}
h4 {
	color: #462309;
	text-align: center;
}
h3 {
	color: #462309;
}
h2 {
	color:#C72566 ;
	text-align:center;
}
p{
	color: #462309;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:medium;
}

#content h1 {
	color: #462309;
}
#content img {
	padding: 0px;
}

/* Footer Styles */
#footer p {
	color: #462309;
	font-size: 0.9em
}
#footer a {
	color:#462309;
	text-decoration: underline;
	font-size: 0.9em;
}
#footer a:hover {
	color: #B6355E;
	text-decoration: none;
}
a {
	color:#993399;
	text-decoration: underline;
}
a:hover {
	color: #B6355E;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.button {
	background-image:url('images/nav-bg3.JPG');
	background-repeat:no-repeat;
	height: 75px;
	width: 145px;
	text-align:center;

}	
