/* Basic HTML */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
body {
	background-color: #00B0FF;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #209DE6;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #CCCCCC;
	border: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	margin: 8px 2px 8px 2px;
	text-align: left;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	color: #00B0FF;
	border-bottom: 1px solid #00B0FF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
form {
	margin: 0;
}
#content p {
	line-height: 1.5em;
	padding-top: 0;
	margin-top: 0;
	text-align: justify;
}
#content ul {
	line-height: 1.5em;
}

/* Main */
#main {
	background-color: #FFFFFF;
	width: 960px;
	margin: auto;
	padding: 0;
	text-align: left;
}

/* Header */
#header {
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	height: 100px;
}

/* Logo */
#logo {
	width: 350px;
	padding: 0;
	margin: 22px 0 0 0;
	display: block;
	float: left;
	text-align: center;
}
#logo img {
	border: 0;
}

/* Text */
#header #text,
#header #menu {
	margin: 0;
	float: right;
	width: 600px;
	height: 50px;
}
#text {
	color: #00B0FF;
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: right;
}
#text span {
	height: 50px;
	line-height: 45px;
	vertical-align: middle;
	margin-right: 15px;
}

/* Menu */
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	margin-left: 30px;
}
#menu li {
	padding-top: 4px;
	display: block;
	float: left;
}
#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	padding: 14px 9px;
	display: block;
	margin: 0;
	border: 0;
	border-left: 2px solid #999999;
}
#menu a:hover {
	background-color: #999999;
	color: #EEEEEE;
}
#menu .menu_current a:link,
#menu .menu_current a:active,
#menu .menu_current a:visited,
#menu .menu_current a:hover {
	background-color: #666666;
	color: #EEEEEE;
}

/* Banner */
#banner {
	background-color: #999999;
	height: 300px;
	width: 960px;
	padding: 4px 0px;
	margin: 0;
	clear: all;
}
#banner img {
	border: 0px;
}

/* Divider */
#divider {
	background-color: #999999;
	height: 5px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	clear: all;
}
#divider img {
	border: 0px;
}

/* Content */
#content {
	background-image: url(content-bg.png);
	background-repeat: repeat-x;
	padding: 30px 30px 10px 30px;
	margin: 0px;
	font-size: 0.85em;
	min-height: 300px;
}

/* Footer */
#footer {
	background-image: url(footer-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	clear: all;
	font-size: 0.65em;
	color: #333333;
	text-align: center;
}

/* Other Stuff */
.highlight {
	background-color: #D0D0D0;
}
