﻿html {
	height: 100%; 
	margin-bottom: 5px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: #000000;
	text-align: center;
	margin: 20px 0 0 0;
}
img {
	border: none;}

a {
	color: #0D1C8C;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #343c4c;
	text-decoration: overline underline;
	font-weight: bold;
	outline: none;}

h1 {
	color: #343c4c;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}

h2 {
	color: #92938b;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h3 {
	color: #646982;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h4 {color: #ffffff;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	color: #EFEFEF;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}

h6 {color: #4c4e61;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {background-color: #4c4e61;
	color: #646982;
	height: 1px;
	width: 80%;}

#wrapper {
	background-color: #ffffff;	
	background-image:url('images/back.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#wrapper2 {
	background-color: #ffffff;	
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#logoarea {
	float: right;
	background-color: #0D1C8C;
	text-align: center;
	height: 105px;
	width: 600px;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
	
#address {
	float: left;
	background-color: #0D1C8C;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	height: 100px;
	width: 265px;
	padding-right: 3px;
	padding-top: 5px;
	border: 10px solid #ffffff;
}
	
#tagline {
	float: right;
	background-color: #999999;
	color: #ffffff;
	text-align: center;
	padding-left: 5px;
	padding-top: 10px;
	height: 40px;
	width: 595px;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
	
#tagline h1 {
	margin: 0;
	padding: 0;
	color: #0D1C8C;
	font-weight: normal;
}
	
#global {
	float: left;
	background-color: #999999;
	text-align: center;
	height: 50px;
	width: 268px;
	padding-right: 3px;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	margin: 0;
	padding: 0;
}
	
#sidebar {
	background-color: #0D1C8C;
	background: #0D1C8C;
	width: 259px;
	float: left;
	color: #EFEFEF;
	text-align: left;
	font-size: 90%;
	line-height: 18px;
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	padding: 10px 5px;
}

.nav {
	font: normal normal normal 100% serif;
	width: 200px;
	text-align: center;
	padding-left: 24px;
	color: #0000FF;
}

.nav a {
	font-weight: bold;
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	background: #999999;
	display: block;
	width: 200px;
	color: #FFFFFF;
	text-decoration: blink;
	padding: 5px;
	margin: 4px 0;
	border: 1px #CCCCCC solid;
	outline: none;
}

.nav a:hover {
	color: #0D1C8C;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	outline: none;}

#content {
	float: right;
	width: 600px;
	border-right: 10px solid #ffffff;}
	
#contentwide {
	float: right;
	width: 880px;
	border-right: 10px solid #ffffff;}

#footer {
	clear: both;
	background-color: #999999;
	color: #0B176F;
	text-align: center;
	width: 880px;
	border: 10px solid #ffffff;
	padding: 20px 0 20px 0;
}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #0D1C8C;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
    color: #4c4e61;
	text-decoration: underline;
	font-weight: bold;}
	
.calendar {
	text-align: center;}
	
.catalog {
    padding: 0px; border-collapse: collapse;
    width: 500px;
    font-size: 100%;
    text-align: center;}

.text-center {
	text-align: center;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #4c4e61}

.imageright {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #4c4e61}

.imageleft-noborder {
	margin: 0 2px 0 5px;
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}