
* {
	margin: 0;
	padding: 0;
}

body {
	background: #0f3b82 url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #555;
}


h1, h2, h3, h4 {
	margin: 0;
}

h1, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #F2F2F2;	
	font-weight: normal;
	color: #003895;
}

h2 {
	margin-bottom: 8px;
	font-weight: normal;
	color: #003895;
}

h1 {
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: -0.03em;
}


h2 {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -0.08em;
}

h3 {
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -0.01em;
}

h4 {
	font-size: 101pt;
	font-weight: bold;
}

img {
	padding: 6px 0 10px 0;	
}

p, ul, ol {
	margin-bottom: 0.6em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 6px 6px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #003895;
}

a:hover {
	text-decoration: none;
}


/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 135px;
	background: #fff url(images/img03.gif) no-repeat;
}

#header ul {
	list-style: none;
	padding: 0.7% 0 0 84%;
}

#header li {
	display: inline;
	margin: 0 0 0 4px;
}


/* Menu */

#menu {
	float: center;
}

#menu li#act{
	padding-left: 24px;
	font-size: 17pt;
	font-weight: bold;
	color: #003895;
	text-decoration: none;
	letter-spacing: -1px;
}

#menu ul {
	margin: 0;
	padding: 90px 68px 0 35px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 24px;
	font-size: 14pt;
	font-weight: bold;
	color: #003895;
}

#menu a:hover {
	font-size: 14pt;
	font-weight: bold;
	color: #ccc;
	text-decoration: underline;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 830px;
	padding: 0 0 0 80px;
}

.post {
	padding-top: 70px;
	padding-right: 40px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #003895;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry2 {
	background-image: url(images/ag.gif);
	background-repeat: no-repeat;
}

/* Footer */

#footer {
	background: url(images/img05.jpg) no-repeat;
	}

#footer p {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
	color: #ddd;
	font-size: 0.95em;
	line-height: 150%;	
	letter-spacing: -0.02em;
}

#footer a {
	color: #ddd;
}