html, body { height: 100%; }

body {
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #222222;
	padding: 0px;
	margin: 0px;
	background: url(../images/gradient.png) repeat-x top #0a0d38;
}

/* Style for top-level container */

.container {
	margin: 10px auto 10px auto;
	width: 780px;
	padding: 0px;
}


/* Styles for curves */

.uppercurve {
	background: url(../images/upper-curve.png) no-repeat center center;
	height: 20px;
	width: auto;
}

.lowercurve {
	background: url(../images/lower-curve.png) no-repeat center center;
	height: 20px;
	width: auto;
}


/* Style for header */

#header {
	width: auto;
	height: 126px;
	background: url(../images/logo.jpg) center center no-repeat #ffffff;
}


/* Styles for upper (secondary) navigation */

#topnav {
	width: auto;
	font-size: 10pt;
	letter-spacing: -1px;
	text-align: right;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	background: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
#topnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul li { float: right; }
#topnav a:link { text-decoration: none; color: #333333; }
#topnav a:visited { color: #333333; text-decoration: none; }
#topnav a:hover { text-decoration : underline; color: #000000; }


/* Styles for main navigation */

#menunav {
	height: 30px;
	width: 100%;
	background-color:  #232323;
}


/* Styles for content */

#content {
	width: auto;
	background: #ffffff;
	margin: 0px;
	padding: 20px 20px;
}


/* Styles for footer */

#footer {
	font-size: 9pt;
	text-align: center;
	background: #ffffff;
}

#footer a:link { text-decoration: none; color: #0000ff; }
#footer a:visited { color: #0000ff; text-decoration: none; }
#footer a:hover { text-decoration : underline; color: #0000ff; }
