body {
	background-color: #0099FF;
	font-family: Arial, Verdana, Geneva;
	font-size: 16px;
	word-spacing: 2px;
	color: #333366; 	
	margin:10px;
}

div#body {
	min-width:800px;
	min-height:500px;
	margin-top: 20px;	
}

#top-nav, #side-nav, #content, #footer {
	border-width:4px;
	border-color:#FF9900;
	border-style: double;
}

div#logo {
	min-width:240px;
	height:90px; 
	text-align:center;
	vertical-align:top;
}

div#logo img {
	width:240px;
	height:90px;
}

a img {
	border-width:0px;
}

span.current-section {
	font-weight: bold;
	color: #CC6600;		
}

div#top-nav span.current-section {
 color: #993300; 	
}

span.current-language img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width:2px;
}

a.other-language img {
	border-color: #999999;
	border-style: solid;
	border-width:2px;
}

div#top-nav {
	min-width:400px;
	height:60px;	
	background-color: #FFCC66;
	border-right-width:0px;
	border-left-width:0px;	
}

div#top-nav p {
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}

div#side-nav {
	min-width:200px;
	min-height:450px;
	vertical-align:top;	
	background-color: #FFFFCC;
	padding: 11px;
	padding-right: 15px;
	border-style: solid;
	border-width:3px;
	border-right: double #0099FF 4px;
}

div.side-link {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;	

	text-align: right;
}

div.side-link a:hover {
	background-color: #FF9900;

}

p.counter {
	margin-top: 80px;
	font-size: 10px;
	text-align:center;	
}

div#side-nav h1 {
	font-size: 18px;
	color: #CC6600;
	text-align:right;	
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: double #FF9900 4px;
}

div#content {
	width:700px;
	min-height:450px;
	background-color: #FFFFCC;
	padding: 11px;
	margin-right: 0px;
	border-width:3px;
	border-color:#FF9900;
	border-style: solid;
	border-left: double #0099FF 6px;
}

div#content h1 {
	font-size: 20px;
	text-align: right;
	color: #CC6600;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	border-bottom: double #FF9900 4px;
}

div#content h2 {
	font-size: 18px;
	margin-left: 10px;
	margin-right: 40px;
	border-bottom: double #333366 3px;	
}

div#content h3 {
	font-size: 16px;
	margin-left: 10px;
	border-bottom: solid #333366 1px;	
}

div#content img {
	padding: 3px;
	border-color: #333366;
	border-width:1px;
	border-style: dashed;
}

div#content ul {
}

.feature {
	color: #FF0000;
}

div#content p {
	text-align: justify;
	margin-right: 40px;
	margin-left: 15px;
	/*	
	background-color: #FFFFFF;
	color: #000000;
	*/
	padding: 5px;
	word-spacing: 4px;
}

div#content em {
	border-bottom: dashed #333366 1px;
}

div#content strong {

}

div#footer {
	background-color: #FFCC66;
	font-size: 12px;
	text-align: center;
	border-right-width:0px;
	border-left-width:0px;
}

.left {
	float: left;
	margin-right: 30px;	
}

.right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.clear {
	clear: both;
}

cite {
	font-size: 14px;
}

table.contact-table {
	border-color:#FF9900;
	border-style: dotted;
	border-top-width:1px;
	border-bottom-width:1px;		
	border-left-width:0px;
	border-right-width:0px;	
	border-spacing: 2px;		
	padding: 10px;
	margin: 10px;
}

table.contact-table th {
	border-color:#FF9900;
	border-style: dotted;
	border-top-width:0px;
	border-bottom-width:1px;		
	border-left-width:0px;
	border-right-width:0px;
}

table.contact-table td {

	padding: 10px;	
}

.contact-form {
	font-size: 14px;
	margin: 20px;
	padding: 10px;
}

p.box img {
	padding: 3px;
	border-color: #333366;
	border-width:3px;
	border-style: ridge;
}
