/* Reset browser defaults for consistency */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	color: #000066;
	font-size: 100%;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


/* remove bullets from list menu */

ol, ul {
	list-style: none;
}

/* Basic page layout */
body {


	background-color: #000066;
	background-image: url(../images/bkgd.gif);
	background-repeat:repeat-x;
	font-size: 70%;
	}
div {
	overflow: hidden;
	margin: 0px;
}
p {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}
	
h1 {
	font: 1.3em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight:bold;
	}
#topcurve {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/topcurve.jpg);
	background-repeat: no-repeat;
	height: 240px;
	}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	background-image: url(../images/ShadowRepeat.jpg);
	background-repeat:repeat-y;	
	}

#flashbanner {
	width: 900px;
	padding: 25px 0 0 16px; 
}
#content {
	margin: 3px 0 0 16px;
	width: 864px;
	background-color:#FFFFFF;
	}
#leftcol {
	width: 250px;
	float: left;
	background-color:#FFFFFF;
	}
#rightcol {
	width: 585px;
	float: left;
	background-color:#ffffff;
	}
#footer {
	clear:both;
	margin: auto;
	height: 80px;
	width: 900px;
	background-image: url(../images/bottomcurve.jpg);
	background-repeat:no-repeat;
	}
#validation {
	clear:both;
	float:left;
	padding: 20px 0 0 20px;
	}
/* Hyperlinks */
a {
	text-decoration: none;
	}
		
a:hover {
	text-decoration: underline;
	}	
/*.rollover p {
position:relative;
	top: 9px;
	left: 80px;
	color: #000066;
	} */
.breaker {
	clear: both;
	}
.navtext {
position:relative;
	top: 9px;
	left: 80px;
	color: #000066;
	}
.rollover a {
display:block;
width: 250px; height: 34px;
font: bold 13px sans-serif;;
color: #000066;
background: url(../images/buttons.jpg) 0 -68px no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 0;
color: #000099;
text-decoration: none;
}
.teamleft {
	width: 565px;
	}
.teamleft img {
	float: left;
	}
.teamright {
	width: 565px;	
	}
.teamright img {
	float: right;	
	}
.teamright p {
	font-size: 1.0em;
	text-align: right;	
	}
.teamleft p {
	font-size: 1.0em;	
	}
.vanleft {
	width: 565px;
	}
.vanleft img {
	float: left;
	}
.vanright {
	width: 565px;	
	}
.vanright img {
	float: right;	
	}
.vanright p {
	padding-top: 10px;
	font-size: 1.3em;
	font-weight:bold;
	text-align: right;
	}
.vanleft p {
	padding-top: 10px;
	font-size: 1.3em;
	font-weight:bold;
	text-align: left;
	}
/* Images */



/* Basic layout style for Form */


/* Classes */
.leftspace {
	padding-left:20px;
}
.toplogotext {
	padding: 20px 10px 0px 300px;
}
.footerstyle {
	position:relative; 
	top: 20px;
	margin-right: 10px;
	width:400px; 
	float:right;
}
.footerlinks {
	font-size:1em;
	margin:0px;	
	color:#000099;
}
.footerlinks a {
	color:#000099;
}
/* Blockquote styles */
/* Blockquote styles */
blockquote {
  border-top: 5px solid #000066;
  border-bottom: 5px solid #000066;
  background: #CCCCCC;
  width: 260px;
  text-align: center;
  margin: 5px 5px 5px 0px;
  padding: 0;
  font: 2.0em/2.0em;
  letter-spacing: -1px;
  color: #000066;
  float: left;
  }

.style1 {
	font-size: 16px;
	padding: 4px 8px 4px 8px;
	}
	
ul {
	list-style: disc url(../images/bullet.gif) inside;
}	
	