* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
}

a, a:active { color: #808080; }
a:hover, a:focus { color: #fec232; }

h1, h2, h3, h4 { font-family: Trebuchet MS; }

html, body { height: 100%; }

html { 	background: #15243F; }

body {
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #15243F;
}

#corona {
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	width: 320px;
}

/*--- HEADER ---*/

#header {
	padding:20px 0px 10px;
	position: relative;
	height: 120px;
	background: transparent url('header.png') no-repeat scroll bottom center;
}

#header h1 {
	height: 120px;
	background: transparent url('logo.png') no-repeat scroll top center;
	color:#FFFFF;
	font-size:30px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	
}
#header h1 span {
	display: none;
}

#header h2 {
	padding: 0 2px;
	font-size: 12px;
	color: #c8c8c8;
}

#header #avatar {
	float: right;
	margin: 5px;
}

/*--- HEADER ---*/


/*--- NAV ---*/

#nav {
	padding: 0 10px;
	height: 40px;
	background: transparent url('nav.png') repeat-y scroll top center;
}
#nav li {
	float: left;
	margin: 0 3px;
}
#nav li a {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	color: #ffcc33;
}

#nav li:hover {
	background: transparent url('naviteml.png') no-repeat scroll 0px -0px;
}
#nav li:hover a {
	background: transparent url('navitemr.png') no-repeat scroll right 0px;
}

#nav li.active {
	background: transparent url('naviteml.png') no-repeat scroll 0px -40px;
}
#nav li.active a {
	background: transparent url('navitemr.png') no-repeat scroll right -40px;
}

/*--- NAV ---*/


/*--- CONTENT ---*/

#content {
	padding: 10px;
	background: transparent url('content.png') repeat-y scroll top center;
	overflow: hidden;
}

#content h3 {
	float: left;
	clear: both;
	padding: 5px 0;
	font-size: 16px;
}

#content div {
	position: relative;
	float: left;
	clear: both;
	width: 300px;
}
#content div .top {
	float: left;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
}
#content div .bottom {
	float: left;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
}

#content div p {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #004282;
	border-bottom: 1px solid #15243f;
	background-color: #003366;
	line-height: 22px;
	font-size: 12px;
	width:270px;
}

#content ul {
	float: left;
	background-color: #003366;
	width:300px;
}
#content ul li {
	float: left;
	clear: both;
}

#content ul.extlist li {
	float: left;
	clear: both;
	border-top: 1px solid #004282;
	border-bottom: 1px solid #15243f;
	font-size: 12px;
	color: #FFFFFF;
	width:300px;
}
#content ul.extlist li a {
	float: left;
	clear: both;
	padding: 10px;
	width:300px;
}
#content ul.extlist li:hover {
	border-top: 1px solid #004282;
	border-bottom: 1px solid #15243f;
	background: #181818 url('lihover.gif') repeat-x scroll bottom left;
}
#content ul.extlist li img {
	float: left;
	margin-right: 15px;
}
#content ul.extlist li strong {
	display: block;
	margin-top: 5px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #FFFFFF;
}

#content #social ul {
	margin: 1px 0;
}

/*--- CONTENT ---*/


/*--- FOOTER ---*/

#footer {
	padding:0 40px 20px;
	height: 30px;
	background: transparent url('footer.png') no-repeat scroll bottom center;
}

#footer p {
	line-height: 28px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

/*--- FOOTER ---*/


/*--- CREDITS ---*/

#credits {
	padding: 20px;
	text-align: center;
	color: #c0c0c0;
	font-size: 10px;
}
#credits a {
	color: #FFFFFF;
}

#credits a:hover {
	text-decoration: underline;
}

/*--- CREDITS ---*/


input, textarea, select {
font-family:inherit;
font-size:100%;
margin:0;
padding:1px;
}

form.cmxform {
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
background-color: #003366;
border-top: 1px solid #004282;
border-bottom: 1px solid #15243f;
width: 280px;
padding:10px;
}

form.cmxform fieldset { margin-bottom: 10px; margin-top: 10px;}
	
form.cmxform legend {
	padding: 0 0px;
	font-weight: normal;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 15px;
	padding: 15px;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 100px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */