html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow: hidden;
	font-family:verdana, arial, sans-serif;	
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-color:#263C5C;
	background:url(grafics/bg.gif);
}

a {
	color:black;
	text-decoration:none;
}

a img {
	border:0;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin-left: 10px;
}

h1 {
	margin:10px 10px 8px 10px;
	font-size:18px;
	font-weight:bold;
	color:#01339A;
}

h2 {
	margin:10px 10px 4px 10px;
	font-size:14px;
	font-weight:bold;
	color:#01339A;
}

h3 {
	margin:4px 10px 4px 10px;
	font-size:11px;
	font-weight:bold;
}

h4 {
	margin:4px 10px 4px 10px;
	font-size:11px;
	font-weight:bold;
	color:#01339A;
}

h5 {
	margin:0;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#01339A;
}

p {
	margin:0 10px 4px 10px;
	font-size:11px;
	color:#333;
}

address {
	margin:0 10px 4px 10px;
	font-size:11px;
	font-style:italic;
	color:#333;
}

img {
	margin:0 10px 0 10px;
	border:1px solid #000;
}

#head {
	position:absolute; 
	margin-left:-401px;
	padding:0;
	left:50%; 
	top:2px; 
	width:800px; 
	min-width:800px; 
	height:150px; 
	background:url(grafics/topback-rc.gif);
	z-index:5;
}
* html #head {
	top:2px;
	width:800px; 
	height:150px;
	background-color:#263C5C;
}
#head ul {
	position:relative;
	margin:0 0 0 10px;
	padding:0;
}
#head li {
	position:relative;
	bottom:0px;
	display:inline;
	padding:0 6px 0 6px;
	height:150px;
	float:left;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}
#head li a {
	position:relative;
	display:inline-block;
	margin-top:132px;
}
#head li:hover {
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#head li:hover  a{
	color:red;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#head img {
	position:absolute;
	bottom:6px;
	right:10px;
}

#content {
	position:absolute;
	display:block;
	overflow:auto;
	top:150px; 
	bottom:25px;	
	width:798px;
	margin-left:-401px;
	left:50%;
 	z-index:3;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
}
* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:798px;
	border-top:152px solid #263C5C; 
	border-bottom:27px solid #263C5C;
}

#content ul,
#content ol,
#content p,
#content td {
	font-size:11px;
	color:#333;
}
#content p a {
	color:#01339A;
}

.submenu ul {
	position:relative;
	display:inline-block;
	width:730px;
	padding-left:10px;
	margin:4px 0 0 4px;
	background-color:darkorange;
}
.subsubmenu ul {
	position:relative;
	display:inline-block;
	width:720px;
	padding-left:20px;
	margin:0 0 0 4px;
	background-color: orange;
}
.submenu li,
.subsubmenu li {
	position:relative;
	display:inline;
	float:left;
	margin-right:10px;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}
#content li:hover a {
	color:red;
}

#anker {
	position:absolute;
	height:100%;
}

#banner {
	position:absolute;
	width: 700px;
	margin: 20px 40px 20px 40px;
	padding: 10px;
	text-align: center;
	background-color:lightgray;
	border: 1px solid darkgray;
}

#foot {
	position:absolute;
	padding:0;
	margin-left:-401px; 
	left:50%; 
	bottom:1px; 
	width:800px; 
	min-width:800px; 
	height:24px;
	z-index:5;
	background:url(grafics/footback-rc.gif);
}
* html #foot {
	bottom:-1px;
	width:800px;
	height:24px;
	background-color:#263C5C;
}
#foot p {
	position:absolute;
	top:6px;
	margin:0;
	width:750px;
	font-size:9px;
	font-weight:bold;
	color:black;
	text-align:center;
}
#foot p a {
	color:#01339A;
}

.Bold {
	font-weight: bold;
}
.post_title {
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
}
.post_title a {
	color:#01339A;
}
.post_date {
	margin-left:10px;
	font-size:10px;
	font-style:italic;
	color:dimgray;
}
.post_short p {
	margin-left:20px;
	margin-bottom:0;
}
.post_short a {
	margin-left:20px;
	margin-top:0;
	font-size:10px;
	font-weight:bold;
	color:#01339A;
}
.newsback {
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
	color:#01339A;
}