@charset "utf-8";

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/bg.jpg) top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {color: #005e20;}
hr {color:#D9AB53;
	size:1px;
	width:75%;
	text-align:center;
}
#container {
	width: 695px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 25px; 
}
#layout {margin-top:25px}
td {vertical-align:top}
#navigation{
	list-style:none;
	margin:0px; padding:0 0 0 15px;
	font-size:13px;
	width:200px;
}
#navigation li {
	margin:10px 0;
	padding-left:15px;
	background:url(images/nav_bullet.png) left no-repeat;
}
#navigation li a, #bottomNav li a {
	text-decoration:none;
}
#bottomNav {
	width:565px;
	list-style:none;
	}
#bottomNav li {
	display: inline;
	margin:0 7px;
	font-size:11px;
}

#tagline{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	width:435px;
	letter-spacing:1px;
}
p {
	line-height:20px;
	margin:3px 0 20px 0; 
}
h1{
	color:white;
	background:url(images/bg_heading.png) no-repeat;
	font-size:16px;
	font-weight:normal;
	width:435px;
	height:29px;
	padding:6px;
	padding-left:6px;
	margin-bottom:0px;
}
h2{
	font-size:14px;
}
#footer {
	text-align:center;
	border-top:1px dotted #efefef;
	font-size:11px;
	color:#999999;
	padding-top:25px;
	background:url(images/rtc_logo.png) right bottom no-repeat;
	height:100px;
}

