/* -------------- Body -------------- */

body {
	position: relative;
	margin:50px 0px; 
	padding:0px;
	text-align:center;
 	font-family: Helvetica, Verdana, sans-serif;
	background-image: url(images/bkgd.jpg);

}



/* -------------- Text -------------- */

 h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #759AD4;
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
}


h2 {
	border: 0;
	margin: 0;
	padding: 17px;
	padding-left: 20px;
	font-size: 1em;
	font-weight: normal;
	line-height: 0.3em;
}

h3 {
	margin: 5px;
	line-height: 2em;
	padding-left: 5px;
	font-size: 0.6em;
	font-weight: normal;	
	color: #759AD4;
	border: 0px;
}	

h4 {
	font-size: 1em;	
	color: #111111;
	padding-left: 5px;
	border: 0px;
}	


h5 {
	line-height: 1.6em;
	font-size: 0.7em;
	padding-left: 5px;	
	color: #111111;
	border: 0px;
}	


h6 {
	font-size: 0.7em;	
	color: #759AD4;
	padding-left: 5px;
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
}	

p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
	border: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

strong {
	font-weight: bold;
}

/* -------------- Text Links -------------- */

a:link {	
	color: #759AD4;
}

a:visited {
	color: #000000;
}



/* -------------- Top (Nav + Main Image) -------------- */

#top {
	margin:0px auto;
	text-align:left;
	width: 650px;
	height: 450px;
	margin-bottom: 5px;
	border: 0px;
}


/* -------------- Navigation -------------- */

#navcontainer ul
{
border: 0px;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navcontainer li 
{ 
border: 0px;
margin: 0px;
padding: 0px;
}

#navcontainer a
{
display: block;
padding: 0px;
margin: 0px;
border: 0px;
width: 205px;
height: 40px;
background-image: url(images/nav/nav.gif);
}

#navcontainer a:link, #navlist a:visited
{
padding-left: 20px;
color: white;
font-weight: normal;
line-height: 2.5em;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px;
background-image: url(images/nav/navover.gif);
}

#active a:link, #active a:visited, #active a:hover
{
color: #111111;
border: 0px;
margin: 0px;
background-image: url(images/nav/navover.gif);
}


/* -------------- Main Images -------------- */


#mainimage {
	float: right;
	width: 420px;
	height: 450px;
	border: 0px;
	margin: 0px;
	padding: 0px;

}


/* -------------- Logos -------------- */

#logo {
	width: 225px;
	height: 205px;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}


html>body #logo {
	margin-bottom: 5px;
}


#rhalogo {
	float: right;
	width: 140px;
	height: 160px;
	border: 0px;
	padding: 0px;
	
}

/* -------------- Content -------------- */

#content {
	width: 620px;
	clear: both;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border: 0;
	background-color: white;
}


/* -------------- Forms -------------- */

#forms {
	float: right;
	padding: 15px;
	border: 1px;
	background-color: white;
}

/* -------------- Footer -------------- */

#footer {
	clear: both;
	margin:0px auto;
	text-align:left;
	width: 610px;
	height: 20px;
	border: 0px;
	padding: 0px 20px;
	background-color: #222222;

}
