/* CSS Document */

body {
	background:#ffffff;
	color:#000000;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	padding: 0 5%;
	}

img {
	border-bottom: 1px solid #660000;
	}
.nobord {
	border:0px;
	}

a:link {
	color: #CC6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9966CC;
}
.linku a:hover{
	text-decoration:underline;
	}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size:18px;
	font-weight:bold;
	}
h3 {
	padding:0;
	margin:0;
	}
hr { 
	border: none;
	color: #660000;
	height: 1px;
	text-align: center;
	width: 30%;
} 
/* For Internet Explorer */
HTML>BODY HR { margin-right: 0; width: 30%; height: 1px; background-color: #660000; border: none; } /* For Gecko-based browsers */
HTML>BODY HR { margin-right: 0; width: 30%; height: 1px; background-color: #660000; border: 0px solid #660000; } /* For Opera and Gecko-based browsers */

#twocol {
	border:1px solid #660000;
	width:700px;
	}

#menubutts {
	text-align:left;
	width:350px;
}
#menubutts ul {
	display: none;
	}
#menubutts li {
	display:inline;
	border-right: 1px solid #660000;
	}
#menubutts li a {
	margin: 0px 5px;
	padding: 2px;
	/*border:1px solid black;*/
}
#menubutts li a:link, a:visited {
	display:inline;
	background-color: #FFFFEE;
	}
#menubutts li a:hover /*a:active */{
	display:inline;
	text-decoration:underline;
	color:#660000;
	}
#navbutts {
	display:none;
	}
#navbutts ul {
	display:none;
	}	
#navbutts li {
	display:inline;
	border-left: 2px solid #660000;
	}
#navbutts li a {
	margin: 0px 5px;
	padding: 2px;
}
#navbutts li a:link, a:visited {
	display:inline;
	color:#660000;
	}
#navbutts li a:hover /*a:active */{
	display:inline;
	background: #660000;
	color:#FFFFFF;
	}
#frame {
	background-color:#FFFFEE; /* #FFFFEE */
	border:1px solid #660000;
	height:100%;
	left:50%;
	margin-left:-350px;
	padding:0;
	position:relative;
	vertical-align:middle;
	width:700px;
	}
#toprow {
	width:700px;
	background-color:#FFFFEE;
	}
#logo {
	float:left;
	position:relative;
	width:359px;
	text-align:left;
	background-color:#FFFFEE;
	}
#main {
	width:700px;
	position:relative;
	clear:both;
	overflow:visible;
	}
#content {
	overflow:visible; 
	padding: 5px 5px 5px 5px;
	}
	
.leftcol {
		border-right:1px solid #660000;
		}

#footer {
	width:700px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	padding:5px;
	}
#logos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
	left:50%;
	margin-left:-350px;
	padding:5px;
	text-align:right;
	width:700px;
	}
#logos a {
	background-color:#fff;
	color:#660000;
	text-decoration:none;
	}
#logos a:hover {
	text-decoration:underline;
	}
.flashhead {
	height:30px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	vertical-align:middle;
	padding:0px 5px 0px 0px;
	line-height: 30px;
	overflow:hidden;
	background-color: #996600;
	}
#javabuttons ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#javabuttons li {
	display:block;
	float: left;
	margin-left:4px;
	padding:15px 0px 15px 0px;
	}
#javabuttons a {
	background-color: #fff;
	border: 1px solid #660000;
	/*display:block;*/
	padding: 10px;
	}
#javabuttons a:hover {
	background-color: #996600;
	color:#FFFFFF;
	}

