body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	line-height: 200%;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size:16px;
	font-weight: bold;
	line-height: normal;
	padding-top: 20px; 
}

h3 {
	font-size:14px;
	font-weight: bold;
	line-height: normal;
}

h4 {
	font-size:12px;
	font-weight: bold;
	line-height: normal;
}

p a:link {
	color: #6BA4D7;
	font-weight: bold;
	text-decoration: underline;
}
p a:visited {
	color: #6BA4D7;
	font-weight: bold;
	text-decoration: underline;
}
p a:hover {
	color: #6BA4D7;
	font-weight: bold;
	text-decoration: none;
}

ul, li {
	line-height: normal;
}

#border {
	width: 800px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#container {
	width: 780px;
	margin: 0px 0px 0px 10px ;
}

#logo {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 10px 0px 5px 18px;
	width: 760px;
}

#menutop {
	font-weight: bold;
	margin: 0;
	height: 26px;
	margin: 0px 0px 0px 15px;
	padding: 0;
	line-height: normal;
	width: 750px;
}
#menutop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menutop li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menutop a {
	float: left;
	background: url(../_images/tab_02_l.gif) no-repeat left top;
	margin: 0;
	padding: 0px 2px 0px 4px;
	text-decoration: none;
}
#menutop a span {
	float: left;
	display: block;
	background: url(../_images/tab_02_r.gif) no-repeat right top;
	padding: 6px 10px 5px 6px;
	color: #333333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutop a span {
	float: none;
}
/* End IE5-Mac hack */
#menutop a:hover span {
	color: #FFFFFF;
	background-position: 100% -42px;
}
#menutop a:hover {
	background-position: 0% -42px;
}
#menutop a:hover span {
	background-position: 100% -42px;
}
#menutop #current a {
	background-position: 0% -42px;
}
#menutop #current a span {
	background-position: 100% -42px;
	color: #FFFFFF;
}

#header {
	height: 200px;
	width: 750px;
	border: solid #999999;
	border-width: 1px 1px 1px 1px; 
	background-image: url(../_images/header_01.jpg);
	background-repeat: no-repeat;
	margin: 0px 15px 0px 15px;
}

#content {
	padding: 0px 15px 0px 15px;
	max-width: 780px;
	margin: 0;
}

#mainspace {
	width: 560px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	line-height: 250%;
}

#box1 {
	margin: 20px 0px 0px 0px;
	float: right;
	width: 180px;
	background-image: url(../_images/box_01.gif);
	background-repeat: repeat-y;
}

#box1 p {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 15px 15px;
	margin: 0;
	line-height: 150%;
}
#box1 h3 {
	color: #FFFFFF;
	padding: 10px 0px 10px 15px;
	margin: 0;
}

#box2 {
	float: right;
	width: 180px;
	background-image: url(../_images/box_02.gif);
	background-repeat: repeat-y;
}

#box2 a:link {
	color: #FFFFFF;
	font-weight: normal;
}
#box2 a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#box2 a:hover {
	color: #FFFFFF;
	font-weight: normal;
}
#box2 p {
	color: #FFFFFF;
	padding: 0px 0px 15px 15px;
	margin: 0;
	line-height: 150%;
}
#box2 h3 {
	color: #FFFFFF;
	padding: 10px 0px 10px 15px;
	margin: 0;
}

#box3 {
	float: right;
	width: 180px;
	background-image: url(../_images/box_03.gif);
	background-repeat: repeat-y;
}

#box3 a:link, a:visited {
	color: #FFFFFF;
}

#box3 a:hover {
	color: #FFFFFF;
}
#box3 p {
	color: #FFFFFF;
	padding: 0px 0px 10px 15px;
	margin: 0;
	line-height: 150%;
}
#box3 h3 {
	color: #FFFFFF;
	padding: 10px 0px 10px 15px;
	margin: 0;
}

#footer {
	width: 750px;
	border: solid #CCCCCC;
	border-width: 1px 1px 1px 1px;
	background-color: #EBEBEB;
	clear: both;
	margin: 0px 15px 0px 15px;
}

.style6 {
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
}
.style6 a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.style6 a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.style6 a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/*lightbox*/

#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/overlay.png);
}

#overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../_images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/overlay.png", sizingMethod="scale");
}	
