body {
	background-color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 60px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 20px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header h1 {
	font-size: 32px;
	margin: 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sideBar {
	height: auto;
	width: auto;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topBorderRight {
	background-image: url(images/rightBorderTop.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 10px;
	width: 15px;
}
.topBorderLeft {
	float: left;
	height: 10px;
	width: 15px;
	background-image: url(images/leftBorderTop.jpg);
	background-repeat: no-repeat;
}
.middleBorder {
	height: 10px;
	display: block;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #CCCCCC;
}
.topBorder {
	height: 10px;
}
.sideBar ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sideBar li {
	display: block;
	padding: 0px;
	width: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sideBar a, .sideBar a:link, .sideBar a:visited {
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
}
.sideBar a:hover, .sideBar a:active {
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	text-transform: lowercase;
}
.sideBar a:focus {
	outline: none;
	border:none;
}
.sideBar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
li {
	list-style-type: square;
}

.spacer {
	background-color: #eee;
	padding: 0px;
	height: 2px;
	width: auto;
}
#leftColWrapper {
	width: 690px;
	float: left;
	height: auto;
	text-align: justify;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 22px;
	background-color: #CCCCCC;
}

#rightColWrapper {
	width: 250px;
	float: right;
	background-color: #eee;
}
#leftColWrapper h3 {
	font-size: 24px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ourNames {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

#leftColWrapper a, #leftColWrapper a:link, #leftColWrapper a:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#leftColWrapper a:hover, #leftColWrapper a:active {
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
}
#leftColWrapper a:focus {
	outline: none;
	border:none;
}
#noticeWrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-image: url(images/transparentBG.png);
	background-repeat: repeat;
}
#noticeText {
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	visibility: hidden;
	height: 250px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	padding: 20px;
	border: 5px solid #000000;
}
