/* CSS Document */


/* -------------------
Used in all pages
------------------- */

/* Copyright Box Stuff */
.COPYRIGHT_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.COPYRIGHT_container {
	width:664px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
.COPYRIGHT_crossbar {
	width:100%;
	height: 4px;
	background-image:url(../gfx/crossbar.gif);
	margin-bottom:10px;
}



/* Text Styles */
/* Large heading text, blue */
.TEXT_heading {
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
}
/* Normal body text, justified */
.TEXT_body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: justify;
}



/* Layout Divs top of page */
.TOP_layout {
	width: 100%;
	height: 130px;
	background-image: url(../gfx/bluebackground.gif);
}
.TOP_layout_container {
	width: 700px;
	height: 130px;	
	margin-right:auto;
	margin-left:auto;
}
.TOP_layout_logo {
	width: 250px;
	height: 100px;
	float:left;
}
.TOP_layout_picsframe {
	position:relative;
	top: 10px;
	width: 417px;
	height: 111px;
	float:right;
}
.TOP_layout_picsframe_pic_A, .TOP_layout_picsframe_pic_B, .TOP_layout_picsframe_pic_C {
	position:absolute;
	top: 9px;
	width: 133px;
	height: 100px;
	/*background-image: url(../gfx/random/placeholder.gif);*/
}
.TOP_layout_picsframe_pic_A { left: 7px;   }
.TOP_layout_picsframe_pic_B { left: 143px; }
.TOP_layout_picsframe_pic_C { left: 279px; }



/* Table menu layouts */
.TABLE_menu {
	width:694px;
	height:22px;
	background-image:url(../gfx/menubar.gif);
	margin-right:auto;
	margin-left:auto;
}
.TABLE_menu ul {
	display: inline;
}
.TABLE_menu li {
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.TABLE_menu li a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0px;
}
.TABLE_menu li a:link, .TABLE_menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	text-decoration: none;
}
.TABLE_menu li a:hover {
	color: #FF0000;
	background-color:#FFFF00;
}
.TABLE_menu li #current{
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}



/* Body Layouts */
.BODY_layout {
	width:694px;	
	margin-right:auto;
	margin-left:auto;
}
.BODY_layout_left {
	float:left;
	width:390px;
	padding-top:10px;
	padding-left:15px;
	padding-right:22px;
}
.BODY_layout_right {
	float:left;
	width:242px;
	padding-right:15px;
}
.BODY_layout_right_picture {
	border-style:solid;
	border-width:1px;
	border-top:0px;
	width:240px;
	height:220px;
}

/* -------------------
redefined HTML tags
------------------- */
body {
	margin:0px;
	text-align:center;
}
