body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eee url(images/mainbg2.gif) center top repeat-y;
}
#container {
	width: 780px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#headbar {	
	margin-bottom:4px;
	position:relative;
}
#headbar h1 {
	position: absolute;
	margin: 0px;
	right: 30px;
	top: 20px;
	font-size: 12px;
	color: #999999;
}

#navbar {
	background: url(images/navibg.gif) repeat-x left top;
	font-size:90%;
	line-height: 160%;
	margin-bottom: 5px;
}

#navbar a {
	background: url(images/arrowr.gif) no-repeat 2px center;
	margin-left: 10px;
	padding: 2px 10px 2px 15px;
	color: #6699CC;
}
#navbar a:hover {
	background-image: url(images/arrowhove.gif);
}
#navbar a.active {
	background-image: url(images/arrowactive.gif);
	color: #345;
	font-weight: bold;
}
#footer {
	clear: both;
	border-top: 1px dotted #aaa;
	color: #666666;
	font-size: 80%;
	text-align: right;
	padding: 3px 0px;
}
#indexbox {
	height: 200px;
	background: #fff url(images/indexboxbg_2.jpg) no-repeat center center;
	border: 1px solid #bbb;
}
#indexbox p {
	font-size: 90%;
	line-height: 150%;
	margin-top: 100px;
	margin-left:20px;
	width:380px;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 32px;
	padding-right: 32px;
}
.marginleft {
	font-size: 90%;
	line-height: 150%;
	padding-left: 70px;
	padding-right: 30px;
}
.smallsize {
	font-size: 80%;
	line-height: 140%;
	margin-left:30px;
}
.float-right {
	margin-left: 8px;
	float: right;
}
h2.main {
	background-image:url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 0px 0px 33px;
	font-size: 16px;
	clear:both;
	margin-left:15px;
}
h3.main {
	font-size: 15px;
	clear: both;
	border-bottom: 1px dotted #669966;
	padding: 4px;
	margin-left:20px;
}
h5 {
	margin-left:30px;
	font-size: 13px;
	border-left: 12px solid green;
	padding-left: 4px;
}
hr {
	display: block;
	clear: both;
	border: none;
	border-bottom: 3px dotted #BBC093;
	padding-top: 20px;
	margin: 30px 20px 10px 20px;
}
.sp_box {
	background: url(images/bg_gra2.gif) repeat-x left bottom;
	border: 1px solid #aaa;
	padding: 0 15px;
	margin: 10 0px;
}

.sp_box h3 {
	color: #234;
}
.sp_box h3 sup {
	color: red;
	font-size: 12px;
	position: absolute;
	margin-left: 4px;
}
.sp_box h4 {
	color:red;
	margin-top:10px;
}
.sp_box ul {
	font-size:90%;
	line-height:180%;
}
.sp_box p {
	font-size: 90%;
	line-height: 150%;
	margin-left:6px;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption { 
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton{
	top: 5px; right: 5px;
}

#lightbox img {
	border: none; clear: both;
} 
#overlay img {
	border: none;
}

#overlay {
	background-image: url(images/lightboxoverlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightboxoverlay.png", sizingMethod="scale");
}
