﻿/* CSS layout */
html{
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	min-width:760px;
	min-height:500px;
}
#Header {
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #000099;
	text-align: center;
	font-size: small;
}
#Container {
	position: relative;
	clear: both;
	float: left;
	padding-left: 200px;
	padding-right: 150px;
	overflow: hidden;
	min-height: 85%;
}
#LeftColumn {
	position: relative;
	float: left;
	width: 200px;
	right: 200px;
	margin-left: -100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background-image: url('MenuImage.jpg');
	background-repeat: no-repeat;
	background-color:#A0AE8D;
}
#RightColumn {
	position: relative;
	float: left;
	width: 150px;
	margin-right: -150px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #eee;
}
#PageContent {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background-image: none;
	background-color: #fff;
}
#PageData, #RightColumnContent{
	position: relative;
	float: left;
	padding: 0.5em 0.5em 0 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#Counter
{
	width:100%;
	clear:both;	
	text-align:center;	
}
#Footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: x-small;
	text-align: center;
}
#Header h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0px;
}
#Header a{
	color: #FFFF00;
	font-size: small;
}
#MainMenu {
	list-style-type: none;
	width: 100%;
	margin: 1em 0% 0% 0%;
	padding: 0px;
}
#MainMenu li {
	border: none;
	display: block;
	padding: 0px;
	margin: 1em 1em 1px 1em;
}
#MainMenu a {
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 0.5em 0px 0.5em 0px;
	border: 1px #000099 dotted;
	text-align: center;
	font-size:medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	/* CSS3 Draft Styles for curved effect */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#MainMenu a:hover {
	text-decoration: none;
	border: 1px #000080 dotted;
	background-color: #000080;
	color: #FFFF00;
	font-size:medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/* CSS3 Draft Styles for curved effect */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#MainContact {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5.5em;
	text-align: left;
	margin-left: 0.3em;
	font-size: small;
}
#TopNavigation {
	list-style-type: none;
	padding: 0.7em 0 0 0;
	margin: 0px 0px 0px 200px;	
}
#TopNavigation li  {
	float: left;
}
#TopNavigation a {
	background-color: #9D9DFF;
	color: #000099;
	text-decoration: none;
	display: block;
	border: 1px solid #6A83B5;
	padding-right: 1em;
	margin-right: 2px;
	text-align: center;
	padding-left: 1em; /* CSS3 Draft Styles for curved effect */;
	border-radius: 5px 15px 0px 0px;
	-webkit-border-radius: 5px 15px 0px 0px;
	-moz-border-radius: 5px 15px 0px 0px;
}
#TopNavigation a:hover {
	color: #000099;
	text-decoration: none;
	border: 1px solid #6A83B5;
	background-color: #FFFF00;
	padding-right: 1em;
	margin-right: 2px;
	padding-left: 1em;
	text-align: center;
	/* CSS3 Draft Styles for curved effect */
	border-radius: 5px 15px 0px 0px;
	-webkit-border-radius: 5px 15px 0px 0px;
	-moz-border-radius: 5px 15px 0px 0px;
}


