@charset "UTF-8";
/* CSS Document */

ul {
	margin-left: 20px;
	line-height: 2em;
	list-style-type: none;
}
a {
	padding: 2px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
li a:hover {
	color: #EEEEEE;
	background-color: #3366FF;
}
body {
	font-size: 14px;
	background-image: url(graphics/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	height: auto;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-bottom: 50px;
}
.page_heading {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}
.boldblue_body {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.font-footnotes {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}

.red_heading {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000; /*red*/
}
hr {
	color: #0000FF;
	clear: both;
}
table {
	vertical-align: top;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-collapse: collapse;
}
.table_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #DFD6C5;
	text-align: center;
}
.newstable_heading {
	background-color: #FFFF99
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
li {
	list-style-type: none;
	line-height: 1.5em;
}
/*make second list available*/
li:hover ul
   { 
	display : block; 
	}

/*HORIZONTAL MENU STUFF - E.G. NAVIGATION MENU*/

.row-menu li {
	float : left;
	font-family : verdana, arial, tahoma, sans-serif;
	padding-top:2px;
	}

.row-menu a {
	margin : 0 1px;
	width : 120px; /* definition of menu button size */
	height : 25px;
	float : left;
	display : block;
	text-align : center;
	border : 1px solid #0000FF;
	text-decoration : none;
	color : #0000FF;
	padding-top : 2px;
	padding-bottom : 4px;
	background-image : url('../graphics/background.jpg')
     }
	 
	/*outlines*/
	
.row-menu a:link {
	}

.row-menu a:visited {
	}
	 
.row-menu a:hover {
	border-style : solid;
	border-width : 1px;
	background : #3366FF;
	color : #FFFFFF
     }

.row-menu a:active {
     background : gray;
     border : 1px solid gray; 
     color : #fff;
     } 
     	
.container {
	height: auto;
	width: 700px;
}
.font-boldblack {
	font-weight: bold;
}
.font-caption {
	font-size: 10pt;
	font-style: italic;
}
pre {
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 10pt;
}
.underline-text {
	text-decoration: underline;
}
p.dropcap:first-letter {
	float: left;  /* Make the text flow around the letter */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Color of the font */
	font-size: 3em; /* If it's getting crowded - adjust */
	line-height: 1em;
	padding-right: 0.1em;
	padding-top: 0em;
}
.letterformat {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	height: auto;
	width: 700px;
	margin-left: 50px;
}
.font-red {
	color: #EE0000;
}
