/* CSS Document */
/* Layout */
body {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
    height: 100%;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

a:link {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
	color: #085a9f;
	text-decoration: none;
}


a:visited {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
	color: #085a9f;
	text-decoration: none;
}

a:hover {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
	color: #085a9f;
	text-decoration: underline;
}


#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
        min-height: 100%;
	border: thin solid #000000;
	
}

#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 109px;
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	
}

#header_text1 {
	float:right;
	width: 195px;
	height: 100px;
	padding-top: 10px;
	margin: 0px;
font-size: 13px;
color: #054982;	
}

#nav {
	width: 900px;
	height: 33px;
	background: #085a9f;
	
	margin: 0 auto;
	
	text-align: center;
	font-weight: bold;
	
	border-right: thin solid #000000;
}

#nav ul{
padding-top: 9px;	
	
}

#nav li{
display: inline;
text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	
}

#nav a {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	
	color: #ffffff;
}
#nav a:hover {

	text-decoration: underline;
}


#linkhome1{
	float:left;
	width: 425px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}


#contentcontainer {
	width: 900px;
	clear: both;
	padding: 0px;
	margin: 0px;
	
}

#buttons{
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
}



#buttons img{
border-right: thin solid #cccccc;
border-bottom: thin solid #cccccc;

}

#content {
	background-color: #fff;
	width: 900px;
	
	margin: 0 auto;

	
	border-right: thin solid #000000;
}
#bottom {
	background-color: #fff;
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}

#footer {
	clear: both;
	width:900px;
	margin: 0 auto;
	min-height: 100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	padding-left:0px; padding-right:0px; padding-top:0px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
img{
	border:0px;
}

.componentheading {
text-align: center;	
	
}

.moduleheading {
	
text-align: center;

}

.contentpaneopen {
width: 900px;

}

.contentpaneopen table {
	border-collapse: collapse;
width: 900px;
}
.contentpaneopen table td {
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
	padding: 0px;
}
.moduletable_feeds {
	margin: 10px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
		
}
.moduletable_feeds a {
	text-align: center;
	text-decoration: none;
	color: #339;
}

moduletable.header-overlay {

font-color: red;
	
}

table.center {margin-left:auto; margin-right:auto;}



.contentheading {
	
	font-size: 20px;
	font-family:Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
text-align: center;
	margin:0px;
	letter-spacing: 2px;
	font-variant: small-caps;
	height: 31px;
	#line-height: 24px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}