body {
	font-size: 12px;
	color: #000000;
	font-family: arial, verdana, helvetica;
	line-height: 160%;
	background-color: #001738;
}

#boundingBox{
	padding: 16px 0px 0px 0px;
}

#internalBox{
	border: solid 1px #ffffff;
	width: 954px;
}

p {
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	font-family: arial, verdana, helvetica;
}

td {
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	font-family: arial, verdana, helvetica;
}

.footer {
	font-size: 10px;
	color: #1F7EFF;
	font-family: verdana, arial, helvetica;
	line-height: 110%;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #003279;
	font-family: verdana, arial, helvetica;
}

.blue{
	color: #002B69;
	font-family: verdana, arial, helvetica;
}

.tiles {
	background-image: url(images/BannerTilesRepeater.gif);
	background-repeat: repeat-x;
}

a{
	color: #0F75AF;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

a:hover{
	color: #3AA000;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

a.footLink{
	color: #3AA000;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

a.footLink:hover{
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}


/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 11px;
	background-color: #EBEBEB;
	width: 200px;
}

.buttons{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #878787;
	border-style: solid;
	border-width: 2px;
	border-color: red blue blue red;
}

.required{
	color: #3AA000;
}

/********** List Styles ********************/

ol {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 23;
}

li {
	line-height: 130%;
}

/******* Webfodder Logo Sizing for Div *********/

div.fodder{
	filter:alpha(Opacity=100);
	width:32px;
	height:32px;
}

/******* Flyout Menu *********/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-style: solid;	
	border-width: 1px 1px 0px 1px;
	border-color: #000000 #000000 #000000 #000000;
	font-family: arial, helvetica, verdana;
	font-size:11px;
	line-height: 100%;
	z-index: 100;
	color: #002c59;
	background-color: #6bc1ef;
	width: 100px;
	margin:-133px 0px 0px -23px; /*positions the left corner of the dropdown */
	filter:alpha(Opacity=84);
	opacity: 0.84;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-weight: bold;
	color: #002c59;
}

.anylinkcss a:hover{ /*hover background color*/
	width: 100%;
	display: block;
	background-color: #ecffb1;
	text-decoration: none;
	font-weight: bold;
	color: #586c15;
}

.linkItem{
	padding:3px 6px 3px 6px;
}
