﻿body {
	background: #D0D0D0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #666666;
	}
p {
	margin-left: 2em; 
	margin-right: 3em; 
	line-height: 1.4em;
	} 
a {
	text-decoration: none; 
	color: #0060B0; 
	}
a:hover {
	color: #0090F0; 
	}
h1 a, h2 a, h3 a, h4 a {
	border-style: none; 
	color: #49515C; 
	}
h1, h2, h3, h4 {
	margin: 0; 
	font-family: tahoma, arial, helvetica, sans-serif; 
	color: #49515C; 
	}
h3 {
	margin-top: 1.0em;	
	margin-bottom: 1.12em; 
	font-size: 1.5em; 
	font-weight: bold; 
	}
h4 {
	margin-top: 1.0em;	
	margin-bottom: 1.12em; font-size: 1.3em; 
	font-weight: bold; 
	}
hr {
	border: 0;	
	border-top: 1px solid #bababa; 
	height: 1px; 
	}
code { 
	background: #FAFAD2; 
	border: 1pt solid rgb(0,0,0); 
	padding: 6pt; 
	font-weight: normal; 
	color: Black; 
	font : "Courier New", Courier, monospace; 
} 
img {
	border-width: 0; 
	}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: white; 
	text-decoration: none; 
	}
.copyright a {
	color: white; 
	text-decoration: none; 
	}
#container {
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
	}
#header {
	background: #49515C url(/images/header.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #FFFFFF ;
	border-top: 5px solid #FFFFFF ;
	padding: 28px 10px;
	}
#header h1 	{
	color: #E0E0E0;
	margin: 0;
	font-size: 2.0em;
	}	
#title {
	color: #E0E0E0;
	font-family: Comic Sans MS, Verdana, sans-serif;
	font-weight: normal;
	}
#menu {
	background: #858F9E; 
	border-bottom: 4px solid #FFFFFF ;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#menu li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#menu li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#menu li a:hover {
	background-color: #6C7686; 
	}
#menu li a.on {
	background-color: #49515C; color: #C6C4C4; 
	}
#content {
	float: left;
	width: 500px;
	padding-top: 10px;
	margin: 5px;
	text-align: justify; 
	word-spacing: 2px;	
	}	
#sidebar {
	float: right;
	width: 170px;
	word-spacing: 2px;
	padding: 10px;
	background-color: #E8F0F8;
	border-color: #808088;
	border-width: 1px;
	border-style: solid;
	font-size: 75%;
	}
#footer {
	clear: both;
	background-color: #49515C;
	background-repeat: no-repeat;
	background-image: url(/images/footer.jpg);
	background-position: right top;
	border-bottom: 5px solid #FFFFFF ;
	border-top: 10px solid #FFFFFF ;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	}
#footer a {
	text-decoration: none; 
	color: #A2AFBE; border-bottom: 1px dashed #A2AFBE; 
	}
#footer a:hover {
	border-bottom: 1px dashed #FFFFFF ; 
	color: #FFFFFF ; 
	}
