body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3399CC;
	text-align: center;
    background-image :  url(images/mainback.jpg);
    background-repeat : repeat-x;
	background-color: #65BFA4;
}

a:link {color: #FF9933; text-decoration: underline; outline: none}
a:visited {color: #2A528C; text-decoration: underline; outline: none}
a:hover {color: #33CC00; text-decoration: none; outline: none}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}
#topbanner{
	margin-left: 0px;
	padding: 0;
}

#content {
	margin-left: 0px;
	padding: 0;
}

#navigation {
	position: absolute;
	top: 136px;
	left: 0px;
	width: 137px;
	height: 204px;
	background-image: url(images/leftnav_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#middleimages {
	padding: 0 0 0 137px;
	background-color: transparent;
}

#search {
	padding: 0 0 0 0;
	background-color: #15325C;
}

#headlines {
	padding: 0 0 10px 140px;
	background-color: #ffffff;
	text-align: left;
}

#homeflash {
	padding: 0 0 0 0;
	background-color: #ffffff;
	text-align: left;
}

.darkblue {
	background-color: #15325C;
}

p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  color : #000;
      line-height : 120%;
}

.searchwhite{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
	  color : #ffffff;
      line-height : 120%;
}

form {
	display : inline;
	}
