﻿body {
	margin: 10px;
	padding: 0;
	font: 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	line-height: 1.5em;
	color: #000080;
	background: #FFDC51;
	background-position: 50% 0;
}
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 10px solid #fff;
	color: #000080;
	background: #FFF;
}

/* CSS Tabs */

#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 0px solid #eee;
	text-align: center;
	letter-spacing: 3px;
	background: #FF0000;
	color: #FFFFFF;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a {
	padding: 3px .5em;
	margin-left: 2px;
	border: 0px solid #eee;
	color: #000;
	background: #FF0000;
	text-decoration: none;
}
#navlist li a:link {
	color: #FFFFFF;
	background-color: #FF0000;
}
#navlist li a:visited {
	color: #FFFFFF;
	background: #FF0000;
}
#navlist li a:hover {
	color: #fff;
	background: #000080;
	border: 0px solid #FFF;
}

.navlist ul li {
margin: 0 15px 0 0;
padding: 0;
list-style-type: square;
color: #FE3F22;
background: inherit;
}

#banner {
	height: 192px;
	padding: 0;
	margin: 0;
	color: #666;
	background: #FFFFFF url('img/logo.jpg') no-repeat;
}

#banner h1 {
padding: 20px;
font: normal 175%  verdana, georgia, "Trebuchet MS",sans-serif;
text-align: right;
letter-spacing: 5px;
border-bottom: none;
color: #333;
background: inherit;
}

#content {
	padding: 5px;
	color: #000080;
	background: #fff;
}

h1 {
margin: 0;
font: normal 110% verdana, "Trebuchet MS", tahoma, sans-serif;
padding: 5px;
border-bottom: 0px solid #7DCE27;
letter-spacing: 5px;
text-transform: uppercase;
color: #7DCE27;
background: inherit;
}

h2 {
	margin: 0 0 20px 0;
	font: normal 100% verdana, "Trebuchet MS", tahoma, sans-serif;
	padding: 5px;
	border-bottom: 1px dashed #eee;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #FF0000;
	background: inherit;
	border-bottom-color: #000080;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #000080;
	background-color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: #fff;
}

a img {
border: 0;
}

#sidebar {
float: left;
width: 140px;
margin: 0 10px 0 0;
padding: 5px;
border-right: 1px dashed #eee;
background-color: #fff;
color: #999;
}

#sidebar a {
color: #333;
background-color: inherit;
}

#sidebar a:hover {
color: #FE3F22;
background-color:  inherit;
}

#footer {
	clear: both;
	padding: 3px;
	margin: 0 0 0 0;
	text-align: left;
	border-top: 1px solid #7DCE27;
	color: #000080;
	background-color: #fff;
	border-top-color: #000080;
	font-size: 9px;
}

.noborder {
float: left;
margin-left: 10px;
padding-right: 20px;
}

.info {
font-size: 90%;
color: #FE3F22;
background-color: inherit;
}

 /* set millions of background images */
.rbroundbox { background: url(img/nt2.gif) repeat; }
.rbtop div { background: url(img/tl2.gif) no-repeat top left; }
.rbtop { background: url(img/tr2.gif) no-repeat top right; }
.rbbot div { background: url(img/bl2.gif) no-repeat bottom left; }
.rbbot { background: url(img/br2.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 10px;
font-size: 1px;

}
.rbcontent { margin: 0 7px;}
.rbroundbox { width: 98%; margin: .5em auto; }
.img_left {
	float: left;
	margin-right: 15px;
}
.img_right {
	float: right;
	margin-left: 15px;
}
.text_right {
	text-align: right;
}
.sml_text {
	font-size: 70%;
}
