html * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #c0df70;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	background-color: #000;
	z-index: 99;
}

#screen {
	width: 100%;
	position: relative; 
	min-height: 100%;
	margin: 0 auto;
}

* html #screen {
	height: 100%;
}

#container {
	width: 895px;
	margin: 0px auto;
	padding-left: 5px;
	overflow: auto;
	height: auto;
}

#top {
	height: 198px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}

#top .flag {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#top .flag img {
	width: 20px;	
}

#left_column {
	float: left;
	width: 195px;
	padding-bottom: 30px;
}

#menu {
	list-style: none;
	padding-top: 10px;
	margin-bottom: 50px;
}

#menu li {
	background-color: #dcedb0;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	display: block;
	width: 195px;
	margin-bottom: 10px;
}

#menu li a {
	color: #c36f15;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-left: 40px;
	padding-top: 5px;
}

#menu .submenu {
	display: none;
	background-color: #fff;
}

#menu .submenu li {
	
	background-image: none;
	margin-bottom: 0px;
	border-bottom: 1px solid silver;
	background-color: #fff;
	padding-bottom: 5px;
}

#menu .submenu li.lastItem {
	border-bottom: 0px;
}

#menu .submenu a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: underline;	
}

#menu li:hover ul {
	display: block;
}

.external_links {
	text-align: center;
}

.external_links img {
	width: 180px;
	text-decoration: none;
}

.external_links a {
	color: #CD6F17;
	text-decoration: none;
}

.external_links a:hover, .external_links a:focus, .external_links a:active {
	text-decoration: underline;	
}
#content {
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	background-color: #fff;
	width: 645px;
	float: right;
	margin-top: -30px;
	margin-right: 5px;
	padding: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#content p {
	padding-bottom: 5px;
	line-height: 130%;
}

#content hr {
	height: 1px;
	background-color: silver;
}

#content img {
	border: 3px solid #c0df70;
}

#content table {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-collapse: collapse;
}

#content td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px;
}
#content a {
	text-decoration: none;
	color: #CD6F17;
}

#content a:hover, #content a:active, #content a:focus {
	text-decoration: underline;
}

#footer {
	position: relative;
	clear: both;
	height: 30px;
	margin-top: -30px;
}

#footer div {
	width: 890px;
	margin: 0px auto;
	padding-top: 0px;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 5px; 
	height: 30px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-top: 5px;
}

#footer p {
	text-align: right;
	background-color: #c0df70;
	color: #c36f15;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
}
