@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	position: relative;
	background: url(/images/main_bg.jpg) bottom left no-repeat fixed;
}

a:link {color: #0080FF; text-decoration: none;}
a:visited {color: #0080FF; text-decoration: none;}
a:hover {color: #0071E1; padding-bottom: 1px; border-bottom: 1px dotted #0071E1; text-decoration: none;}
a:active {text-decoration: none;}
a img {border:none;}

#upperMenu {
	height: 30px;
	color: #FFF;
	padding: 20px 10px 0;
	background: #F00 url(/images/upper_menu_bg.jpg) top left repeat;
	font: bold x-large "Courier New", Courier, monospace;
}
#upperMenu a:link {color: #FFF; text-decoration: none;}
#upperMenu a:visited {color: #FFF; text-decoration: none;}
#upperMenu a:hover {color: #600; text-decoration: none; border: none;}
#upperMenu a:active {text-decoration: none;}

#lowerMenu {
	height: 22px;
	color: #FFF;
	padding: 4px 10px 0;
	font: bold medium "Courier New", Courier, monospace;
	background: url(/images/lower_menu_bg.gif) top left repeat;
}
#lowerMenu a:link {color: #FFF; text-decoration: none;}
#lowerMenu a:visited {color: #FFF; text-decoration: none;}
#lowerMenu a:hover {color: #F33; text-decoration: none; border: none;}
#lowerMenu a:active {text-decoration: none;}

#content {
	width: 540px;
	padding: 10px;
	color: #333;
	font: 100%/140% Georgia, "Times New Roman", Times, serif;
}

#sidebar {
	position: absolute;
	top: 110px;
	left: 570px;
	width: 186px;
	color: #003;
	font: 80% Verdana, Geneva, sans-serif;
}

#sidebarTop {
	padding: 1px 7px;
	background: url(/images/sidebar-top.png) no-repeat;
}

#sidebarBottom {
	height: 10px;
	margin-bottom: 20px;
	background: url(/images/sidebar-bottom.png) no-repeat;
}

h1 {
	color: #000;
	font: 180% Georgia, "Times New Roman", Times, serif;
}

th, td {
	text-align: left;
	vertical-align: top;
}

#content ol, #content ul {
	padding-left: 35px;
}

.links .items {float:left; width:240px; margin-right:15px;}

#copyright {
	text-align: right;
	color: #955900;
	font-size: small;
	padding: 50px 0 30px;
}
#copyright .top {text-decoration: overline;}
