﻿body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #000084 ;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#C00000 ;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position:  relative;   
	text-align: left;
	width: 780px;
}

#header {
	background: url(banner.gif) no-repeat;
	height: 100px;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #b2c2FF;
        text-indent: 0.30cm;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#sidebar {
	float: left;	
	margin-top: 0px;
	width: 125px;
        background-color: #FFFFFF;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
        background-color: #BBBDFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #000000;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #7d7dBA;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#next {
	float: right;	
	margin-top: 0px;
	width: 125px;
        background-color: #FFFFFF;
         text-align:right
}

#next a {
        background-color: #BBBDFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #000000;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#next a:hover {
	background-color: #7d7dBA;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#next ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#next ul li {
	display: block;
	padding-bottom: 8px;	
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}

#footer {
	background-color: #f5f5ff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}
h3 {
	font-size: medium;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
