@charset "utf-8";
/* CSS Document */

/* Fly out */
#wrappertable .flyoutmenu {
	position: absolute;
	width: 230px;
	visibility: hidden;
	z-index: 100;
	margin: 1px 0 0 0;
	padding: 0;
	clear: both;
}
#wrappertable .flyoutmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrappertable .flyoutmenu li {
	display: inline;
	height: 24px;
	margin: 0;
	padding: 0;
}
#wrappertable .flyoutmenu li a {
	display: block;
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 2px 0 1px 5px;
	font-weight: bold;
	font-size: 1em;
	color: white;
	background: #494949;
	
	
	text-decoration: none;
}

#wrappertable .flyoutmenu li a:hover {
	
	background: black;
	
}
#wrappertable .flyoutmenu .selected a {
	background: black;
}
#wrappertable .flyoutmenu .selected a span {
	background: #494949;
	color: #fff;
}
#wrappertable .flyout-bottom {
	width: 230px;
	height: 17px;
	background-image: url(../images/menu-flyout-bot.png);
	background-repeat: no-repeat;
}
/* ************ END TOP MENU ************ */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-position:top;
	background-repeat:no-repeat;	
	margin:0px;
	
}
h1
{
	color:#054687;
	font-size:19px;
}
#main a, a:visited
{
	color: Black;
	text-decoration:none;
}
#main a, a:hover
{
	text-decoration:underline;
}
#blank
{
	background-image:url(/images/blank.gif);
	float:left;
	width:984px;
	height:333px;
}
#menu
{
	font-family:"Arial Narrow", Arial;
	height:38px;
	width:984px;

	background-image:url(images/menu_bg.png);
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
#menu a, a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}
#menu a:hover
{
	text-decoration:none;
	color:#fba057;
}
#menu_end
{
	background-image:url(images/menu_end.jpg);
	background-position:top;
	background-repeat:no-repeat;

	float:left;
	height:15px;
	width:989px;
}

#header
{
	position:inherit;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:984px;
	height:370px;
}
#main
{
	background-image:url(images/blank.gif);

	float:left;

	width:929px;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:30px;
	text-align:left;
	
}
#footer
{
	font-family:Arial;
	background-color:#718392;
	color:#d4e9fa;
	font-size:12px;
	margin-left:3px;
	margin-right:3px;
}
#footer_end
{
	font-family:Arial;
		font-size:12px;
	background-color:#395267;
		margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	color:#FFFFFF;
}
#footer_end a, a:visited
{
text-decoration:none;
color:#d4e9fa;
}
#footer_end a:hover
{
text-decoration:underline;

}
#img
{
	border-width:4px;
	border-color:#e3e3e3;
	border-style:solid;

}
.Quote, .Reference
{
	padding-left:10%;
	padding-right:15%;
}

.new-file
{
	background-color: Red;
	color: White;
	padding: 2px 2px 2px 2px;
	margin-left: 5px;
}

textarea 
{
	font-family: Arial; 
	font-size: 9px;
}