/* cascading stylesheet for index page */

body, td {
	font-family: arial, Verdana;
	font-size: 12px;
	color: #aa0000;;
	}

p {
	font-family: arial, Verdana;
	font-size:12px;}

body {
	background-color: #800000;
	margin: 0px;
	padding: 0px;
	background-image:url('images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
	}

.banner {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	filter:alpha(opacity=100, style=3);
	height:240px;
	width:750px
	}

.navhead {
	/* where the main navigation bar is below the banner*/ 
	background-image: url('images/bar.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	}

.navhead a:link, .navhead a:visited{
	color: #202020;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	}

.navhead a:hover, .navhead a:active{
	text-decoration: none;
	color:#880000;
	height:15px;
	padding-left:15px;
	padding-right:15px;
	}

.navigation {
	/* left navigation module */
	padding-top: 5px;
	text-align: left;
	background-color: ##FEE5AC;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	}

h3 {
/* headings for sections of left navigation module */
	background-image: url('images/bar2.png');
	padding-left: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #880000;
	height:20px;
	}

/* link properties for left navigation module */
.links a:link, .links a:visited {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding-left: 10px;
	}

.links a:hover, .links a:active{
	color: #880000;
	background-color:#FFFffe;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding-left: 10px;
	}

/* link properties for regular links */
a:link, a:visited {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #880000;
	font-weight: bold;
	text-decoration: none;
	}
