* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../gfx/bodyBG.jpg) repeat-x #013655;
}

a { 
	color: #333;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #555;
}

h1 { 
	font-size:	1.5em; 
	color: #eee;
	background: #326685;
	margin: -15px -15px 15px -15px;
	padding: 0.2em 0.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	/*font-variant:small-caps; */
   font-weight:normal;
}
h2 {
	font-size:	1.4em;
   font-weight:normal;
	/*font-variant:small-caps;*/
	color:#023756;
}
h3 {font-size:		1.3em;}

h4 {
	font-size:		1.2em;
	font-variant:small-caps;
	color:#03588a;
}

p {
	line-height:	1.3em;
   margin-top:5px;
}
ul {
	margin-left: 	22px;
}

.bullet li {
	background:url('/gfx/bullet2.gif') left no-repeat top;
	line-height:	1.7em;
	list-style: 	none;
	padding: 		0 0 0 19px;
	margin: 		0 0 0 -15px;

}
input, textarea, select {
	border: 1px solid #ccc;
	background: #fff url(../gfx/InputBG.gif) repeat-x;
	font-size: 11px;
	margin: 3px;
	padding: 3px;
	color: #000;
}

.inputsubmit {
	background-image: url(../gfx/SubmitBG.gif);
	font-weight: bold;
	width: 240px;
	height: 24px;
	
}

#main {
	width: 		965px;
	margin:		0;
	min-height:	100%;
	height:		100%;
	
}

#top {
	height:		364px;
	width:		100%;
	background:	url(../gfx/topBG.jpg) no-repeat;
	position:	relative;
}

/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{
	position:relative;
	top:322px;
	left:167px;
	width:647px;
	display:block;
	height:42px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(../gfx/blueslate_background.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	
}
.blue #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.blue #slatenav ul li a{
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 15px 0 15px;
	height:28px;
}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background:transparent url(../gfx/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ---------------------- END Blueslate nav ---------------------- */
#container {
	padding: 	15px;
	background: #fff;
	width:729px;
	margin-left:111px;
}

#foot {
	height:		174px;
	width:		100%;
	background:	url(../gfx/footBG.jpg) no-repeat;
	text-align: center;
}

.content {
	margin:			3px 0 0 0;
	padding:		15px;
	background:		url('../gfx/contentBG.gif') no-repeat;
}

