﻿  /* CSS layout */
body {
	background-position: center top;
	margin: 0;
	padding: 0;
	background-image: url('../Images/BGEffect.gif');
	background-repeat: repeat-y;
	
}

#wrapper{
	width: 800px;
}

#head {
	background-image: url('../Images/banner.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 276px;
}

#top_nav {
	background-image: url('../Images/topnavbg.gif');
	background-repeat: repeat-x;
	background-position: center top;
	height: 23px;
	display: block;
	padding: 7px 5px 0 0;
	text-align: right;
	font-weight: bold;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #ad4e2e;
}

#top_nav a{
	text-decoration: none;
	color: #ad4e2e;
	border-bottom: 1px dashed;
}

#top_nav a:hover{
	text-decoration: none;
	color: #b01713;
	border-bottom: 1px dashed;
}

#container {
	display: inline-block;
	background-color: #fef8c8;
	width: 800px;
	text-align: left;
}

#left_col {
	width: 249px;
	float: left;
	background-color: #fff7af;
	border-right: 1px #f5efb3 dashed;
}

#vmenu{
	display: block;
	width: 200px;
	margin: 50px 0 50px 25px;
}

#vmenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#vmenu ul li{
	border-bottom: 1px #e1d993 dotted;
	
}

#vmenu ul li a{
	display: block;
	text-decoration: none;
	color: #b02b25;	
	padding: 3px 0 3px 0;
}

#vmenu ul li a:hover, ul li a.current{
	text-decoration: none;
	color: #b02b25;
	background-color: #ffe19f;
}

#page_content {
	float: right;
	width: 530px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 5px;
	text-align: justify;
	color: #5d9348;
}

#page_content a.lnk{
	color: #8e8d57;
	text-decoration: none;
}

#page_content a.lnk:hover{
	color: #b01713;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#page_content img {
	border: none;
}

#page_content h1{
	color: #251d08;
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 20px;
	font-weight: bold;
}

#page_content h2{
	color: #ab4831;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	clear: both;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	background-position: left top;
	background-image: url('../Images/footerbg.gif');
	background-repeat: repeat-x;
	height: 90px;
	color: #ad4e2e;
}

#footer .menu{
	font-weight: normal;
}

#footer .menu a{
	text-decoration: none;
	color: #ad4e2e;
}

#footer .menu a:hover{
	text-decoration: none;
	color: #b01713;
}

#footer .copyright{
	color: #8e8d57;
}

#footer .developedby{
	color: #ad4e2e;
}

#footer .developedby a{
	text-decoration:none;
	border-bottom: 1px dashed;
	color: #ad4e2e;
}

#footer .developedby a:hover{
	text-decoration:none;
	border-bottom: 1px dashed;
	color: #b01713;
}

.SSimg{
	border: 0;
	margin: 0 0 10px 15px;
}

#img-title {
	/*background-color: #ebd089;*/
	color: #c17b1b;
	margin-top: 5px;
	padding: 5px 0 5px 0;
	width: 170px;
	text-align: center;
}
