﻿@charset "UTF-8";
body { 
	background: #F5F5F5;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size : 100%;
}
ul {
	list-style-type: none;
}
hr {
	color : #CCCCCC; 
	height : 1px;	 
	width : 75%;
}
.main {
	border-right: 5px solid #BEC4C8;
	border-left: 5px solid #BEC4C8;
	background-color: #FFFFFF;
}
.datestamp {
	padding: 5px;
	font-size: 70%;
	text-align: right;
	width: 750px;
}
.header {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 750px;
}
.header h1{
	font-size: 130%;
	color: #0033ff; 
	margin: 5px 0px 5px 0px;
}
.header p {
	margin: 0px 0px 0px 0px;
	font-size: 70%;
	color: #9CA4AA; 
}
.header a, .header a:visited {
	text-decoration: none;
	color: #BEC4C8; 
}
.header a:hover {
	color: #9CA4AA; 
}
.tag {
	background-color: #F5F5F5;
	padding: 5px 10px 5px 10px;
	font-size : 70%;
	border-right: 5px solid #BEC4C8;
	border-left: 5px solid #BEC4C8;
	border-top: 5px solid #BEC4C8;
	font-weight: normal;
	width: 750px;
}
.tag a, .tag a:visited {
	text-decoration: none;
	color: #9CA6AD; 
}
.tag a:hover {
	color: #BDC7CE; 
}
.content {
	padding: 10px 10px 0px 20px;
	font-size : 75%;
}
.content h1 {
	color: #0033ff; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 130%;
}
.content h2 {
	color: #0033ff; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 115%;
}
.content h3 {
	color: #BEC4C8; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 110%;
}
.content a, .content a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #0033ff; 
}
.content a:hover {
	color: #9CA4AA; 
}
.content ul {
	list-style-type: disc;
} 
.content li {
	display: list-item;
	margin: 0px 10px 10px 0px;
}
.spiderfood {
	float: right;
	text-align: right;
	width: auto;
	padding: 5px;
	font-size: 80%;
}
.spiderfood a, .spiderfood a:visited {
	font-weight: normal;
	color: #9CA4AA; 
	text-decoration: none;
}
.spiderfood a:hover{
	color: #000000; 
	text-decoration: none;
}
.googlebox {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 250px;
	padding: 10px;
	font-size: 100%;
	height: 250px;
}
.googlebox h3{
	color: #666666; 
	font-weight: bold; 
	font-style: normal; 
	padding: 2px;
}
.sidepanel {
	padding: 0px 10px 0px 10px;
	font-size : 70%;
}
.sitemenu {
width: 170px;
padding: 10px;
margin-bottom: 10px;
font-size: 100%;
}
.sitemenu h3{
color: #0033ff; 
font-weight: bold; 
font-style: normal; 
border: 1px solid #BEC4C8;
background-color: #EBEBEB;
padding: 2px;
font-size: 100%;
}
.sitemenu ul {
margin: 0px 0px 0px 0px;
padding: 2px 0px 2px 0px;

}

.sitemenu li {
margin: 0px 0px 0px 0px;
padding: 1px 0px 2px 0px;
}

.sitemenu a, .sitemenu a:visited {
display: block;
background-color: #EBEBEB;
text-decoration: none;
color: #0033ff; 
border: 1px solid #BEC4C8;
padding: 2px;
width: 100%;
}

.sitemenu a:hover {
background-color: #F5F5F5;

text-decoration: none;
color: #000000; 
border: 1px solid #BEC4C8;
padding: 2px;
width: 100%;
}


.static {
width: 170px;
padding: 5px;
border: 1px solid #BEC4C8;
margin-bottom: 10px;
font-size: 100%;
}

.static h3{
color: #0033ff; 
font-weight: bold; 
font-style: normal; 
border: 1px solid #BEC4C8;
background-color: #EBEBEB;
padding: 2px;
font-size: 100%;
}

.static a, .static a:visited {
font-weight: bold;
text-decoration: none;
color: #9CA4AA; 
border-bottom: 1px dashed #BEC4C8;
}

.static a:hover {
color: #000000; 
border-bottom: 1px solid #BEC4C8;
}


.menu2 {
padding: 5px;
font-size : 70%;
font-weight: normal;
text-align: center;
width: 750px;
border-right: 5px solid #BEC4C8;
border-left: 5px solid #BEC4C8;
background-color: #F5F5F5;
}

.menu2 a, .menu2 a:visited {
font-weight: normal;
text-decoration: none;
color: #000000; 
}

.menu2 a:hover{
color: #9CA4AA; 
}

.footer {
padding: 5px;
font-size : 70%;
width: 750px;
text-align: center;
border-right: 5px solid #BEC4C8;
border-left: 5px solid #BEC4C8;
border-bottom: 5px solid #BEC4C8;
background-color: #FFFFFF;
}

.footer a, .footer a:visited {
font-weight: normal;
text-decoration: none;
color: #9CA6AD; 
}

.footer a:hover{
color: #BDC7CE; 
}


