html {
	height: 101%; 
	margin-bottom: 1px;}

body 
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	background: #ffffff url('images/backbar.jpg') repeat-x;
	margin: 0;
	padding: 0;}

img {
	border: none;}

a {
	color: #ff7f50;
	text-decoration:underline;
	font-weight: bold;}
 a:visited {
	color: #8a2be2;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #32cd32;
	text-decoration: underline;
	font-weight: bold;}
	
h1 {
	color: #73757e;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 10px 0;}

h2 {
	color: #3f4045;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h3 {
	color: #73757e;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h4 {
	color: #3f4045;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	color: #4a4b52;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h6 {
	color: #4a4b52;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
/*hr {
	background-color: #73757e;
	color: #73757e;
	height: 1px;
	width: 80%;}*/
	
ul {
	padding: 0;	
	margin: 0 0 20px 20px;
	list-style: square;}	

/* PAGE LAYOUT IDs */

#wrapper {
	background: url('images/wrapper2col.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	position: absolute;
	left: 500px;
	top: 2px;
	z-index: 1;
	color: #73757e;
	height: 30px;
	width: 380px;
	text-align: right;
	font-size: 85%;}
	
#global a {
	outline: none;
	color: #73757e;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#global a:hover {
	outline: none;
	color: #73757e;
	text-decoration: underline;
	font-weight: bold;}
	
#header {
	position: relative;
	height: 210px;
	width: 900px;}
	
#mainimagearea {
	position:absolute;
	top: 5px;
	left: 15px;
	width: 190px;
	height: 190px;
	z-index: 3;}
	
#logoarea {
	position:absolute;
	top: 40px;
	left: 160px;
	width: 720px;
	height: 100px;	
	text-align: center;
	z-index: 4;}

#logoarea h1 {
	font-weight: bold;
	font-size:31px;
	color: #6495ed;}
	
#logoarea h2 {
	font-weight: bold;
	font-size: 16px;
	color: #73757e;}
#disclaimarea {
	position:absolute;
	top: 650px;
	left: 350px;
	width: 520px;
	height: 250px;	
	text-align: justify;
	z-index: 4;}

#topnav {
	position: absolute;
	left: 220px;
	top: 160px;
	z-index: 2;
	color: #ffffff;
	height: 30px;
	width: 660px;
	text-align: center;
	line-height: 30px;}
	
#topnav a {
	outline: none;
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#topnav a:hover {
	outline: none;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}

#sidebar {
	width: 170px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	font-size: 80%;
	padding: 5px 10px 5px 20px;}
	
#sidebar a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

#sidebar a:hover {
	color: #d2d3d6;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
#content {
				width: 665px;
				float: right;
				text-align: left;
				line-height: 1.6em;
				padding: 0 15px 0 20px;
				  
}

#footer {
	clear: both;
	color: #73757e;
	background: url('images/footer-2col.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 10px 10px 0 0;
	height: 50px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #73757e;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #73757e;
	text-decoration: underline;
	font-weight: bold;}

#navigation {
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 10px;}

#navigation a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;}

#navigation a:hover {
	color: #d2d3d6;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;}
		
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
	
.imageleft-noborder {
	margin: 5px; 
	float: left;}

.imageright-noborder {
	margin: 5px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

.calendar {
	text-align: center;
	padding: 10px;}
