/* standard elements */
html {min-height: 100%;}


* {
	margin: 0;
	padding: 0;
}

a {color: #999999;}
a:hover {color: #666666;}

body {
	background: #00529c url(images/bg2.jpg) repeat-x;
	color: #444;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 30px;
	line-height: 18px;
}
p {
	color: #444;
	font: normal 12px Arial, Helvetica, sans-serif;
}
li {list-style: none;
margin: auto;
padding: 4px;
}

h1 {font: normal 1.6em  Arial, Helvetica, sans-serif; color: #00529c; padding-top: 6px; margin-bottom: 4px;}
h2 {font: bold 1.2em Arial, Helvetica, sans-serif; color: #00529c;}
h3 {font: bold 1em Arial, Helvetica, sans-serif; color: #00529c; letter-spacing:}

form,input {margin: 0; padding: 0; display: inline;}

h2,h3 {padding-top: 6px; margin-bottom: 4px;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #fff;
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 3px;
	width: 945px;
}

.outer-container {
	background: inherit;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #0052ad;
	height: 191px;
	margin-bottom: 5px;
	text-align: center;
}
#headleft {
float: left;
width: 538px;
background-image: url(images/headimg.jpg);
height: 191px;
}
#headright {}
.search_box {
float: right;
}
.bread {
float: left;
padding: 2px 0 0 6px;
}

/* main */
.main {
	background: #fff url(images/body.gif) repeat-y;
	padding: 0 10px 0 0;
	min-height: 400px;
}

/* content */
.content {
	float: right;
	width: 790px;
	min-height: 400px;
	background-color: #fff;

}
#textmenuposition {
padding-left: 150px;
}
#textmenuposition a:link {
color: #666666;
text-decoration: none;
}
#textmenuposition a:visited {
color: #666666;
text-decoration: none;
}
#textmenuposition a:hover {
color: #666666;
text-decoration: underline;
}
#textmenuposition a:active {
color: #666666;
text-decoration: none;
}
/* navigation */
.navigation {
	float: left;
	width: 132px;
}

/* footer */
.footer {
text-align: left;
	background: url(images/footer.gif);
	color: #00529c;
	font: bold 1em sans-serif;
	height: 30px;
}
.footer_left {
float: left;
width: 30%;
margin: 7px 0 0 7px;
padding: 0 0 2px 2px;
background-color: #FFFFFF;
background-image: none;
color: #00529c;
text-align: left;
}
span.footer_left {
background: #ffffff;
}
SPAN {
background: #ffffff;
}
.footer_right {
float:right;
width: 30%;
text-align: right;
padding: 4px 5px 0 0;
background-image: none;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 160px;
	 background-color: #333333;
	 border: 1px solid #000000;
	 
}
.rss-items {
	margin-top:0px;
	padding:0;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	display: none;
	font-size: 8pt;
	background-color: #000000;
	color: #f76b08;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  color:#666666;
  font-size: 8pt;
  list-style:none;
}
.rss-item img {
position: absolute;
right: 210px;
}
.rss-item p {
margin: 0 0 0 50px;
}
.rss-item p b {
position: relative;
top: 10px;
font-size: 11px;
}
.rss-item b {
line-height: 18px;
}
li.rss-item {
padding-bottom: 15px;
}
li.rss-item a {
margin-bottom: 10px;
}
.rss-item a {
	color:#00529c;
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #00529c;
}

.rss-item a:hover {
	color: #00529c;
}


.rss-date {
	font-size: 7pt;
	color: #00529c;
	} 