@charset "utf-8";

/* Elements */
body {
	background-repeat: repeat-x;
	background-color: #adadac;
	text-align: center;
}

/* Layout */

#container{
	width: 1024px;
	background-color: #ADC1F8;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: large;
	color: #000;
}

#header {
background-color: #00927d;
text-align: center;
height: 196px;
}

#nav {
	text-align: center;
	background-color: #004682;
	height: 44px;
	background-image: url(../images/topbar_bg.gif);
}

#sidebar {
width: 196px;
height: 100%;
float: left;
}

#content{
	float: left;
	padding: 10px;
	width: 808px;
	font-weight: normal;
	color: #000;
	font-size: medium;
}

#footer{
clear: both;
text-align: center;
background-color: #ccc;

}

/* Classes */
h1 {
	color: #000066;
}h3 {
	color: #000066;
}
.justified {
	text-align: justify;
	font-size: small;
	font-weight: bold;
}

.gallery {width: 800px; overflow:}
.bluefont {
	color: #008;
	font-weight: bold;
	text-align: center;
}
.notbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
