/*
-----------------------------------------------------------------------------
  Standard HTML Element Styles
-----------------------------------------------------------------------------
*/

/* mouseovers have underline */
a:hover {
	text-decoration:underline;
}

/* make the body 100% */
html {
  height:100%;
  margin: 0;
  padding: 0;
  border: 0px;
  color: black;
}

body {
  height:100%;
  margin: 0;
  padding: 0;
  border: 0px; 
}

#wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: 0px; 
}

/* background styling */
body {
	background-image:url('images/bg.jpg'); 
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #dbd6c6;
	font:12px verdana,sans-serif;
	height: 100%;
	*font-size:small;
	*font:x-small;
}

/* pod links */
.podBody a:link, .podBody a:visited {
	color: #8a0a03;
	font-family: arial;
	font-size: 11px;		
}

/* footer links */
.divFooter a:link, .divFooter a:visited {
	color: #8a0a03;
	font-family: arial;
	font-size: 11px;
}

/* main body wrapper */
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

/* makes it full height */
#fullheight {
	height:100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	vertical-align: top; }

/* max width and height */
.fullsize {
	height: 100%; 
	width: 100%;
}

/* max height */
.fullheight {
	height: 100%;
}

/* areas with round logo */
.logoArea {
	height: 120px; 
	width: 121px; 
	background-image:url('images/FISlogo.jpg');
	background-repeat: no-repeat;
	background-color:white;
}

/* grassy area */
.header {
	height: 79px; 
	width: 872px; 
	background-image:url('images/FISgrass1.jpg');
	background-repeat: repeat-x;
	color: white;
}

/* manu bar */
.navArea {
	height: 42px; width: 872px; 
	background-image:url('images/menu_bar.gif');
	background-repeat: repeat-x;
	background-color:white;
	color: white;
}

/* shadow left */
.leftShadow {
	width: 5px; 
	background-image:url('images/bg_left_shadow.gif'); 
}

/* shadow right */
.rightShadow {
	width: 5px; 
	background-image:url('images/bg_right_shadow.gif'); 
}

/* water drops */
.mainBG {
	background:url('images/waterdrops.jpg') no-repeat bottom left white; height: 100%;
}

/* search box */
.searchBox {
	background:url('images/search_box.gif') no-repeat;
	width: 168px;
	height: 30px;
}

/* search text box */
.searchText {
	font-size: 10px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 3px;
	width: 130px;
	border:solid 0 #fff;
	background: transparent 
}

/* search submit button */
.searchSubmit {
	cursor: pointer;
	width: 11px;
	margin-right: 6px;
	background:url('images/search_arrow.gif') no-repeat;
	border:solid 0 #fff;
	vertical-align: text-top;
}

.podHeader {
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.podBody, .podBody td {
	color: #4f4f4f;
	font-family: arial;
	font-size: 11px;
	vertical-align: top;
}

.divFooter {
	height: 100px;
	font-size: 10px;
	text-align:center;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	color:#666666;
	vertical-align:bottom
}

fieldset legend {
	color:#000;
	font:bold 12px Arial,Helvetica;
	margin:0 0 3px 0;
}

fieldset ul {
	margin:7px 0 0 20px;
}

form {
	margin:0;
	padding:0;
}


h1 {
	color:#000;
	font-weight:bold;
	margin: 0px;
	font-size:14px;
}

h2 {
	color:#000;
	font-weight:bold;
	margin: 0px;
	font-size:14px;	
}

h3 {
	color:#000;
	font-weight:bold;
	margin: 0px;
	font-size:12px;
	font-style:italic;
}

h4 {
	margin: 0px;
	font-size: 14px;
}

h5 {
	margin: 0px;	
}

hr {
	background-color: #c3c1c1;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}


.inputButton {
	border:1px outset;
	background-color:#ccc;
}

.inputTxt {
	width:150px;
}


