body {
	background-image: 
	url('images/bg_lines.jpg');
	background-repeat: repeat
	color:#666666;
	font-family:Arial,Helv,sans-serif;
	font-size:.7em;
	margin:0;
	padding:0;
}

a:link, a:visited {
	color: #ccc; 
	font-weight: 
	bold; text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}

.content_title {
position: absolute;
	padding-top: 10px;
	padding-left: 15px;
	font-size:14px;
	margin-bottom: 1px;
	font-weight:bold;
	width: 400px;
	color: #FFF;
	background: url('../images/accessible/images/header.gif') no-repeat top left;
	height: 21px
}

#content_title a, #content_title a:visited {
	color: #DEF0FE;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 13px;
	font-size:12px;
	color: #fff;
	background: url('images/rightheader.gif') no-repeat top left;
	height: 20px
}

#header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 20px;
	color: #fff;
	height: 159px;
	background: url('images/header_02.png') no-repeat;
}

#logo {
display: none;
padding-top: 25px;	
}

#menu {
	float: left;
	width: 130px;
}

#menu a, #menu a:visited {
	display: block;
	background: url('images/menulink.gif');
	padding-top: 3px;
	padding-left: 18px;
	height: 20px;
	color: #ccc
}

#Menu {
font-family: Arial, sans-serif;
border-bottom: 10px solid #A0CEF8;
background-color:#5591cc;
}
#Menu ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
 margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
}
#Menu li {
display: inline; /* Menu links are horizontally aligned using display: inline */
}
#Menu li a {
padding: 7px 0 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
 color: #FFF;
text-decoration: none;
font-weight: bold;
}
#Menu li a:hover {
background-color:#86b8e3;
}
#Menu li a span {
padding: 7px 10px 6px 0;
}
#Menu li a:hover span {
background-color:#86b8e0;
}

#menuheader {
	background: url('images/menuheader.gif') no-repeat;
	height: 23px
}

#menufooter {
	background: url('images/menufooter.gif') no-repeat left top;
	height: 21px
}

#page {
	width: 850px;
	margin: 5px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#rightbar {
	float: right;
	width: 240px;
	background: #FFF url('images/rightcontent.gif');
	text-align:justify;
	color: #ccc
}

#floatleft {
	float:left;

}
#rightfloat {
	float: right;
	text-align:justify;
	color: #ccc;
	height: auto;

	clear: none;
	width: 240px;
}

#rightfloat2 {
	float: right;
	text-align:justify;
	color: #ccc;
	height: auto;
	position: absolute;
	clear: none;
	width: 240px;
}

.bigtext img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #fff;
	text-align: center;
}
   
.text img {
	text-align: left;
	padding: 10px 10px 10px 10px;
}


.box {
	margin-left: 5px;
	margin-right: 250px;
	background: url('images/content.gif') top left;
	text-align:justify;
}

.text {
	color: #FFF;
	padding-left:15px;
	padding-right:2000px;
	padding-top:40px;
	padding-bottom:20px;
	padding-right: 15px;
}

.bigbox {
	margin-left:75px;
	margin-right:15px;
	width:600px;
	background:#fff url('images/bigcontent.gif') repeat-y top left;
	text-align:center;
}

.bigtext {
	color: #FFF;
	background: url('images/bigfooter.gif') 
	no-repeat left bottom; 
	padding-left:75px; 
	padding-right:80px; 
	padding-top:30px; 
	padding-bottom:20px;
	text-align:center;
}

.bigcontent_title {
	padding-top: 15px;
	padding-left: 15px;
	font-size:14px;
	margin-bottom: 1px;
	font-weight:bold;
	width: 600px;
	color: #FFF;
	background: url('images/bigheader.gif') no-repeat top left;
	height: 21px
}

.text_rightbar {
	color: #e2e2e2;
	background: url('images/rightfooter.gif') no-repeat left bottom;; padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:20px
}

#info {
	color: #ccc;
	background: #535353;
	height: 600px;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:	1px solid #858585;
	padding: 5px;
}

#info2 {
	color: #ccc;
	background: #535353;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:	1px solid #858585;
	padding: 5px;
}

#footer{
clear:both;
margin:0 auto;
padding:10px 0 20px 0;
width:760px;
text-align:center;
color:#808080;
font-size:0.9em;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

ol {
	text-decoration: none;
	color: #fff;
}

ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin:0 10px 0 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color: #FFF;
}

h1 {
	padding:105px 20px 0 0;
	font-size:150%;
	font-weight:normal;
	color:#fff;
}

h4 {
	font-size:1.5em;
	font-weight:bold;
	color:#000;
}

h5 {
	margin:0 0 0 5px;
	font-size: 1em;
	text-align:left;
}
