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

body {
	background-image:url(images/background.jpg);
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#467400;
	font-size:35px;
	text-align:center;
}

h2 {
	color:#F35E1C;
	font-size:18px;
}

p {
	margin-top:0;
}


a:link, a:visited, a:hover {
	color:#3e49e8;
}

table {
	width:890px;
}

#header {
		background-image:url(images/header.png);
		background-repeat:no-repeat;
		height:128px;
}

#header img {
	position:relative;
	left:28px;
	top:10px;
}

#slogan {
	position:absolute;
	left:50%;
	margin-left:-160px;
	top:70px;
	color:#617b34;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
}

/*for orange slogan text*/
#slogan span {
	color:#EF4923;
}

#topnav {
	background-color:#4e4e4e;
	height:25px;
	width:300px;
	color:#FFF;
}

#topnav table {
	width:900px;
}

#topnav td {
	padding-left:10px;
	padding-right:10px;
}

#topnav tr#links {
	height:15px;
}

#topnav tr#links td#padding {
	width:30px;
}

#topnav tr#spacer {
	line-height:0px;
	font-size:0px;
	height:5px;
}

#topnav tr#spacer td {
	text-align:center;
}

#topnav a:link, #topnav a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#topnav a:hover {
	color:#7CC600;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#topnav a:active {
	color:#F35E1C;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

/*for the link that goes to the current page*/
#selectedlink a:link, #selectedlink a:visited {
	color:#7CC600;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#selectedlink a:hover {
	color:#7CC600;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#selectedlink a:active {
	color:#F35E1C;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#tablegrad {
	background-image:url(images/tablegrad.jpg);
	background-repeat:no-repeat;
	height:290px;
	vertical-align:middle;
}

#tablegrad li {
	list-style-image:url(images/bullet.png);
}

#tablegrad td {
	vertical-align:top;
}

#intro {
	width:320px;
	color:#626262;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
}

#intro span {
	color:#617b34;
}

#rotation {
	width:400px;
	height:206px;
	position:absolute;
	left:50%;
	top:200px;
	vertical-align:middle;
	border:solid 2px #7CC600;
	padding:5px;
	background-color:#FFF;
}

#rotation div {
	position:relative;
	line-height:25px;
	text-align:center;
}

#subtitle {
	height:28px;
	background-color:#ef4923;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}

#subtitle td {
	width:450px;
	padding:0 10px 0 10px;
	vertical-align:middle;
}

td#markets {
	padding:10px 10px 0 10px;
	vertical-align:top;
	width:50%;
}

td#types {
	padding:10px 10px 0 10px;
	vertical-align:top;
	width:50%;
}

.footer {
	background-image:url(images/bottomtable.gif);
	background-repeat:no-repeat;
}

#footer {
	border-top:5px solid #7CC600;
	height:65px;
	color:#FFF;
	font-size:11px;
	height:20px;
	vertical-align:top;
	padding:5px 5px 0 5px;
}

#footer td {
	height:30px;
	vertical-align:top;
}

#footer td:first-child {
	width:600px;
}

#footer div {
	position:relative;
	top:8px;
}

.footer a:link, .footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	color:#C9E98C;
	text-decoration:underline;
}

.footer a:active {
	color:#F35E1C;
	text-decoration:underline;
}