body { /* the main page defaults */
	background: #ccccff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

table { /* general table settings */
	width: 100%;
	border-collapse: collapse;
	}

table.adjustable { /* general table settings */
	border-collapse: collapse;
	}


.leftcol { /* left side of the page (background) */
	background: #ccccff;
	width: 30px;
	padding-left: 10px;
	border-right: #333366 3px solid;
}

.rightcol { /* right side of the page */
	background: #ccccff;
	width: 30px;
	padding-right: 10px;
	border-left: #333366 3px solid;
}

.maincol { /* where everything goes, the whole middle content area */
	background: #ffffff;
	color: #000000;
	height: 100%;
	padding: 0;
}

#frontpage { /* the header for the front page */
	background: #021181;
	width: 100%;
	height: 149px;
	color: #971f3e;
	vertical-align: top;
}

#header { /* the top of the page, logo and image area */
	background: #021181 url('images/headerbg.png') no-repeat top right;
	width: 100%;
	height: 149px;
	color: #971f3e;
	font-size: 125%;
	font-style: italic;
	vertical-align: bottom;
	text-align: left;
}

.header { /* making some space for stuff in the header */
	padding-top: 20px;
	padding-left: 50px;
}

#topmenu { /* the horizontal top menu */
	width: 100%;
	float: left;
	text-align: right;
	background: #333366;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

#topmenu a { /* top menu link settings */
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#topmenu a:hover { /* top menu link settings */
	text-decoration: none;
	font-weight: bold;
	color: #7c7cb9;
}

form { /* removing the whitespace before/after the topmenu */
	display: inline;
}

.menuformat { /* left menu text settings */
	margin-right: 10px;
}

.menu { /* the settings for the menu 'box' */
	float: left;
	bottom: 0px;
	background: #7c7cb9;
	text-align: center;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 5px 0px 0px 0px ;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

.menulib { /* setting for the library left menu */
	float: left;
	bottom: 0px;
	background: #7c7cb9;
	text-align: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 5px 0px 0px 0px ;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;

}

.menu img { /* the image in the left menu */
	padding-top: 40px;
}

.content { /* the white content pane of the page */
	padding: 20px 5px 0px 5px;
	width: 100%;
}

.content a { /* links in the content pane */
	color: #971f3e;
}

#eventsbox {	/* Latest News from AST box on main page */
	float: right;
	text-align: left;
	background: #ffffff;
	border: 1px solid #333366;
	color: #021181;
	height: 147px;
}

#eventsbox a { /* links in the news box on the front page */
	text-decoration: none;
	font-weight: normal;
	color: #971f3e;
}

#eventsbox h3 { /* title for the latest news box */
	color: #021181;
	text-align: center;
}

#eventsbox p { /* making spacing around the text in the events box */
	padding-right: 5px;
	padding-left: 5px;
}

#footer { /* bottom of the page */
	float: right;
	color: #971f3e;
	font-size: 75%;
	text-align: right;
}

#footer a { /* links at the bottom of the page */
	color: #971f3e;
}

#footer a:hover {
	color: #000066;
}

.footer { /* text spacing for the footer */
	padding-top: 20px;
	padding-right: 20px;
}

.botleft {
	background: #ccccff;
	width: 30px;
	padding-left: 20px;
}

.botright {
	background: #ccccff;
	width: 30px;
	padding-right: 20px;
}

.bottom {
	background: #ccccff;
	height: 30px;
	border-top: #333366 3px solid;

}

h2 {
	color: #000066;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000066;
}

ul {
	list-style-position: inside;
}
