body {
	background:url(blue1.jpg) repeat-x #fff;
	font-family:tahoma;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:715px;
	min-height:600px;
}
#header {
	height:65px;
	color:#fff;
}
#header h1 {
	font-family:arial;
	text-transform:uppercase;
	letter-spacing:-3px;
	margin-left:15px;
	float:left;
	width:28px;
	font-size:36px;
}
#navigation {
	font-size:90%;
	float:left;
	margin-left:280px;
	margin-top:20px;
}
#navigation ul {
	list-style-type:none;
}
#navigation ul li {
	display:inline;
	margin-right:18px;
	padding-left:18px;
	border-left:1px solid;
}
#navigation ul li.first {
	border-left:0px solid;
}
#navigation a {
	text-decoration:none;
	color:#fff;
	font-weight:heavy;
	border-bottom:1px dashed transparent;
}
#navigation a:hover {
	text-decoration:none;
	color:white;
	font-weight:heavy;
	border-bottom:1px dashed white;
}
#navigation a.active,#navigation a.active:hover {
	text-decoration:none;
	color:#fff;
	font-weight:heavy;
	border-bottom:1px dashed #aaa
}
#splashblock {
	text-align:center;
	min-height:160px;
	background:url(blue2.jpg);
	border-top:12px solid #009;
	padding-right:15px;
}
.sImg {
	margin:15px;
	margin-left:10px;
	margin-top:5px;
	margin-right:0px;
	border:5px solid #fff;
}
#imageBlock {
	margin-top:20px;
	padding-left:5px;
}
#slogan {
	font-family:arial;
	padding-top: 5px;
	clear:both;
	text-align:center;
	font-size:120%;
	padding-bottom:20px;
	letter-spacing:-1px;
	font-weight:600;
	color:#fff;
	width: 715px;
}
#mainContent {
	padding-left:15px;
	padding-right:15px;
}
#mainContent h2,h3,h4 {
	letter-spacing:-1px;
}
#mainContent h1 {
	color:#666;
	
	
	font-size:160%;
	letter-spacing:-3px;
	margin-bottom:-5px;
}
#mainContent h2 {
	
	color:#999;
	letter-spacing:-2px;
	font-size:130%;
}
#mainContent h3 {
	letter-spacing:-1px;
	font-size:120%;
}
#mainContent h4 {
	letter-spacing:-1px;
	font-size:110%;
}
#mainContent p,#mainContent li {
	font-size:90%;
	line-height:140%;
}
#mainContent a,#footer a {
	color:#009;
	text-decoration:none;
	border-bottom:1px dashed;
}
#mainContent a:visited {
	color:#006;
}
.gray {
	color:#aaa;
}
#footer {
	width: 715px;
	text-align: center;
	border-top:10px solid #009;
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	font-size:70%;
	color:#333;
}
#footer .gray {

	color:#666;
}


#curves {
	height:42px;
	margin-top:-30px;
}
#curveleft {
	position:relative;
	left:-330px;
	background:url(bottomleft.png);
	height:42px;
	width:42px;
}
#curveright {
	position:relative;
	left:345px;
	top:-42px;
	background:url(bottomright.png);
	height:42px;
	width: 42px;
}
