/* CSS Document */

body {
	position: relative;
	clear: both;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
    position: relative;
	clear: both;
	width: 780px;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
	text-align:left;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	font-size: 28px;
	color: #111957;
	font-weight: bold;
	line-height:30px;
}

.header2 {
	font-size: 18px;
	color: #111957;
	font-weight: bold;
	padding-top:10px;
	
}

.header3 {
	font-size: 18px;
	color: #111957;
	font-weight: bold;
	
}

.mediabox {
	padding: 2px  10px 10px 10px;
	background-color: #CBE3FF;
	border: 1px #b0b1ba solid;
	font-size: 12px;
	line-height: 16px;
	width: 200px;
	float: right;
	margin-left:20px;
}

.mediabox2 {
	width:780px;
	height:500px;
	background: url(images/bottomimage.jpg) top left no-repeat;
}
	
	
/* ANCHORS */

a:link {
	color: #111957;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {	
	color: #4680DC;
	text-decoration: none;	
	font-weight: bold;
	}

a:hover {
	color: #4680DC;
	text-decoration: underline;
	font-weight: bold;	
	}

a:active {
	text-decoration: none;
	font-weight: bold;
}
/* footer */

.footerbar
{
	width: 780px;
	padding-top:20px;
	overflow: hidden;
	display: block;
	text-align: left;
	border-top:#003366 1px solid;
}
.contact {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #193AAE;
	line-height: 12px;
	display: inline;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	
}
.copyright {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #003397;
	line-height: 12px;
	display: block;
	text-align: center;
}
.copyrightspace {
	letter-spacing: 3px;
}
