body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 { 
	font-size: 44px; 
}

h2 { 
	letter-spacing:1px;
	font-family:Tahoma,Verdana;
	font-size: 24px; 
	color:rgb(50,95,134);
	margin-bottom:10px;
}

h2 a { 
	color:rgb(50,95,134);
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h3 { 
	font-family:Tahoma,Verdana;
	font-size: 18px; 
	color:rgb(50,95,134);
	margin-bottom:10px;
	margin-top:20px;
}

p, ul, ol {
	font-size:14px;
	margin-top: 0;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

ul {
	margin-left:20px;
	padding-left:0;
}

li {
	margin-bottom:8px;
	margin-left:0;
	padding-left:0;
}

ul.nav li a {
	color:#5684c2/*rgb(50,95,134)*/;
}

a { 
	color: #538f05; 
}

a:hover { 
	text-decoration: none; 
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 15px 10px 30px;
}

hr { 
	display: none; 
}


/* Logo */

#logo {
	width: 920px;
	height: 134px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat 0 top;
}

#logo h1 {
	padding-top: 16px;
	padding-bottom:1px;
	font-size: 50px;
	font-family:Candara,Arial,Helvetica,sans-serif;
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	font-size: 25px;
	font-family:Candara,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
	letter-spacing:1px;
	text-transform: lowercase;	
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo a:hover {
	text-decoration: underline;
}

#logo #addr {
	float:right;
	padding-top: 32px;
	text-align:right;
	color:white;
	font-size:15px;
	line-height:21px;
}

#logo #icon {
	float:left;
	margin-top:22px;
	margin-right:20px;
	width:90px;
	height:90px;
}

/* Header */

#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 2px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 11px 25px 4px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #fff;
}

#menu a:hover { 
	text-decoration: underline; 
}

#menu .current_page_item a {
	height: 26px;
	background: #fff url(images/img02.jpg) repeat-x left top;
	color: #193556;
}

#menu .first {
	background: none;
}


/* Page */

#page {
	width: 920px;
	margin: 30px auto 0 auto;
	background: #fff url(images/page.png) repeat-y left top;
}


/* Content */

#content {
	/*float: left;*/
	width: 630px;
	padding-top: 10px;
	padding-right: 30px;
}


/* Post */

.post {
	background: url(images/img07.jpg) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom: 25px;
}


.post .slogan {
	font-style:italic;
	color: rgb(50,95,134);
	margin-top:-6px;
}


/* Sidebar */

@media print {
	#sidebar { display:none; }
	#content { width:900px; }
} 

#sidebar {
	float: right;
	width: 220px;
	padding:10px;
	margin:0px;
	margin-top:20px;
	margin-bottom:30px;
	color: #5684c2;
	background:#e0ebf6;	
}

#sidebar h2 {
	color:rgb(50,95,134);
	text-align:center;
	font-size: 22px;
	font-weight: normal;
}

#sidebar p {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
}

#sidebar h3 {
	color:rgb(50,95,134);
	text-align:left;
	font-size: 15px;
	font-weight: bold;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	padding-top:15px;
	border-top:solid 1px rgb(135,179,226);	
}

#sidebar ul {
	margin-left:30px;
	margin-right:15px;
	line-height: normal;
	color:rgb(50,95,134);
}

#sidebar li {
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #5684c2;/*#538f05;*/
}

#sidebar a:hover {
	text-decoration:underline;
}


/* Footer */

#footer-bgcontent {
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 45px;
	background: #d3e2f2;
	border-top: 2px solid #5684c2;
}

#footer {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
}


#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #5684c2;
}

#footer a {
	color: #5684c2;
}
