/*

*/

body {
	margin: 0;
	padding: 0;
	background: #dbeeff url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #004b91;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

#wrapper {
	width: 776px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 775px;
	height: 111px;
	margin-left: 0px
}

/* Menu */

#menu {
	width: 778px;
	height: 38px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;

}

#menu a {
	display: block;
	width: 154px;
	height: 26px;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	border-left: 1px solid #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #5192ce;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #5192ce;
	padding-left: 0;
}

#menu .contactblock a {
	background: #004b91;
	width: 154px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#menu .contactblock a:hover {
	background: #5192ce;
	width: 154px;
	padding-left: 0;
}

#menu .contactblock2 a {
	background: #5192ce;
	width: 154px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

/* Page */

#page {
	width: 773px;
	margin: 0px;

	background: #ffffff;
	border-left: 1px solid #004b91;
	border-right: 1px solid #004b91;
}

/* Content */

#content {
	float: left;
	width: 600px;
	border-left: 1px #ffffff;
	padding: 20px 0px 0px 0px;
}

.post {
	margin-left: 15px;
	margin-right: 15px;

}
.post .entry {
	text-align: justify;
	border-bottom: 1px solid #004b91;
}


/* Sidebar */

#sidebar {
	float: right;
	margin-right: -2px;
	width: 155px;
	padding: 0px;
	color: #787878;

	


}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;

}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}




/* Footer */

#footer {
	height: 65px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	background: #004b91;
	border-top: 0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding-top: 2px;
	line-height: normal;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #8A8A8A;
}

/* Footer2 */

#footer2 {
	height: 12px;
	margin: 0 auto;
	padding-top: 8px;
	background: #004b91;


	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer2 p {
	margin-top: -5px;
	
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

#footer2 a {
	color: #8A8A8A;
}