html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #999999;
	height: 100%;
}
img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #999999;
	/*min-height: 100%;*/
	padding: 0px;
	background-image: url(images/window_background.gif);	/*border: 1px solid #00CC00;*/
}
/* Hack for IE */
* html #wrapper {
    /*height: 100%;*/
}
#banner {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 104px;
	overflow: hidden;
}
#banner_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	margin-left: 10px;
	height: 50px;
	width: 940px;
}
#content {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	clear: both;
	width: 940px;
	margin-right: 10px;
	/*background-image: url(images/content_shadow.gif);*/
	/*background-color: #E6E6E6;*/
}
/* Hack for IE */
* html #content {
    float: none;
}
#pic_right {
	float: left;
	width: 640px;
	/*border: 1px solid #00CC00;*/
}
#bodycopy {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #41559B;
	width: 940px;
	margin-left: 0px;
	/*text-align: center;*/
	padding: 10px 10px 0px;
	clear: both;
	background-image: url(images/footer_background3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
}
#bodycopy p {
	margin: 0px 15px 6px 10px;
}
ul {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background: url(images/redbullet.gif) 0 9px no-repeat;
}
.smalldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
#pic_right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 5px 0px 8px;
}
#admin {
	margin-left: 20px;
	margin-top: 10px;	
}
#admin a {
	color: #0000CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#admin h3 {
	font-weight: bold;
	margin: 10px 0px 0px;
	font-size: 14px;
}
#banner_admin h3 {
	font-weight: bold;
	margin: 0px 0px 0px;
	font-size: 16px;
}
