a{
	background: transparent;
	color: #0000a0;
	text-decoration: none;
}

a,body,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,ol,p,td,th,ul{
	font-family: "Verdana","Arial","Georgia","Helvetica",sans-serif;
	font-size: 100%;
}

a:hover{
	text-decoration: underline;
}

body{
	background: url(images/bgimage.jpg) #e9ead3 repeat-x;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 30px 5px 20px 5px;
	text-align: center;
}

div{
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.blog p{
	background: #f4f4e8;
	border: 1px solid #000000;
	color: #000000;
	font-size: .8em;
	margin: 5px 2px 5px 2px;
	padding: 3px 3px 3px 3px;
	text-align: justify;
}

div.bluebox {
	background: #5391aa;
	border: 1px solid #d0d0d0;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

div.bluebox a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div.bluebox a:hover{
	text-decoration: none;
}

div.bluebox p{
	font-size: .75em;
}

div.center{
	text-align: center;
}

div.container{
	margin-left: auto; /*border:1px solid #000000;*/
	margin-right: auto;
	width: 800px;
}

div.whitebox{
	background: #f5f5eb;
	border: 2px solid #d0d0d0;
	color: #000000;
	padding: 5px;
}

h1{
	background: transparent;
	color: #37608f;
	font-size: 1.5em;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	background: transparent;
	color: #706d8a;
	font-size: 1em;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3{
	background: transparent;
	color: #cc6600;
	font-size: 1em;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3.about {
	background: transparent;
	color: #37608f;
	font-size: 1em;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h4{
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4.about {
	background: transparent;
	color: #37608f;
	font-size: .9em;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h5{
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr{
	background: #000000;
	border: 0px none;
	color: #000000;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 95%;
}

input {
	margin: 3px 5px 8px 5px;
	padding: 2px 2px 2px 2px;
}

li{
	font-size: .8em;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.center {
	font-size: .8em;
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

p.normal {
	font-size: .8em;
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

span.orglinks a{
	background: transparent;
	color: #cc6600;
}

span.redbold {
	background: transparent;
	color: #dd0000;
	font-weight: bold;
}

table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.menu{
	background: #5391aa;
	color: #ffffff;
	width: 100%;
}

table.menu td{
	color: #ffffff;
	font-size: .85em;
	font-weight: bold;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

table.menu td a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

table.menu td a:hover{
	text-decoration: none;
}

table.menu td.off{
	background: #5391aa;
	color: #ffffff;
}

table.menu td.on{
	background: #37628f;
	color: #ffffff;
}

td{
	line-height: 100%;
}

td.menu1{
	background: #37628f;
	color: #ffffff;
	font-size: .85em;
	font-weight: bold;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

textarea {
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

ul{
	list-style: disc outside;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
}