@charset "utf-8";
a {
	text-decoration: none;
}
a:link {
	color: #0000DD;
}
a:visited {
	text-decoration: none;
	color: #0000E8;
}
a:hover {
}
a:active {
}


* {margin:0; padding:0;}
h3 {
	margin: 5px;
}

body {
	margin: 0px auto;
	background-color: #003366;
}
#wrapper {
	width: 710px;
	margin: 100px auto;
	height: 514px;
	background: url(Images/Bottom_Shadow.jpg) no-repeat bottom;
}
.topshadow {
	background: url(Images/RightEdge_TopShadow.jpg) no-repeat right top;
	height: 10px;
}


#container {
	padding-right: 10px;
	background: url(Images/RightEdge_Shadow.jpg) repeat-y right;
}
#container a:hover {
	color: #003366;
	font-weight: bold;
}


#leftpane {
	width: 230px;
	height: 494px;
	background: url(Images/bldg.gif);
	float: left;
}
#toppane {
	height: 90px;
	background: url(Images/Logo.gif) center -10px;
	float: left;
	width: 470px;
}

#content {
	width: 430px;
	padding: 20px;
	height: 310px;
	float: left;
	background: #FFFFFF;
}
#wrapper #container .bkgimg {
	background: url(Images/mainpic.gif);
}

#content p {
	float: left;
	width: 100px;
	margin-left: 35px;
}


#navpaneL {
	height: 54px;
	width: 235px;
	left: 230px;
	font: italic bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	background: #B4B4F9;
}
#navpaneL a {
	display: block;
	padding-top: 19px;
	padding-bottom: 18px;
}
#navpaneL a:hover {
	background: #CDCDFB;
}


#navpaneR {
	height: 54px;
	width: 235px;
	left: 465px;
	font: italic bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	background: #B4B4F9;
}
#navpaneR a {
	display: block;
	padding-top: 19px;
	padding-bottom: 18px;
}
#navpaneR a:hover {
	background: #CDCDFB;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fltlft {
	float: left;
}
