@charset "utf-8";
/* CSS Document */

body {
	background:#0b6f8a;
	font-family:calibri,arial,helvetica,verdana;
	font-size:11pt;
	margin:10px 0;
	padding:0;
}
p {
	line-height:14pt;
	font-family: calibri,arial, helvetica, verdana;

}
.text	{
	text-align:justify
}
.letter	{
	margin:30px 0 20px 0;
	font-size:50px;
	font-weight:bold;
}
.letterlinks {
	text-align:center;
	font-size:16px;
}
h1	{
	text-align:center;
	margin:10px 0 5px 0;
}
h2	{
	margin:12px 0 2px 0;
}
h3	{
	margin:14px 0 2px 0;
}
h4	{
	font-weight:bold;
	margin:14px 0 2px 0;
}
img	{
	border-style: none;
}
#leftfix {
	position:fixed;
	top:201px;
	left:50%;
	width:220px;
	margin-left:-488px;
	z-index:20;
}
#main {
	position:relative;
	width:978px;
	/*width:978px;*/
	min-height:600px;
	margin:0 auto;
	border:6px solid #333333;
	background:#DEDEDE;
}
#top {
	position:relative;
	height:155px;
	background:#fff;
	color:#0099ff;
	padding:0px;
	font-size:60px;
	text-align:center;
}
#logo {
	position:relative;
	top:30px;
}
#cornerleft {
	position:absolute;
	top:-6px;
	left:-6px;
	z-index:2;
}
#cornerright {
	position:absolute;
	top:-6px;
	right:-6px;
	z-index:2;
}

#left {
	position:relative;
	top:0px;
	width:222px;
	height:100%;
	float:left;
	z-index:0;
}
#left > div, #leftfix > div {
	position:relative;
/*	min-height:200px;*/
	background:white;
	margin:10px;
	border:1px solid #BEBEBE
}

#right {
	position:relative;
	top:0px;
	width:222px;
	height:100%;
	float:right;
	z-index:0;
}
#right > div {
	height:200px;
	position:relative;
/*	min-height:200px;*/
	background:white;
	margin:10px;
	border:1px solid #BEBEBE;
}

#center {
	position:relative;
	margin:0 220px 10px 220px;
	height:100%;
	z-index:0;
}
#center div {
	position:relative;
	background:white;
	margin:10px 0;
	border:1px solid #BEBEBE;
	padding:5px;
	min-height:644px;
	width:528px;
}
#center div div {
	background:transparent;
	margin:0;
	border:none;
	padding:0;
	min-height:0;
}
#adrow {
	position:relative;
	margin:0;
	z-index:0;
	clear:both;
	display:none;
}
#adrow div {
	position:relative;
	background:white;
	margin:0;
	border:1px solid #BEBEBE;
	padding:5px;
}
#cornerleftdown {
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:2;
}
#cornerrightdown {
	position:absolute;
	bottom:-6px;
	right:-6px;
	z-index:2;
}
#menu {
	position:relative;
	height:30px;
	background:#11A6C6;
}
#menu a {
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	height:30px;
	display:blocK;
	float:left;
	padding:0 10px;
	line-height:30px;
	color:#ffffff;
	position:relative;
	margin:0px;
	background:transparent;
}
#menu a:hover {
	background:#006699;
}
.ul.menu a {
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
.ul.menu a:link {
	cursor:pointer;
}
.ul.menu {
	color:#ffffff;
}
.ul.menu .li {
	background:url(../images/menu.png) repeat-x #666666;
}
.ul.menu .li:hover {
	background:#333366;
}
.ul.menu .li a:hover {
	background:#006699;
}
.ul.menu .li div:hover {
	background:#006699;
}
.sidebar ul {
	font-size:16px;
	position:relative;
	margin:0 0 0 5px;
	padding:0;
}
.sidebar ul ul {
	font-size:95%;
	margin:0 0 0 20px;
}
.sidebar ul ul ul {
	font-size:90%;	
}
.sidebar li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar a {
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
.ad1 {
	font-size:0pt;
	margin:0;
	padding:0;
	line-height:0;
}
.ad1 img {
	margin-top:10px;
}
.ad1 img:first-child {
	margin:0;
}
.ul.checkbox {
	list-style-image: url('images/checkbox.png')
}
