* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12pt;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: #888;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

a input {
	font-size: .9em;
	color: white;

	cursor: pointer;

	background: #ba0001;
	border: 1px solid #000;
}

#pagewrap {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: #333 0 0 5px;
	-webkit-box-shadow: #333 0 0 5px;
	
	display: inline-block;
	
	background: white;
	
	margin-top: 5px;
	margin-bottom: 10px;
	width: 700px;
}

#head {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	
	width: 700px;
	height: 235px;
	display: inline-block;
	
	position: relative;
	
	background: #999;	
	color: white;	
}

#logo {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;

	background: #ba0001;
	padding: 5px;

	display: inline-block;
	float: left;
	height: 225px;
	
	position: relative;
	z-index: 1;
}

#banner {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
	background: url(images/banner.jpg);
	
	display: inline-block;
	float:right;

	text-align: center;
	vertical-align: middle;
	
	padding: 5px;
	
	height: 225px;
	width: 580px;
}

#links {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-box-shadow: #333 0 0 5px;
        -webkit-box-shadow: #333 0 0 5px;

	margin: 10px auto;
	width: 700px;

	background: white;
	font-family: serif;

}

#links a {
	font-family: serif;
	color: #666;
	margin: 5px 8px;

	font-weight: bold;
}

#nav {
	font-family: sans-serif;

	background: #555;
	
	font-size: 8.5pt;
	color: #999;

	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
	padding: 5px;
	
	position: absolute;
	bottom: 0;
	right: 0;
	width: 585px;
	
	z-index: 0;
}

#nav a {
	font-family: Verdana, Arial, sans-serif;

	color: white;
	text-decoration: none;

	margin: 2px 0;
	padding: 2px 10px;
}

#nav a:hover {
	background: #999;
}

.subnav {
	display: inline-block;

	padding: 2px 0;

	font-size: .8em;

	color: #555;
	margin: auto;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subwrap {
	display: inline;

	background: #ba0001;
	margin: 0px;
	padding: 2px;

	color: white;

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.subwrap a {
	margin: 4px 6px;

	font-family: Verdana, Arial, sans-serif;

	color: white !important;
	text-decoration: none;
}

#partners {
	font-family: sans-serif;

	background: #555;
	
	font-size: 8.5pt;
	color: #999;

	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
	padding: 5px;
	
	width: 700px;

	z-index: 0;
}

#partners a {
	color: white;
	margin: auto 20px;
}

#content {
	color: #555;
	text-align: left;
	padding: 20px 60px;
	font-size: 10pt;
}

#content a {
	color: #36c;
	/*color: #ba0001;*/
}

p {
	margin-top: 1em;
}

.aside {
	font-size: .9em;
	color: #888;
	
	font-style: italic;
}

ul {
	margin: 10px 0 0 3em;
}

li {
	margin: 2px auto;
}

.imageitem {
	margin-top: 1em;
	height: 115px;
	padding: 5px;
}

.imageitem p {
	font-size: .9em;
	margin: 8px 0;
}

.imageitem img {
	float:right;
	margin-left: 10px;
}

a img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin-top: 1em;
}

h1 {
	font-size: 1.75em;
	text-align: left;
	border-bottom: 3px double #888;
}

h2 {
	color: #ba0001;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -5px;
}
