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


#sidebarR {
	position:absolute;
	left:809px;
	top:-100px;
	width:3px;
	height:1500px;
	background-color: #999999;
}
#apDiv1 {
	position:absolute;
	left:-25px;
	top:-55px;
	width:20px;
	height:600px;
	background-image: url(images/side_trim.jpg);
}
#apDiv2 {
	position:absolute;
	left:343px;
	top:157px;
	width:16px;
	height:450px;
	z-index:2;
}
#sidebarL {
	position:absolute;
	left:-10px;
	top:-100px;
	width:3px;
	height:1500px;
	background-color: #999999;
}
#headerTrim {
	position:absolute;
	left:0px;
	top:125px;
	width:2550px;
	height:2px;
	z-index:1;
	background-color: #999999;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
#content {
	position:absolute;
	left:0px;
	top:45px;
	width:800px;
	height:800px;
}
hr {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #006666;
	width: 100%;
}
#header {
	position:absolute;
	left:0px;
	top:5px;
	width:2500px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundheader.jpg);
	z-index: 1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
}
#container {
	position:relative;
	width:800px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
	top: 105px;
}
body {
	background-color: #DEE7F7;
}
#navbar {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:35px;
	background-color: #DEE7F7;
}
* {
	margin: 0px;
	padding: 0px;
}
#container #content li {
	list-style-type: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #333333;
}
h2 {
	color: #333333;
}
h1 {
	color: #333333;
}
