/* CSS Document */body {	background-color:#FFF;	margin:0 auto 0 auto;	padding:0;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;	color:#999999;}a {	color:#999999;	text-decoration:none;}a:hover {	color:#4D87CE;}textarea,input,submit {	background-color:#eeeeee;	color:#999999;	padding:4px;	border:none;	margin:3px;	margin-left:10px;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;}/* THE AREA THAT CONTAINS THE LOGO IMAGE */#title {	margin:0 auto 0 auto;	text-align:center;	width:640px;	background-color:#FFFFFF;	background-position:center;	background-repeat:no-repeat;	background-image:url(images/logo2.gif);	height:169px;}#title p {	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	font-size:15px;	font-weight:normal;	letter-spacing:7px;	color:#33862B;	font-variant: small-caps;}/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */#container {	width:640px;	margin:0 auto;	padding:0;	background:#FFF;}/* THE SIDEBAR WITHIN THE CONTAINER */#menu {background-image:url(images/menu.gif);background-color:#FFFFFF;background-repeat:no-repeat;width:160px;height:37px;border-bottom:1px solid #dddddd;}#links {background-image:url(images/links.gif);background-color:#FFFFFF;background-repeat:no-repeat;width:160px;height:37px;border-bottom:1px solid #dddddd;}#login {background-image:url(images/login.gif);background-color:#FFFFFF;background-repeat:no-repeat;width:160px;height:37px;border-bottom:1px solid #dddddd;}#about {background-image:url(images/about.gif);background-color:#FFFFFF;background-repeat:no-repeat;width:160px;height:37px;border-bottom:1px solid #dddddd;}#sidebar {	width:160px;	float:right;	font-size:95%;	color:#6C534A;	text-align:left;	}.submenu {margin-top:10px;}.submenu a {	display:block;	width:145px;	background-image:url(images/submenua.gif);	background-position:right;	background-repeat:no-repeat;	padding:6px;	padding-right:0px;	padding-left:10px;	color:#4D87CE;	text-decoration:none;	font-weight:bold;}.submenu a:hover {	background-color:#eeeeee;	background-image:url(images/submenua_hover.jpg);	background-repeat:repeat-y;	color:#4D87CE;	text-decoration:none;}/* THE AREA TO THE LEFT OF THE SIDEBAR */#content {	margin-right:160px;	padding-right:10px;	border-right:1px solid #dddddd;	padding-bottom:10px;	padding-top:1px;}#heading {	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	text-align:left;	font-size:200%;	color:#33862B;	text-align:left;	border-bottom:1px solid #dddddd;	margin-top:0px;	font-weight:normal;}#content p {	line-height:22px;	padding-left:10px;}#content ol,ul {	line-height:28px;}#content li {	list-style-type:square;}#content img {border:none;vertical-align:middle;padding: 3px 3px 8px 3px;background-color: #eeeeee;margin-right: 0px;margin-bottom: 10px;margin-left:10px;}/* THE FOOTER */#footer {	width:640px;	margin:0 auto 0 auto;	background-color:#FFFFFF;	padding-top:10px;	padding-bottom:10px;	color:#999999;	text-align:center;	font-size:90%;	border-top:1px solid #dddddd;	}#form {margin-top:16px;}