@charset "UTF-8";
body {
	background: #0F6BA7;
	background-image: url(images/bac.jpg);
	background-repeat: no-repeat;
	background-position: 0px 119px;
	margin: 0;
	padding: 0;
	color: #0F6BA7;
	font-size: 12px;
	line-height: 16px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
#banner {
	background-color: #FFFFFF;
	height: 105px;
	width: 100%;
}
#menu_bar {
	background-color: #FC7F04;
	height: 14px;
	width: 100%;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}
#menu {
	height: 14px;
	padding-left: 54px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
}
#menu p {
	float:left;
	color: #FFFFFF;
	padding-right: 31px;
	margin: 0;
}
#menu a {
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 31px;
}
#menu a:hover {
	color: #FFFF00;
}
#content {
	position:absolute;
	left:54px;
	top:139px;
	width:746px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(images/content_shadow.gif);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}
#content p {
	margin: 10px 30px 0px 30px;
}
#content h1 {
	font-weight: bold;
	font-size: 14px;
	color: #FC7F04;
	line-height: 18px;
	margin: 10px 30px 0px 30px;
}
#content .email {
	color: #FC7F04;
	font-weight: bold;
	margin-top: 0px;
}
#content .email a {
	color: #FC7F04;
	text-decoration:none;
	margin: 0px;
}
#content .email a:hover {
	color: #FC7F04;
	text-decoration:underline;
}
#content .bighead {
	margin: 20px 30px 0px 30px;
	font-weight: bold;
	color: #FC7F04;
	font-size: 13px;
}
#content .bighead a {
	color: #0F6BA7;
	text-decoration:none;
	margin: 0px;
}
#content .bighead a:hover {
	color: #0F6BA7;
	text-decoration:underline;
}
#content .bigheadno {
	margin: 0px 30px 0px 30px;
	font-weight: bold;
	color: #FC7F04;
	font-size: 13px;
}
#content .title {
	margin: 10px 30px 0px 30px;
	font-weight: bold;
	color: #FC7F04;
	font-size: 20px;
}
#content .nospace {
	margin: 0px 250px 0px 30px;
}

/**
***ILA Form Content Style
**/

.tdHeader
{
    text-align:center;
    font-size:large;
}
#content .redText 
{
    color:#FF0000;
}

#content li
{   
    list-style-type:disc; 
    list-style-position:inside;
}

#content .smallText 
{
 font-size:x-small;
}

#content .tableHeading
{
    font-size:large;
    color:#FF0000;
}

.centeredTable 
{
    width:95%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.rowBoarders
{
    border-style:solid;
    border-width:1px;
    border-color:Black;
}

.scrollDiv
{
    height:100px;
    overflow:auto;
    border:solid 1px black;
    margin-right:10px;
}

.formTextBox
{
    text-align:right;
    width:80px;
}

.smallTextBox
{
    text-align:right;
    width:18px;
}

.mediumTextBox
{
    text-align:right;
    width:52px;
}