/* CSS Document */

.top_image, .menu, .footer { display: none; }

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
	line-height:2.0em;
	/*Margins of the main boxed area
		margin-top:20px;
		margin-bottom:20px;
		margin-left:150px;
		width:672px;
	background-color:#FFFFCC;
	border: 1px #000000 solid;
	padding:15px;*/
	}
	
/* Sets the menu bar using absolute positioning */

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style:normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
	text-align:center;
	background-color:#FFCC33;
	border:1px solid black; 
	padding: 5px;
	/*position:absolute;
	top:40px;
		left:166px;
		width:659px;
		height:25px;*/

}

/* Sets the page title over the main graphic */

.page_title {
	font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#669999;
	/*position:absolute;
		top:150px;
		left:530px;
	padding:1px;*/
}

/* Main grahic as part of the title */

.top_image {
	margin-top:40px;
	border:1px solid #000000;
}

/* Link properties */

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:focus {
	color:#990000; 
	text-decoration:none;
}
	
a:hover {
	color:#990000; 
	text-decoration:none;
}

a:active {
	color:#CCCCCC; 
	text-decoration:none;
}

/* Places a border around images used in links */

a img {
	border:1px #000000 solid;
}

ul { 
	font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
}
	
li {
	list-style-type:square;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}	

/* used in tables - .row_elm is the heading and .row_elm_sub is the text below the heading */

.row_elm {
	border: 1px #000000 solid; 
	background-color:#FFCC33;
	font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
	line-height:1.0em;
	vertical-align:top;
}

.row_elm_sub {
	font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
	line-height:1.0em;
	vertical-align:top;
}

/* Inset is the SplashScreen bit */
	
.inset {
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	text-align:justify;
	border: 1px #000000 solid;
	padding: 5px;
}

/* Caution box at footer */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#666666;
	line-height:1.1em;
	width:230px;
	padding:5px;
	text-align:center;
	border:1px dashed gray
}

