/**
 *  General
 */
body {
	font-family: Helvetica,Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #023b67;
	text-decoration:none;
}
img {
	border: 0px;
}

#global {
	margin: 0px auto 0px auto;
	width: 1024px;
}

/**
 *  Header
 */
#header {
	background: #006aae;
	height: 80px;
	position: relative;
	text-align: left;
}
h1 {
	position: absolute;
	top: 12px;
	left: 30px;
}
ul#nav {
	font-size: 12pt;
	position: absolute;
	right: 0;
	top: 12px;
}
ul#nav li {
	border-right: 2px solid #ccc;
	display: inline;
	margin-right: 10px;
	padding: 0 5px 30px 25px;
}
ul#nav li a {
	color: #ccaa3e;
	font-weight: bold;
}

/**
 *  Content
 */
#content {
	font-size: 12pt;
	text-align: justify;
	margin-top: 60px;
	padding: 10px;
}

#content h2 {
	font-size: 1.5em;
	padding-bottom: 1em;
}

#content p {
	line-height: 1.5em;
	margin: 1em 1em;
}

#content ul {
	line-height: 1.5em;
	margin: 1em 2em;
	list-style-type: square;
}

a#cover {
	float: right;
	font-size: 9pt;
	margin-left: 20px;
	text-align: center;
}
a#cover img {
	display: block;
}

#contact .col {
	color: #666;
	float: left;
	font-size: 10pt;
	width: 300px;
	margin-left: 30px;
	line-height: 1.4em;
}

#contact .position {
	color: #000;
	font-weight: bold;
	margin-top: 15px;
}

#contact .name {
	font-weight: bold;
	margin-top: 5px;
}

/**
 *  Footer
 */
#footer {
	background: #ccc;
	padding-bottom: 10px;
	margin-top: 40px;
}
#footer ul {
	background:#006aae;
	color: #fff;
	display: block;
	margin: 0;
	padding: 7px;
	text-align: right;
}
#footer ul li {
	display: inline;
	margin: 5px;
}
#footer p {
	font-size: 8pt;
	margin-top: 30px;
}

/**
 *  Misc
 */
.clear {
	clear: both;
}

/**
 *  Home page - magazine display
 */
#cover {
	padding: 20px 20px 0 20px;
	background: #eee;
	text-align: left;
}
 
#cover img {
	width: 300px;
}

#cover ul {
	list-style-type: square;
	text-align: left;
}
