/* CSS Document */

html {
	height: 100%;
}
body {
	/*height: 100%;*/
	padding: 0px;
	text-align: center;
	background-image: url(../images/background.gif);
	margin: 0px auto;
}
#wrapper {
	height: 100%;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background: #BBCCFF url(../images/fullbg.jpg) repeat-y right 100px;
	border-top: 2px none #000000;
	border-bottom: 2px none #000000;
}
#content {
	text-align: left;
	float: left;
	width: 520px;
	/*height: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}
a:link, a:active, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#content .heading {
	font-weight: bold;
	color: #009900;
}
.directory_left {
	float: left;
}
.directory_right {
	float: right;
	width: 150px;
	line-height: 180%;
}
.directory_right img {
	position: relative;
	top: 4px;
}
.heading img {
	position: relative;
	top: 4px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009900;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	background-color: #000000;
	background-image: url(../images/stripes.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright img {
	float: right;
	margin-right: 6px;
}
.error {
	color: #FF0000;
}
li {
	list-style-type: none;
	background: url(../images/icons/bullet_blue.png) no-repeat 1px 2px;
	padding-left: 20px;
	line-height: 130%;
	margin: 5px;
}
.indented {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #subnav {
	text-align: center;
	position: relative;
	margin-top: 10px;
}
#content #subnav a {
	font-size: 10px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 170%;
}
#content #subnav a.thispage {
	font-weight: bold;
}
#content #subnav a:hover {
	text-decoration: underline;
}
#content label {
	width: 120px;
	float: left;
}
.alertbox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background: #9FBAFF;
	padding: 5px;
}
#wrapper #content .heading a {
	color: #009900;
}
