body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#81c3e1;
	text-align:center;
}

#container {
	width:960px;
	margin:20px auto 20px auto;
	border:1px solid #016EB1;
	background:#00618b;
	text-align:left;
}

#container2 {
	width:600px;
	margin:20px;
	padding:10px;
	border:1px solid #016EB1;
	background:#016EB1;
	text-align:justify;
}


#header {
	height:80px;
	/*background: #a0da2b;*/
	border-bottom:10px solid #00618b;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:720px;
	padding:10px 10px 10px 10px;
	float:right;
	text-align:justify;
	background:#00618b;
}

#content2 {
	width:700px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:white;
	font-size:18pt;
	border-bottom:1px solid #006BB1;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:680px;
	height:150px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

#photos2 {
	width:680px;
	height:285px;
	margin:10px auto 10px auto;
	/*position:left;*/
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

#photos3 {
	width:680px;
	height:420px;
	margin:10px auto 10px auto;
	/*position:left;*/
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:100px;
	height:100px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

.imgcaption {
	text-align:center;
	border:0px;
}


.imgbox2 {
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:right;
	display:inline;
  	/*hspace:10px;*/
	
}

.imgbox3 {
	width:auto;
	height:130px;
	border:0px solid #77A13D;
	background:#f1f1f1;
	margin:10px;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	display:inline;
	
}

.imgbox4 {
	border:0px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:right;
	display:inline;
  	/*hspace:10px;*/
	
}


#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
	background:#00618b;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #016EB1;
	background:#00618b;
}


#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #016EB1;
	border-bottom:none;
	background:#00618b;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(../images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#81c3e1;
	text-indent:30px;
	text-decoration:none;
	background:#00618b;
}

#sidebar ul li a:hover {
	background:url(../images/li-on.jpg) top left no-repeat #f2f7e9;
}
.widget {
	height:138px;
	border:1px solid #016EB1;
	background:#025270;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}


a {
	color:#81c3e1;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}
.cim2{
	font-family:arial,  helvetica, sans-serif;
	font-size:8pt;
	
	padding: 0px;
}
input:focus, input:active, a:focus, a:active, select:focus, select:active, textarea:focus, textarea:active {
  background-color: #ffd;
  color: #000;
}