html, body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
	/*background: rgb(232, 234, 236) none repeat scroll 0%;
	background-image: url(images/bgfade.gif);
	background-position:center;
    background-repeat:repeat-y;
	background-color:#e7e7e7;
	*/
}
body {
	background-color:#bbbbbb;
	/*background-image: url();
    background-repeat:repeat-y repeat-x;*/	
}

p {
	margin:10px 10px 10px;
}

h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

h2 {
color: #fff;
font-size: 18px;
font-weight: bold;

}

#bottomnav a:hover{
	font-weight: bold;
	color:#0000CC;
	text-decoration: underline;
}

/*unvisited links*/
a:link {
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
}
/*A class which controls visited links*/
a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
/*mouse over links*/
a:hover {
	font-weight: bold;
	color:#9C3;
	text-decoration: underline;
}
/*selected links*/
a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
/*header*/
#header {
	background-color: #FFF;
}

img{
	border:1px solid #fff;
}

.noborder{
	border:0px;
}

a img{
	border:1px solid #fff;
}

/*container to center the layout-*/
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#222739;
	border:1px solid #000;
}



#content p1 {
	line-height:1.4;
	font-size: 16px;
}

#content p {
	line-height:1.4;
}

#frontpagecontent{
	position:relative; top:-480px; left:175px; width:400px;
}

#wrapper {
	float:left;
}

#content {
	top:-20px;
	padding-left: 20px;
	width: 770px;
	margin: 0 0px;
	position:relative;	
}

#navbar {
	background-color: #ccc;
	/*background-image:url("images/navbarbutton2.jpg");
	background-repeat:repeat-x;*/
	font: 15px arial, verdana, sans-serif;
	top:-25px;
	border: 1px solid #000;
	margin: 0;
	color: #000;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	height:19px;
	position:relative;
}
*html #navbar {	/*only ie gets this style*/
	width:800px;
}
#navbar a {
	color: #000;
	/*background-color:#000066;*/
	/*background-image:url("images/navbarbutton2.jpg");*/
	/*background-repeat:repeat-x;*/
	text-decoration: none;
	/*padding: 5px 30px 5px 30px;
	border: 1px solid #000;*/
	
}
#navbar a:hover { 
	/*background-color:#990000;*/
	/*background-image:url("images/navbarbutton1.jpg");*/
	/*background-repeat:repeat-x;
	padding: 5px 30px 5px 30px;*/
	color:#000066;
}

#bottomgraphic{
	/*border-top:1px solid #000;*/
	top:49px;
	position:relative;
}

/*footer styles*/
#footer {
	position:relative;
	top:60px;
	color:#000;

}

#footer a:link, a:visited, a:active {
     color: #000;
	 text-decoration: underline;
}
#footer a:hover {
     color: #000066;
     text-decoration: underline;
} 

#bottomnav{
top:20px;
padding-left: -20px;
position:relative;
}

#bottomnav a:link, a:visited, a:active {
color:#fff;
}

#bottomnav a:hover {
     color:#9C3;
     text-decoration: underline;
} 

#search{
float:right;
positon:absolute;
margin-right:-5px;
margin-top:-20px;

}

#rightimage{
postion:relative;
margin-left:10px;
margin-bottom:5px;
}

#leftimage{
postion:relative;
margin-right:10px;
margin-bottom:5px;
}

#centertexttag{
align:center;
}
