
body
{
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	background-color: #FFFFFF;
}

img
{
	border: none;
}

div.header
{
	position:relative;
	font-size:xx-large;
	padding:0;
	margin:0;
	height:115px;
	float:left;
}

.menuFloat
{
position:relative;
width: 100%;
height:115px;
padding:0;
margin:0;
}
.menu
{
	position:absolute;
	right:0;
	bottom:0;
	padding:0;
	height:29px;
	line-height:29px;
	float:right;
}

.underMenuLeft
{
	width: 100%;
	height: 20px;
	background-image: url(../images/LeftBar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.underMenuRight
{
	width: 100%;
	height: 20px;
	background-image: url(../images/RightBar.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.underMenuMid
{
	width: 100%;
	height: 20px;
	background-image: url(../images/MidBar.png);
	background-repeat: repeat-x
}

.bigger
{
font-size:11pt;
}

.menuitem
{
	width:auto;
	float:right;
	height:29px;
	min-width:99px;
	margin-left: 3px;
	text-align:center;
	background-image: url('../images/MenuBase.png');
	background-repeat: no-repeat;
	color: white;
}


A:link,
A:visited,
A:active
{
	color: #333333;
	font-weight:bolder;
	text-decoration:none;
}

A:hover
{
	color: #333333;
	font-weight:bolder;
	text-decoration:underline;
}


.menuitem:hover
{
	text-decoration:underline;
	
}



.menuitem A:link,
.menuitem A:visited,
.menuitem A:active
{
	color: white;
	font-weight:bold;
	text-decoration:none;
}

.menuitem A:hover
{
	color: white;
	font-weight:bold;
	text-decoration:underline;
}

.bold
{
	font-weight:bold;
	font-style:italic;
}

.details
{
	
	padding-left: 15px;
}

ul
{
	padding:0;
	margin:0;
}

li
{
	margin-left: 15px;
}
.oldhover
{
	text-align:center;
	float:left;
	height:35px;
	width:auto;
	min-width:40px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#F2F2F2;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom:none;
	text-decoration:none;
}

.content
{
	float:left;
	width: 880px;
	font-size: 10pt;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height: 100%;
	padding: 10px 6px 10px 20px;
}
.rightcontent
{
	width: 120px;
	float:right;
	padding-top:10px;
}
.main
{
	position:relative;
	background-color:white;
	margin:auto;
	width:900px;
	height:auto !important;
}

.maincontent
{
	padding-left:105px;
	position:relative;
	background-color:white;
	margin:auto;
	width:1040px;

}


.footer
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height: 30px;
	height: auto !important;
	height:30px;
	line-height:30px;
	color: #666666;
	font-size:small;
	font-style:italic;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.center
{
	text-align:center;
}

.gridRowHeader
{
	border-bottom: solid 2px black;
}


span.header
{
	font-size:large;
	font-weight:bold;
}

.instructions
{
	padding-right:15px;
	padding-left:15px;
}




h1
{
	color:#0a297c;
	font-size:larger;
}

H1, H3
{
    font-size: larger;
    font-family: Courier New;
    font-weight: bold;
    font-style:italic;
    color: Black;
    width:30%;
    border-bottom: 1px solid #0a297c;
    text-indent: 8px;
}
