body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
}
body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a img {
	border:none;
}
a[href^="http:"]{
	background: url(../images/link_external.png) right center no-repeat;
        padding-right: 12px;
}
a[href^="mailto:"]{
	background: url(../images/link_mail.png) right center no-repeat;
        padding-right: 12px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 15px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}
a:link {
	color: #66add4;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #66add4;
}
a:hover {
	text-decoration: none;
	color: #66add4;
}
a:active {
	text-decoration: underline;
	color: #66add4;
}
table {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
tr {
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #f5f5f5;
	text-align:center;
}
td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

#main {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}

#topMenu {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: left;
	vertical-align: bottom;
	height: 50px;
	width: 760px;
	color: #272727;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topmenu_bg.png);
	font-size: 10px;
	display: block;
}

#topMenu li {
	display: block;
	background-image: url(../images/topmenu_separator.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 50px;
	height: 50px;
	float: left;
}

#topMenu a {
	color: #272727;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	height: 50px;
	vertical-align: bottom;
	display: block;
	float: left;
}

#topMenu a:hover {
	color: #FFFFFF;
	background-color: #5c5c5c;
	background-image: url(../images/topmenu_bg_over.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#banner {
	background-color: #FFFFFF;
	height: 171px;
	width: 760px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#info {
	font-size: 10px;
	color: #666666;
	background-color: #eaeaea;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	margin-top: 1px;
	margin-bottom: 20px;
	line-height: 20px;
	display: block;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#left {
	float: left;
	width: 150px;
	clear: left;
}

div.left {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}

#left a.sub {
	margin-left: 20px;
}

#content {
	margin-left: 160px;
	line-height: 16px;
}

#content img {
	float: left;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#content a img {
	padding-bottom: 18px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/enlarge.png);
}

#right {
	float: right;
	width: 185px;
	clear: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#left a {
	background: url(../images/bullet.png) left center no-repeat;
	padding-left: 12px;
	display: block;
	padding-bottom: 5px;
	line-height: 16px;
}

#right p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}

#bottomMenu {
	text-align: center;
	font-size: 10px;
	color: #999999;
	clear: left;
	float: left;
	margin-top: 40px;
}

#bottomMenu ul {
	padding-top: 10px;
	list-style-image: none;
	margin-bottom: 15px;
}

#bottomMenu ul li {
	display: inline;
	padding-right: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

#bottomMenu a {
	color: #999999;
	text-decoration: none;
}

#footer {
	height: 50px;
	line-height: 50px;
	padding: 5px;
	color: #999999;
	background-color: #5c5c5c;
	font-size: 10px;
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
}

img.header {
	margin-bottom: 5px;
}

.highlight {
	color: #66add4;
	font-weight:bold;
}

p.description, div.description {
	margin: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 18px;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.description div {
	height: auto;
	text-align:right;
}

div.toc a{
	display: block;
	padding: 5px;
}

.label {
	text-align: right;
	padding-right: 10px;
	float: left;
}

.article {
}

.article p {
	padding-bottom: 30px;
}

.source {
	background: url(../images/arrow_right.png) left center no-repeat;
    padding-left: 16px;
}

.download {
	background: url(../images/arrow_down.png) left center no-repeat;
    padding-left: 16px;	
}

.galleryCategory {
	margin: 5px;
	padding: 10px;
	float: left;
	height: 140px;
	width: 140px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/gallery_folder.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	text-align: center;
}

.galleryElement {
	margin: 5px;
	padding: 10px;
	float: left;
	height: 140px;
	width: 140px;
	border: 1px solid #FFFFFF;
	display: table;
	#position: relative;
	overflow: hidden;
	text-align: center;
}

.galleryElement div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.galleryElement img {
	padding: 5px;
}

.galleryElement:hover {
	border: 1px solid #CCCCCC;
	background-image: url(../images/enlarge.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
