/* CSS Document */

*{  padding: 0 0;
	margin: 0 0; }

body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	margin: 0px;
	background: no-repeat #90A0B6; 
	}
	
#BGcontainer{
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1120px;
	height: 767px;
	background: url(graphics/background2.jpg) no-repeat #90A0B6; 
	}
	
h1 span {
  margin: 0;
  padding: 0;
  display: none;
  }

h2 span {
  margin: 0;
  padding: 0;
  display: none;
  }
	
ul {
	list-style:none
	}
	
#container{
	width:800px;
	height:601px;
	position:absolute;	
	top:21px;
	left:159px;
	text-align: left;
	}
	
#top{
	width:800px;
	height:76px;
	background: url(graphics/top4.jpg) no-repeat
	}
	
#header_news{
	width:800px;
	height:57px;
	background: url(graphics/header_news.jpg) no-repeat
	}
	
#header_websites{
	width:800px;
	height:57px;
	background: url(graphics/header_websites2.jpg) no-repeat
	}
	
#header_illogd{
	width:800px;
	height:57px;
	background: url(graphics/header_illogd2.jpg) no-repeat
	}
	
#header_about{
	width:800px;
	height:57px;
	background: url(graphics/header_about.jpg) no-repeat
	}
	
#header_contact{
	width:800px;
	height:57px;
	background: url(graphics/header_contact.jpg) no-repeat
	}
	
#header_error{
	width:800px;
	height:57px;
	background: url(graphics/header_error.jpg) no-repeat
	}
	
#logo{
	width:293px;
	height:267px;
	position:absolute;
	left: -62px; 
	top:0px;
	background: url(graphics/fulllogo3.jpg);
	z-index:1;
	}	
	
	#logo a {
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
		}
	
#navcol{
	width:214px;
	height:468px;
	margin:0px;
	padding:0px;
	position:relative;	
	float:left;
	background: url(graphics/navcol4.jpg) no-repeat
	}
	
#navbtns{
	width:196px;
	height:277px;
	margin:0px;
	padding:134px 0px 57px 18px;
	}
		
#content{
	width:586px;
	height:468px;
	position:relative;
	float:right;
	background: url(graphics/content4.jpg) no-repeat;
	}
	
#contenttable{
	line-height: 16px;
	width:532px;
	height:410px;
	margin: 5px 0px 0px 22px;
	overflow:auto;
	}
	
#blogtable{
	position:absolute;
	top:0px;
	left:0px;
	line-height: 16px;
	width:350px;
	height:402px;
	float:left;
	margin: 5px 0px 10px 27px;
	overflow:auto;
	}
	
	#blogtable p {
		padding:0 10px 15px 0;
	}
	
#blogsidebar{
	position:absolute;
	left:383px;
	top:0px;
	width:185px;
	height:425px;
	background: url(graphics/sidebarBG2.jpg) top left no-repeat
	}
	
.contenttext{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #463F72;
	padding:6px 10px 0px 0px;
	}
	
	.contenttext h2 {
		font-size: 14px;
		}
	
	.contenttext a:link{
		color: #6148FF;
		text-decoration:none;
		}
		
	.contenttext a:visited{
		color: #9280FE;
		text-decoration:none;
		}
		
	.contenttext a:hover{
		color: #030FFD;
		text-decoration:underline;
		}
	
	.contentsmalltext{
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		color: #463F72;
		padding:0px;
		}
		
#imagepages {
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	line-height:20px;
	width:532px;
	height:382px;
	margin: 8px 0px 5px 22px;
	overflow:auto;
	}
	
	#imagepages a:link {
		color: #6148FF;
		text-decoration:none;
		}
		
	#imagepages a:visited {
		color: #9280FE;
		text-decoration:none;
		}
		
	#imagepages a:hover{
		color: #030FFD;
		text-decoration:none;
		}
	
.mailman {
	float:right;
	background:url(graphics/mailman.jpg) top left;
	width:200px;
	position:relative;
	margin-left:-200px;
	z-index:1;
	}
	
#copyright{
	width: 400px;
	height: 17px;
	clear:both;
	position:absolute;
	text-align:left;
	top:434px;
	left:165px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #6868B5;
	}
	
	#copyright a:link{
		color: #6868B5;
		text-decoration:none;
		}
		
	#copyright a:visited{
		color: #6868B5;
		text-decoration:none;
		}
		
	#copyright a:hover{
		color: #030FFD;
		text-decoration:underline;
		}
