@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:underline;
}
#container {
	width: 770px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Header {
	float: left;
	width: 770px;
	height: 193px;
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
}
#Menu {
	margin-top: 140px;
	float: center;
	width: 530px;
}
#Menu ul {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#Menu li {
	display: inline;
	text-align: center;
}
#Menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	float: right;
	margin-right: 25px;
}
#Menu li a:hover {
	color:#000000;
	text-decoration: none;
}
#ContentContainer {
	background:#FFFFFF;
	float: left;
	width: 770px;
	padding-bottom: 20px;
}
#ContentFull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	float:left;
}
#ContentFull a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:underline;
}
#ContentFull a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
}
#FooterContainer {
	float: left;
	width: 770px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:000000;
	background-color:transparent;
	padding-bottom: 10px;
}
#FooterContainer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
#FooterContainer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0066FF;
	text-decoration:underline;
}
#FooterLeft {
	float: left;
	width: 490px;
	padding-right: 20px;
}
#FooterRight {
	float: right;
	width: 220px;
	text-align: right;
}
/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin: 0 10px;
}
.rbroundbox {
	width: 50%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #b7b6b6;
	float: left;
	width: 230px;
	height:auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top:20px;
	margin-left:20px;
}
.rbroundbox a { 
	color:#8a1723;
	text-decoration:none;
	}
.rbroundbox a:hover{
	color:#8a1723;
	text-decoration:underline;
	}
img {
	border:solid;
	border-width:thin;
	border-color:#8a1723;
}