@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	margin-top:28px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:21px;
	background-color: #00384d;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x
}

a {
	color: #18783B;
	text-decoration:none;
	font-weight:600;
}

a:hover {
	color: #18783B;
	text-decoration:underline;
	font-weight:600;

}

a:visted {
	color: #94AE91;
	text-decoration:none;
	font-weight:600;

}

#header {
	width:950px;	
}

#content {
	width: 950px;
	background-color:#eceade;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

#left_sidebar {
	width: 325px;
	vertical-align:top;
}

#text {
	padding-right:25px;
}

#footer{
	width:950px;
	text-align:center;
	background-color:#94ae91;
	padding-top:25px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#00597B;
	font-style:italic;
}
.contents {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #62675b;
}

a:hover.white {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFA900;
	text-decoration: none;
}

.blue {
	font-family:"Times New Roman", Times, serif;
	font-size: 19px;
	font-weight:800;
	color: #005779;
	font-style:italic;
}

a.sidebar_link:link {
	color:#1b5831;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

a:hover.sidebar_link:link {
	color:#005779;
	font-weight:400;
	font-size:14px;
	text-decoration:underline;
}

a:visited.sidebar_link {
	color:#94AE91;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a.footer_link:link {
	color:#FFF;
	font-weight:800;
	font-size:14px;
	text-decoration:none;
}

a:hover.footer_link:link {
	color:#FFF;
	font-weight:800;
	font-size:14px;
	text-decoration:underline;
}

a:visited.footer_link {
	color:#fff;
	font-weight:800;
	font-size:14px;
	text-decoration:none;
}

p.footer_design { color:#CCC; font-size:9px; text-align:right;}
a.footer_design { color:#CCC; font-size:9px; text-align:right;}
ul#lightbox{
	width:400px;
	border:0;
	padding:0;
	margin:0 auto;
	list-style-type:none;
	overflow:hidden;
	_overflow:visible;
	_height:1px;
}
ul#lightbox li{
	width:180px;
	height:120px;
	padding:10px;
	float:left;
}
ul#lightbox a img{
	width:180px;
	height:120px;
}
