/* top, right, bottom, left */

/* ---misc styles--- */
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #000000 url(images/stars.gif);
}

.warning {
	color: #ff0000;
	font-size: 8pt;
}

.hidden {
    display: none;
}

.title {
    font-size: 14px;
    font-weight: bold;
}


/* ---main divs--- */
#top {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border: 0px;
	height: 80px;
	color: #00ff00;
	text-align: center;
}

#left {
	position: absolute;
	width: 120px;
	top: 90px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	color: #00ff00;
}

#middle {
	margin: 0px 140px 80px 140px;
	padding: 10px 4% 10px 4%;
	border: 0px;
	background-color: #ffffff;
}  

#right {
	position: absolute;
	width: 120px;
	top: 90px;
	right: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	color: #00ff00;
}


/* ---links--- */
a {
	text-decoration: none;
	font-weight: bold;
	color:  #0000ff;
}

a:hover {
	color: #ffffff;
	background-color: #ff0000;
}

#left a {
	text-decoration: none;
	font-weight: bold;
	color:  #00ff00;
}

#left a:hover {
	color: #ffffff;
	background-color: #ff0000;
}

#right a {
	text-decoration: none;
	font-weight: bold;
	color:  #00ff00;
}

#right a:hover {
	color: #ffffff;
	background-color: #ff0000;
}


/* ---lists--- */
ul {
    line-height: 150%;
}

li {
	padding-bottom: 10px;
}

#right ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	line-height: 130%;
}

#right li {
	padding-bottom: 10px;
}

#left ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	line-height: 130%;
}

#left li {
	padding: 0px;
}
