﻿#wrapper{
	background-position: right top;
	border: 10px solid #327873;
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 1575px;
	background-image: url('../Images/rightSideBar.bmp');
	background-repeat: repeat-y;
}

#header{
	
	background-color:black; 
	height:200px;
	margin:0
}
div.center{
   width: 100%;
   text-align: center
}
img.floatLeft{
	float: left;
	margin-left: 45px;
}
img.floatRight{
	float: right;
	margin-right: 45px;
}
#content{
	margin: 0px;
	float: left;
	width: 667px;
	background-color: #FFFFE3;
}
#sidebar{
	padding: 0px;
	float: right;
	width: 333px;
	margin: 0;
}
.horizontalrow{
	padding: 0px;
	background-color: #3D7874;
	width: 100%;
	height: 30px;
	margin: 0;
}
.horizontalrow2{
	padding:0px;
	background-color:black; 
	width:100%; 
	height:30px;
	margin:0
}
#sidebar p{
	margin: 0px;
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
}
#sidebar ul li{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar ul li a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#sidebar ul li a:hover {
	color: #327873;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #327873;
}
#content p{
	color:white; 
	font-family:"Times New Roman", Times, serif; 
	font-size:2em;
	background-color:black;
}
#content h1 a{
	color:black;
}
#content h1 a:hover{
	color:#327873;
}
#body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:4em;
	color:black;
}
h2{
	font-family:"Times New Roman", Times, serif; 
	font-size:2em; 
	color: black
}
#headerimg.floatleft{
	float:left;
	margin:0;
}
#headerimg.floatright{
	float: right margin:0;
	vertical-align: top;
}
#header p{
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-size: 2.5em;
	text-align: center;
	position: absolute;
	margin-top: 90px;
	margin-left: 275px;
}

