body {
	margin: 0;
	padding: 0;
	background: #fff url(images_css/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #538f05;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

ul, ol { }

blockquote { }

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 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}


#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: left;
	width: 840px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 2px 0px 0px 8px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 13px 25px 2px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 26px;
	background: #fff url(images_css/img02.jpg) repeat-x left top;
	color: #193556;
}

#menu .first a {
	height: 26px;
	background: #fff url(images_css/img02.jpg) repeat-x left top;
	color: #193556;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	
}

#page-bgtop {
	padding-top: 30px;
}

	/** LOGO */

#logo {
	width: 920px;
	height: 134px;
	margin: 0 auto;
	background: url(images_css/img04.jpg) no-repeat right top;
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	/*text-transform: lowercase;*/
	font-size: 32px;
}

#logo h1 {
	padding-top: 43px;
	font-size: 31px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 658px;
	padding-top: 10px;
	padding-right: 30px;
}


/* Sidebar */

#sidebar {
	float: right;
	height:780px;
	width: 177px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5684c2;
	
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 10px 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 10px;
	padding: 17px 10px 10px 7px;
	background: url(images_css/img07.jpg) repeat-x left bottom;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #5684c2;
	
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #538f05;
}

/* Footer */

#footer {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding-top: 30px;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
	background: #d3e2f2;
	border-top: 2px solid #5684c2;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #5684c2;
}

#footer a {
	color: #5684c2;
}
