* {
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12.5pt;
	line-height: 1.75em;
	color: #888;
	background: #D0E3F1 url(../images/images-bg3.jpg) center center no-repeat;
	background-size: cover;
}

body,input {
	font-family: Verdana, sans-serif;
}

br.clearfix {
	clear: both;
}
h1{
	font-weight: bold;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	margin: 28px 0 25px 0;

}
h2{
	font-weight: bold;
	color: #222;
	font-family: Verdana, arial, sans-serif;
	font-size: 1em;
	margin: 0 0 3px 0;

}
h3{
	font-weight: normal;
	color: #447289;
	font-family: Verdana, arial, sans-serif;
	font-size: 1.4em;
	margin: 0 0 5px 0;

}
p {
	margin-bottom: 1.5em;
}
em{
	font-weight: bold;
	font-size: 11px ;
	font-style: normal;
}


#menu {
	line-height: 40px;
	font-family: Verdana, sans-serif;
	padding: 0 6px 0 6px;
	width: 888px;
	height: 40px;
	font-size: 1em;
	background: #447289;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	color: #FFF;
	font-weight:bold;
}


#menu a {
	color: #FFF;
	text-decoration: none;
	display:block;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 14px 0 14px;
	height: 40px;
	display: inline-block;
	float: left;
}


#menu ul li:hover {
	background: #336177;
}

#menu ul .current{
	color: #ffffff; 
	background: #336177; 
	text-decoration: none;
}

#wrapper {
	width: 900px;
	position: relative;
	background: #fff;
	margin: 60px auto 0 auto;
}

#splash {
	height: 200px;
	position: relative;
	width: 900px;
	background: #D8DBE0;
	overflow: hidden;
	margin-bottom:1px;
}

#photo{
	float:left;
	margin: 0 30px 0 0;
	}

#page {
	color: #444;
	padding: 40px 35px 25px 35px;
	margin: 0;
	width: 900px;
	position: relative;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.box ul {
	list-style-position: outside;
	padding: 0 0 0 15px;
	}
.box ol {
	list-style-position: outside;
	padding: 0 0 0 23px;
	}
.box ul li a{
	text-decoration: none;
	color: #447289;
	}
.box ul li a:hover{
	text-decoration: none;
	
	color: #444;
	}
#content {
	width: 830px;
	padding: 0;
	float: left;
}
.box {
	margin: 0 0 30px 0;
}
#cinfo{
	text-align: center;
	overflow: hidden;
	}
.inline{
	font-weight: bold;
	}

#footer {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 0.9em;
}
