﻿﻿body {
	background: #3399CC;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 950px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 950px;
	height: 200px;
	background-image: url("images/header.gif");
	margin: 0 auto;
}

#navbar {
	width: 950px;
	height: 35px;
	background: #898989;
	background-image: url("bar.gif");
}

#navbar a {
	font-size: 110%;
	padding: 0 5px 0 5px;
}


#container {
	width: 950px;
	background: #0000ff;
	overflow: hidden;
	background-image: url("side.gif");
}

#maincontent {
	float: right;
	width: 710px;
	border-left: 5px #90C2F8 solid;
	border-right: 5px #90C2F8 solid;
	border-bottom: 5px #90C2F8 solid;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	background-color: #A3D1FA;
}


.sidebarbg { 
	background: #90C2F8;
	background-image: url("images/sidebar.png");
	background-repeat: repeat-y;
	} 

.sidebarbottom{
	width: 200px;
	height: 8px;
	margin-bottom: 10px;
	background-color: #90C2F8;
	} 

#sidebar {
	float: left;
	width: 200px;
   	text-align: left;
	border-style: solid; 
	border-color: #cfcece; 
	border-width: 0px;
	padding: 10px 5px 5px 5px;



	}

#sidebar h2 {
	padding-left: 6px; 
	padding-right: 6px;
	padding-top: 8px;
	color: #ffffff;
	font-family: arial;
	font-size: 18px;
	display: block;  
	text-decoration: none; 
	height: 22px;
	background-color: #3399CC; 
	} 

#sidebar h2 a {
	color: white;
}

#sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebar ul li { 
	display: block;
	} 

#sidebar ul li a { 
	background: url("images/sidebar_sep.png") no-repeat; 
	background-position: bottom center;
	background-color: #90C2F8;
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#sidebar ul li a:hover { 
	background: #d8e6c7 url("images/sidebar_sep.png") no-repeat; 
	background-position: bottom center;	
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#footer {
	width: 950px;
	height: 70px;
	background: #b7b7b7;
	background-color: #3399CC;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
	background-color: #3399CC;
}

#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
