body {
	background:url(background.jpg) repeat-x bottom left;
	background-color: #a2a2fa;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
p {margin-top: 0;}


#wrapper {
	width:790px;
	margin-right:auto;
	margin-left:auto;
}
#header {
	width:100%;
	border: 2px solid #fff;
	background: url(header.jpg) no-repeat bottom left;	
	background-color:#2a39e9;
	height: 244px;
}
#intro { margin-top:-1500px; }
#topnav {
	float:right;
	background-color:#2a39e9;
	color:#fff;
	witdh:300px;
	height: 15px;
	margin:5px 10px 0 0;
	padding:2px 5px 2px 5px;
}
#topnav a {
	color: #fff;
	text-decoration:none;
	padding: 0 5px;
	font-weight:bold;
}
#navbar {
	width:794px;
	height: 37px;
	background: url(images/navLeft.gif) no-repeat top left;
	margin-top: 2px;
}
#navbar div { float:right; }

#navcent {
	width:784px;
	background: url(images/navMid.gif) repeat-x;
	height:37px;
	margin-left: 4px;
}
#navlist {
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#navlist li {
	float:left;
	height:37px;
	line-height:34px;
	font-size: 13px;
	
}
#navlist a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
	display:block;
	}
#navlist li a:hover {color:#7eb0ed; background-color:transparent;}
#navlist li.active a {color:#99c; background-color:transparent;}
#navlist img { padding: 0 5px; }
#content {
	width:794px;
	margin-top: 2px;
	background: url(images/contentTop.gif) no-repeat top left;
	padding-top:8px;
}
#interior {
	float:left;
	background: url(images/contentMid.gif) repeat-y top left;
	width:786px;
	background-color: #fff;
	color: #000;	
	padding: 2px 3px 0 5px;
}
#main {
	float: left;
	width: 550px;

}
#main h2 {
	margin-top:0;
	color: #0505b5;
	font-size: 120%;
}


#rightbar {
	float:right;
	width: 224px;
	margin: 0 0 0 7px;
	color:#fff;
	background-color:transparent;
}
#rightbar a {color:#fff;}
.rgrad {
	width:215px;
	background:url(images/rightGrad.gif) no-repeat top;
	color:#000;
	background-color: #fff;
	padding: 5px 2px 2px 3px;
	margin-bottom:10px;
}
.title {
	border: 1px solid #fff; 
	width:208px;
	height:1.5em;
	background-color:#73b0ed;
	font-size:150%;
	padding: 6px 5px 0px 5px;
	margin-top:15px;
	margin-bottom:5px;
}

#endContent {
	clear:both;
	background: url(images/footTop.gif) no-repeat;
	width:794px;
	height:14px;
}
#footer {
	width:790px;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	color: #fff;
	background-color: #3030fa;
	font-size:10px;
}
#footer div {padding: 0 5px;}
#footer a {color:#fff; background-color:transparent; }
#footer a:link, #footer a:visited {text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footEnd {
	background: url(images/footBot.gif) no-repeat;
	width: 794px;
	height: 7px;
}
#d3web {
	float:right;
	text-align:center;
	margin-right:10px;
	font-size:9px;
}


.imgbrdr {border: 1px solid #000; }
.smalltext {font-size:90%;}

/* CONTACT FORM */
#contact {
	padding:0; margin:0;
}
#contact ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#contact li {
	float:left;
	clear:left;
	width: 100%;
	padding-bottom:.25em;
}
#contact label {
	float: left;
	width:5em;
	margin-right:1em;
}
#contact p {
	clear:left;
	margin-top:.25em
	}
#Submit {
		width:auto;
		margin:0 0 0 6em;
		padding:0 2px 0 2px;
		} 