body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #bcb88a;
	background-color:#ffffff ;
}
		
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: darkblue; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
	margin-left: 65px;
	margin-top: 30px;
}

h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	color:#ffffff;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
}


h5 {
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	color:#000000;
}

#templatemo_container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background-color:#f8f8ff ;
	border: 3px solid;
	border-radius: 20px;
	border-color: #000000  ;
}

/* menu */

#templatemo_menu {
	width: 960px;
	height: 80px;
}

#templatemo_menu ul {
	float: right;
	width: 810px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 80px;
	padding: 10px 39px 0 0;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #dc143c;	
	background-color:#  ;
	outline: none;
}

#templatemo_menu li a:hover {
	color: darkblue;
}

/* end of menu */

/* banner */

#templatemo_banner_bar {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(Images/logo.png)no-repeat;
	background-attachment: scroll;
	background-size: 20% 90%;
	background-position: 85% 30%; 
}

#templatemo_banner_bar #site_title {
	float: left;
	width: 600px;
	margin: 40px 0 0 00px;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 50px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	font-family: cursive;
	font-size: 30px;
	color: #BBA277;
}

/* end of banner */

/* content */

a:link, a:visited { color: #bcb88a; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #ffffff; text-decoration: underline; }

#templatemo_content {
	clear: both;
	width: 900px;
	padding: 30px 30px 0 30px;	
}

#side_column {
	float: left;
	width: 225px;
	padding: 0 30px 0 0;
}

#main_column {
	float: right;
	width: 635px;
	background-color: #ffffff;
	border: 3px solid;
	border-radius: 5px;
	border-color: #000000;
}

#main_column p {
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	font-size: 16px;

}

.side_column_box {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 3px solid;
	border-radius: 5px;
	border-color: #000000;
	background: #000000;
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}


.section_w590 {
	clear: both;
	width: 635px; 
	margin-bottom: 40px;
}

/* end of content */

/* footer */


#templatemo_footer_bar {
	width: 900px;
	padding: 15px 30px;
	text-align: center;
	color:#000000;
}


/* end of footer */