body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #D2E2FB;
	font-size: 13px;
}
h1 {
	width: 150px;
	height: 80px;
	text-align: center;
	position: relative;
	top: 80px;
	padding: 0px;
	font-size: 15px;
	color: #202D59;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EEF2F5;
	left: 20px;
}
h1 span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 100%;
	background-image: url(logo.jpg);
}

h2 {
	text-align: center;
	color: #4E3A4E;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
h3 {
	font-size: 110%;
	padding: 5px;
	background-color: #9BBFF7;
	margin-bottom: 10px;
	margin-top: 0px;
	background-image: url(img/h3.jpg);
	background-repeat: repeat-x;
}

h5 {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 85%;
}
h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


p {
	padding: 0px;
	margin: 0px;
}
a {
	color: #1F395A;
}
a:hover {
	color: #2E86E7;
}
a:visited {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

strong {
	color: #6F2F00;
}
em {
}
td {
	vertical-align: top;
}

code {
}
#main {
}
#main hr {
	display: none;
}
#main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header {
	height: 250px;
	background-color: #000000;
}
#menu-top {
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 32px;
	padding-top: 8px;
	font-size: 100%;
	background-color: #FE771D;
}
#menu-top ul li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
#menu-top a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu-top .current {
	color: #FFFF00;
	text-decoration: underline;
}
#menu-top a:hover {
	color: #FFFF99;
}
#menu-left, #menu-right {
	width: 160px;
	background-image: url(img/sidemenu_bg.png);
	background-color: #FFFBE6;
	margin-top: 25px;
	padding: 15px;
	position: absolute;
	left: 50%;
}
#menu-left h3, #menu-right h3 {
	background-image: url(img/menu_top.png);
	background-repeat: no-repeat;
	font-size: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	background-color: transparent;
}
#menu-left ul hr, #menu-right ul hr {
	display: block;
	margin: 10px;
	visibility: hidden;
}
#menu-left ul .download-plugin img, #menu-right ul .download-plugin img {
	vertical-align: middle;
	padding-top: 5px;
}
#menu-left ul, #menu-right ul {
	font-weight: bold;
	font-size: 95%;
}
#menu-left ul ul, #menu-right ul ul {
	margin-left: 8px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 3px;
}
#menu-left span, #menu-right span {
	background-image: url(img/menu_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin-left: -15px;
	margin-bottom: -15px;
	margin-right: -15px;
}
#menu-left {
	top: 240px;
	margin-left: 290px;
}
#menu-right {
	top: 240px;
	margin-left: -480px;
}
#content {
  width: 560px;
	margin-left: -290px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 50%;
	clear: none;
}
#content a {
	color: #330066;
	font-weight: bold;
}
#content a:visited {
	font-weight: normal;
}
#content p {
	color: #222B33;
	margin-bottom: 10px;
}
#content ul li {
	margin-left: 15px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-image: url(icons/bullet.jpg);
	margin-bottom: 10px;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	background-color: #A6C0E1;
	text-align: center;
	border: 1px solid #71ABD7;
	font-size: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}
.left {
	background-color: #FFFBE6;
	margin: 5px;
	float: left;
	padding: 3px;
}
.right {
	background-color: #FFFBE6;
	margin: 5px;
	float: right;
	padding: 3px;
}
.download-plugin {
	font-size: 80%;
}
.download-plugin img {
	padding-right: 5px;
}

.gal-item {
	width: 270px;
	height: 185px;
	float: left;
	text-align: center;
	background-image: url(img/gal-item.png);
	background-repeat: no-repeat;
	margin: 2px;
	padding: 3px;
}
.gal-item img {
	padding: 3px;
	border: 1px solid #C6BC9D;
}

.gal-item p {
	margin-top: 5px;
}

.gal-item h5 {
	font-size: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.gal-item div {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gal-item div img {
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.gal {
	background-color: #FFFBE7;
	overflow: hidden;
	width: 100%;
	-moz-border-radius: 15px;
	padding: 5px;
}
.gal p {
	clear: both;
	margin-right: 16px;
	margin-left: 16px;
	font-size: 90%;
}
.vt-item {
	float: left;
	text-align: center;
	background-image: url(img/gal-item.png);
	background-repeat: no-repeat;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.vt-item h5 {
	font-size: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.vt-item div {
}
.vt {
	background-color: #FFFBE7;
	overflow: hidden;
	width: 100%;
	-moz-border-radius: 15px;
	padding: 5px;
}
.left-col {
	width: 275px;
	float: left;
}
.right-col {
	margin-left: 290px;
	width: 266px;
}
.center-col {
	clear: both;
	margin-top: 10px;
}
.img-border {
	padding: 3px;
	border: 1px solid #9BBFF7;
}
.left-applet {
	float: left;
}
.clear {
	clear: both;
}
.subtitle {
	background-color: #202D59;
	color: #F9FBFF;
	background-image: url(img/h3s.jpg);
	font-weight: bold;
}
.icons img {
	margin-right: 40px;
	margin-left: 40px;
}
.contact {
	color: #FFFFFF;
	background-color: #7497CD;
	border: 1px solid #003366;
	margin-top: 50px;
}
.contact h3 {
}
dl  {
	margin: 10px;
	padding: 0px;
}
dd  {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #761F30;
}
dt  {
	font-weight: bold;
	color: #003366;
}

.interesting {
	background-color: #A4C5F7;
	border: 1px solid #3C83EE;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
h3.important {
	color: #FFFFFF;
	background-color: #FA3508;
	margin: 0px;
	background-image: none;
}
h3.nospace {
	margin: 0px;
}

p.important {
	background-color: #B6BDD9;
	padding: 10px;
	font-weight: bold;

}
img.important {

}
.vc {
	background-color: #B6BDD9;
	padding: 5px;
}
.vc-desc {
	background-color: #EEF2F5;
	top: 210px;
	right: 10px;
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
	position: absolute;
	font-size: 0.8em;
}
.vc-desc a {
	text-decoration: none;
	line-height: 1.1em;
}
.icon {
	margin-bottom: -10px;
}
