/**
* main styles
*/

body {
	font-family: verdana,georgia,helvetica,arial,sans-serif;
	background: url("../img/bg2.png") repeat-x;
	color: #454545;
	font-size: 1em;
}

.pageWrapper {
	width: 790px;
	margin: auto;
}

h1 {
	padding: 10px 0px 50px 0px;
	text-align: center;
	position: relative;
	width: 790px;
}

h1 span {
	width: 281px;
	height: 75px;
	position: absolute;
	left: 255px;
	top: 10px;
	background: url("../img/logo.png") no-repeat; 
}

a {color:#1d1d1d;} 

a:hover {color:#415469;}

/**
* info styles
*/

.info {
	color: #d5e0ec;
	margin-left:46px;
	width: 713px;
	background: url("../img/contentMainMiddle.png") repeat-y;
}

.info h2 {
	font-weight: normal;
	text-align: center;
	font-size: 1.4em;
	padding-top: 14px;
	color: #fff;
	margin-bottom: -14px;
	background: url("../img/contentMainTop.png") no-repeat;
	height: 52px;
	overflow: hidden;
}

h2.extraPadding {
	padding-bottom: 20px;
}

.info h3 {
	padding: 12px 25px 12px 25px;
	font-weight: bold;
	font-size: .8em;
	margin: 0px;
}

.info p {
	font-size:.8em;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px 50px 12px 25px;
}

.info p.last {
	padding-bottom: 33px;
	background: url("../img/contentMainBottom.png") no-repeat bottom;
	margin-bottom: -14px;
}

html *.info p.last {
	margin-bottom: 0px;
}

.info p.lastWithPadding {
	padding-top: 12px;
	padding-bottom: 33px;
	background: url("../img/contentMainBottom.png") no-repeat bottom;
	margin-bottom: -14px;
}

html *.info p.lastWithPadding {
	margin-bottom: 0px;
}

/**
* subInfo
*/

.info .subInfo {
	overflow: hidden;
	color: #343434;
	font-size:.9em;
	margin-left: 25px;
	width: 713px;
	background: url("../img/contentSubMiddle.png") repeat-y;
}

.info .subInfo .contentWrapper {
	overflow: hidden;
	width: 100%;
	background: url("../img/contentSubTop.png") no-repeat 0px top;
}

.info .subInfo .contentWrapper .content {
	overflow: hidden;
	width: 100%;
	background: url("../img/contentSubBottom.png") no-repeat 0px bottom;	
}

.info .subInfo p {
	padding: 0px 80px 15px 20px;
}

.info .subInfo p.first {
	padding-top: 20px;
}

.info .subInfo p.last {
	background-image: none;
	padding-bottom: 20px;
}

.info .subInfo ul {
	float: left;
	width: 300px;
	padding: 0px;
	margin-left: 20px;
	list-style: none;
}

.info .subInfo ul li {
	font-size: .8em;
}

.info .subInfo .content h3.date {
	font-weight: normal;
	margin: 0px;
	padding: 15px;
	font-size: 1.1em;
}

.info .subInfo ul li h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.2em;
}

/**
* footer
*/

.footer {
	margin-top: 30px;
	font-size: .8em;
	text-align: center;
}

.footer a {
	color: #2798CA;
}

.footer a:hover {
	color: #19698C;
}
