body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #CCCCCC;
}
div.wrapper {
width: 550px;
position: relative;
clear: both;
}

div.left {
width: 38%;
position: relative;
float: left;
}

div.right {
width: 62%;
position: relative;
float: right;
}
#close {clear:both;}
hr {border: none 0;
border-top: 1px dashed #cccccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.footer {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
.gray {color: #CCCCCC}
.left-nav-off {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 7px;
	background-image:url(images/index_12.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.left-nav-on {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 7px;
	background-image:url(images/mainnav.active.gif);
	background-position: top left;
	background-repeat: repeat-y;
	cursor:pointer;
}
.left-subnav-off {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 7px;
	background-color:#E6E6E6;
}
.left-subnav-on {
	color: ##01209f;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 7px;
	background-color:#FFFFFF;
	cursor:pointer;

}
.headlines {
	color: #01166F;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
}
a {
	font-weight: bold;
	color: #01209F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C5B16C;
}

#pdf {
	font-size: 11pt;
	font-weight: bold;
	color: #01209F;
	text-decoration: none;
}
#pdf:hover {
	text-decoration: underline;
	color: #C5B16C;
}
/*GALLERY*/
#gallery {
	width:575px;
	height:500px;
	margin:0;
	position:relative;
}
ul#thumbnails {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails  li {
	float:left;
	position:relative; 
	top:370px;
}
ul#thumbnails li a {
	height:35px;
	width:50px;
	padding:5px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {width:50px; height:35px; border:0;}
ul#thumbnails li a:hover {
	background:#fff;
}
ul#thumbnails li.close a:hover {
	background:#fff;
	border: #990000 solid 1px;
}

#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:350px;
	width:575px;
	overflow:hidden;
}
#gallery #fullsize div {width:575px; height:350px; padding-bottom:25px;}
#gallery #fullsize div img {display:block; margin:0 auto; border:0; text-align:center;}