@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	background-color: #DFDFDF;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFF;
	background-image: url(Assets/Container.png);
	background-repeat: repeat-y;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sibeBar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-left: 10px;
}
.sideContent {
	background-color: #FFF;
	border: 1.5px solid #00F;
	width: 178px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 200px;
}
.sideContent h3 {
	font-size: 90%;
	color: #00F;
	margin-bottom: 0px;
	margin-left: 5px;
}
.sideContent p {
	font-size: 90%;
	margin: 7px;
}


#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 220px;
	text-align: justify;
}
form {
	width: 450px;
}
input.highlighted {
	background-color: #d6d6d6;
	display: block;
	border: 1px solid #525358;
}
textarea {
	border: 1px solid #68655e;
	background-color: #d6d6d6;
	margin-top: 5px;
}


#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #00F;
	margin-top: 0px;
	padding-top: 20px;
	text-align: justify;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #00F;
}
#mainContent p {
	font-size: 100%;
	line-height: 1.4;
	text-align: justify;
}

#footer {
	color: #FFC;
	text-align: center;
	background-color: #00F;
	padding: 7px;
	font-size: 80%;
	background-image: url(Assets/FOOTER.png);
	background-repeat: repeat-x;
}
#navBar {
	display: inline;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-left: 8px;
}
.centered {
	text-align: center;
}
.someclass {
	height: 100px;
	width: 170px;
	border: 1px solid #00F;
	font-size: 95%;
	background-color: #FFF;
}
#pscroller1 {
	background-color: #FFF;
	height: 100px;
	width: 178px;
	border: 1.5px solid #00F;
}
#sibeBar h5 {
	color: #00F;
}
