* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url('images/img01.gif') repeat-x;
	text-align: left;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666
}

h1, h2, h3 {
	color: #004e96;
	font-family: Verdana;
}

h1, h2, h3{
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
	margin-bottom: 10px;
}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
  background: transparent url('images/quoleft.png') left top no-repeat;
  line-height: 1.8em;
  text-align:justify;
  width:340px;
}
blockquote div {
  padding: 0 48px;
  background: transparent url('images/quoright.png') right bottom no-repeat;
  
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0px 20px 10px;
}

/* topmenu */

#topmenu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #04AEEC;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	width: 95px;
	height: 45px;
	padding: 18px 0 0 0;
	border-left: 1px solid #04AEEC;
	text-decoration: none;
	text-align: center;
	font-size: 110%;
	color: #004e96;
	/*font-weight:bold;*/
}

#topmenu a:hover {
	background: #01acf4;
	color: #FFFFFF;
	text-decoration: underline;
}

#topmenu .active a {
	background: #01acf4;
	color: #FFFFFF;
}

/* topsection */

#topsection {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#topsection h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	background: url('images/img02.jpg') no-repeat;
	text-align: center;
	font-size: 36px; padding-left:0; padding-right:0; padding-top:70px; padding-bottom:0
}

#topsection h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url('images/header.jpg') no-repeat;
	text-align: right; padding-left:0; padding-right:20px; padding-top:4px; padding-bottom:80px;
	color: #c6d1d3;
}

#topsection a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#mainpage {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

#mainpageflush {
	width: 770px;
	margin: 0 auto;
	padding: 0px 0;
}

/* maincontent */

#maincontent {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#maincontentflush {
	float: left;
	width: 550px;
	padding-top: 30px;
}

#maincontentnobox {
	float: left;
	width: 760px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #04AEEC;
}

/* rightbar */

#rightbar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #04aeec;
}

#rightbar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#rightbar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#rightbar ul {
	margin: 0;
	margin-left: 10px;
	padding: 15px;
	list-style: circle;
	font-size: 125%;
	color: #004e96;
}

#rightbar li {
}

#rightbar a {
	color: #FFFFFF;
}

.rightbox {
	background: url('images/img05.gif') repeat-y;
}

.rightbox h2 {
	background: url('images/img06.gif') repeat-y;
}

/* leftbar */

#leftbar {
	float: left;
	width: 210px;
	padding: 5px;
	background: #516a80;
}

#leftbar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#leftbar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#leftbar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#leftbar li {
}

#leftbar a {
	color: #FFFFFF;
}

.leftbox {
	background: url('images/img05.gif') repeat-y;
}

.leftbox h2 {
	background: url('images/img06.gif') repeat-y;
}


/* bottomfooter */

#bottomfooter {
	clear: both;
	height: 30px;
	background: #FFFFFF url('images/img04.gif') repeat-x;; padding-left:0; padding-right:0; padding-top:25px; padding-bottom:25px;
	color: #004e96;
	}

#bottomfooter p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#bottomfooter a {
	color: #004e96;
}