/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
}

.clear {
	clear: both;
}
	
body{
	background-color: #1b6aa5;
}

#wrap{
	margin: 0 auto;
	width: 780px;
	background: url(images/mainbg.gif) repeat-y;
}

#masthead{
	margin: 0 auto;
	width: 750px;
	height: 84px;
	background: url(images/masthead.jpg) no-repeat;
}

#titlebar{
	margin: 0 auto;
	width: 750px;
	height: 45px;
	background: url(images/titlebar.jpg) no-repeat;
}

#titlebar h1{
	display: block;
	padding: 5px 105px 0 0;
	font-family: Lucida Sans, sans-serif;
	font-size: 120%;
	text-align: right;
	font-weight: normal;
	letter-spacing: -1px;
}

#toppics{
	width: 750px;
	height: 270px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content{
	background: url(images/header-bottom.jpg) no-repeat;
	width: 750px;
	margin: 0 auto;
}

#buttons{
	height: 44px;
	padding: 2px 0 0 60px;
}

#contentarea{
	background: url(images/contentbg.gif) repeat-y;
	width: 690px;
	margin: 0 auto;
	padding: 0;
}

#content-top{
	background: url(images/content-top.gif) no-repeat;
	width: 100%;
	height: 23px;
}

#contentarea h1{
	color: #343738;
	padding: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 50px;
	line-height: 18px;
}

#infowrap{
	padding: 0 0 0 56px;
}

.infoblock{
	width: 274px;
	float: left;
	margin: 0 28px 0 0;
	background: #dae7f1;
}

.infoblock .header{
	background: url(images/infoheader.gif) no-repeat;
	width: 100%;
	height: 52px;
	line-height: 18px;
}

.infoblock h2{
	display: block;
	color: #fff;
	padding:8px 5px 2px 5px;
	font-family: Lucida Sans, sans-serif;
	font-size: 120%;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
}

.infopiece{
	height: 37px;
	width: 258px;
	background: url(images/infobg.gif) no-repeat;
	padding: 10px 2px 0 14px;
}

.infopiece .top{
	display: block;
	width: 100%;
	font-family: Lucida Sans, sans-serif;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: -1px;
}

.infopiece .bottom{
	display: block;
	margin: 0px;
	padding-bottom: 2px;
	font-family: Arial, sans-serif;
	font-size: 70%;
	line-height: 10px;
}

.infoblock .desc{
	font-family: Georgia, serif;
	font-size: 70%;
	margin: 10px;
	line-height: 12px;
	height: 94px;
}

.infoblock .foot{
	background: #fff url(images/infofoot.gif) no-repeat;
	width: 100%;
	height: 19px;
	padding-bottom: 10px;
}

.footer{
	height: 92px;
	width: 690px;
	background:  url(images/footer.jpg) no-repeat;
	text-align: right;
}

.footer p{
	font-family: Lucida Sans, sans-serif;
	font-size: 70%;
	margin-right: 110px;
	padding-top: 26px;
}