@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFDF;
	margin: 0;
	padding: 0;
	color: #362E21;
}
h1 {
	font-size: x-large
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFFFDF;
	margin: 0 auto; 
}


.header {
	background: #FFFFDF;
}
.topmenu {
	background-image: url(../images/top-menu-bg.gif)
	 	
}
	


.sidebar1 {
	float: right;
	width: 20%;
	background: #BEAF96;
	padding-bottom: 10px;
}

.sidebar1 ul {
	list-style: none outside none;
	
}

.content {
	padding: 10px 0;
	width: 80%;
		float: right;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #362E21;
	color: #FFFFDF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #362E21;
	color: #9191FF;
}

.footer {
	padding: 10px 0;
	font-size:small;
	background: #BEAF96;
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 30px;
}
.fltlft { 
	float: left;
	margin-right: 30px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.backdrop
		{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			background:#000;
			opacity: .0;
			filter:alpha(opacity=0);
			z-index:50;
			display:none;
		}
 
 
		.box
		{
			position:absolute;
			top:20%;
			left:4%;
			width:1160px;
			height:600px;
			background:#ffffff;
			z-index:51;
			padding:10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow:0px 0px 5px #444444;
			-webkit-box-shadow:0px 0px 5px #444444;
			box-shadow:0px 0px 5px #444444;
			display:none;
		}
 
		.close
		{
			float:right;
			margin-right:6px;
			cursor:pointer;
		}
 table { margin-left:15px;}