 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

/* Header */

#header {
	width: 880px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 206px;
	height: 78px;
	background: #9BAFCB;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}
.tall
{
    height: 90px;
}
 

/* Splash */

#splash {
	width: 880px;
	height: 260px;
	margin: 0 auto;
	background: url(images/front2.jpg) no-repeat right top;
}

#splashNoPic {
	width: 880px;
	height: 260px;
	margin: 0 auto;  
}

#rightPhotos
{
    width: 530px;
	height: 260px;  
	vertical-align:top;
	float: right;  
}
#splashImage
{
    width: 247px;
	height: 260px;
	margin: 0 auto;
    /*background: url(images/ron1.jpg) no-repeat left top;*/
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 164px;
	padding: 25px 20px 20px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#searchMiddle
{
    padding-bottom:4px;
}

#logincenter
{
     margin-left:50px;
     margin-bottom: 50px; 
}

#left {
float: left;
width: 200px;
padding: 10px 5px 15px 15px;
background-color: #fff;
}

#center {
float: left;
width: 488px;
padding: 10px 5px 15px 10px;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
background-color: #fff;
}

#centeralt {
float: left;
width: 100%;
padding: 10px 5px 15px 10px;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
/*background-color: #fff;*/
}

#right {
float: right; 
width: 200px;
padding: 10px 15px 15px 10px;
 
}

#rightalt{
float:right;
padding: 25px 15px 15px 10px;
}

.panel
{
	overflow: auto;
	border: solid 1px #000000;
	background-color:#ffffff;
	height: 49px;
	width: 250px;
}

.tdbg
{
	background-color: #3B3B3B;
	text-align: center;
	color:White;
	font-weight:Bold; 
}

.text
{  
	font-size: 10px;
	font-weight: bold;
	color:#3B3B3B;
}

.textbox
{
    font-size: 10px;
	width:120px;
}

.error
{
    color: Red; 
    font-size: 10px;
    font-weight: bold;
} 

.button
{
    background-color: #3B3B3B;
	text-align: center;
	color:White;
	font-weight:Bold; 
	font-size:10px;
    height: 20px;
}

.gobutton
{
    width:23px;
    height:23px;
    background: url(images/go_small.jpg);
}

.talltextbox
{
    height:18px;
    font-size: 14px;
	width:320px;
}

.validationError
{
	color: Red;
	visibility: hidden;
} 