/* CSS Document */

body {
	margin : 0px;
	color : #000000;
	background: #C5C5A0;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	}
H1 {
	font:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	padding-left:10px;
	}
sup{font-size:9px;}
a:link { color: RED; }
a:visited { color: RED; }

/* This is the class for the header sides */
.sidehead {
	background-image:url(../images/top.bg.gif); 
	background-repeat:repeat-x;
	}

/* This is the class for the menu sides */
.menuside {
	background-image:url(../images/top.menu.side.bg.gif);
	background-repeat:repeat-x;
	background-color:9D9D82;
	}
	
/* This is the class for the menu background */
.menubg {
	background-image:url(../images/menu.bg.gif);
	background-repeat:repeat-x;
	background-color:858563;
	color:#FFFFFF;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	}
	
/* This is the class for the body content */
.bodycontent {
	background-color:#DDDDDD;
	padding:4px 4px 4px 4px;
	width:732px;
	}
	
/* This is the class for the menu links */
a.menulink:link {
	color: #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
	text-decoration:none;
	}
a.menulink:visited {
	color: #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
	text-decoration:none;
	}
a.menulink:active {
	color: #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
	text-decoration:underline;
	}
a.menulink:hover {
	color: #FFFFFF;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
	text-decoration:underline;
	}

.copyright {
	font-size:11px;
	text-align:center;
	padding:4px 4px 4px 4px;
	}
.frontpagelist {
	padding-left:25px;
	padding-bottom:18px;
	padding-top:2px;
	background-image:url(../images/bullet.arrow.gif);
	background-repeat:no-repeat;
	
	}
.UnderHead {
	color:#888870;
	background-color:#888870;
	border-color:#888870;
	border:0px;
	height:5px;
	}
.Heading {
	font-size:24px;
	}
.filesize {
	font-size:10px;
	}
.contentindent {
	padding-left:25px;
	}
.SmallText {
	font-size:12px;
	}
.frontpagehi-lite {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thick;
	padding-bottom:3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	}
.resize {
	width: 300px;
	height: auto;
	}
