body {
	font-family: Verdana,Arial,Sans Serif;
	color: #000;
	font-size: .7em;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	}

a {
	color: #005aa9;
	font-weight: 700;
	text-decoration: none;
	}
	
img {
	border: 0 !important
	}

h1 {
	font-size: 1.4em
	}
	
h2 {
	font-size: 1.2em
	}
	
h3 {
	font-size: 1em
	}
	
ul {
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	ul li {
		line-height: 1.5
		}
		ul li a {
			background: url(../../layout/arrow.png) left center no-repeat;
			padding-left: 9px
			}
			
div#wrapper {
	position: absolute;
	background: url(../../layout/bg.png) left 10px repeat-x;
	padding: 0;
	margin: 0;
	height: 206px;
	width: 100%;
	text-align: left;
	top: 50%;
	margin-top: -103px
	}
div#header {
	width: 760px;
	margin: 0 auto
	}
	div#header h2 {
		padding: 0;
		margin: 0;
		padding-top: 12px;
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 3px;
		color: #fff
		}
		div#header h2 span {
			font-weight: 400
			}
	div#header p {
	margin-top: 0;
	color: #fff
	}
	div#header .logo {
		height: 63px;
		text-align: right
		}
	div#header .logo-margin {
		margin: 50px 0
		}
		div#header .logo img {
			margin-top: 4px
			}
			
div#footer {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	text-align: right;
	height: 20px;
	bottom: 0;
	padding-bottom: 4px
	}
	div#footer a {
		color: #9c9c9c
		}
		
div#content p,
div#content h2 {
	color: #000
	}
			
span.displaynone {
	display: none
	}
