@charset "UTF-8";
/* Global */

body {
	font:0.625em verdana,helvetica,sans-serif;
	margin:0;
	color:#404040;
	background-color:#eff1fd;
}

p, li, blockquote { 
    font-size:1.3em; 
}

.small { 
    font-size:90%; 
}

.caption { 
    color:#333333;
	font-size:1.1em;
	margin:6px 0;
}

.news { 
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-left:1em;
	padding-left:1em;
}

/* Headings */
h1 {
	font-size:1.8em;
	margin-top:0;
}
h2 {
	font-size:1.6em;
}
h3 { 
    font-size: 1.4em; 
}

h4 { 
    font-size:1.6em; 
}

div.cleardiv {
	clear:both;
}

table.properlyspacedtable td {
	padding:0 5px 5px 0;
}
table.properlyspacedtable p {
	margin:0;
}

/* Forms */
input, select, option, textarea{
    font-size:1.1em;
    font-family:Verdana,Helvetica,"Sans-Serif";
}
	#searchbox input.textinput {
		width:160px; 
		margin-bottom:6px; 
		color:#999999;
	}

form{ 
    margin: 0;
}

/* Normal links */
	a { color: #6666cc; text-decoration: underline; }
	a:hover { color: #A7964B; text-decoration: underline; }
/* Nav margin */
	a.nav { color: #6666cc; text-decoration: none; }
	a.nav:hover { color: #A7964B; text-decoration: underline; }
/* Bottom of home page */
	a.greylink { color: #999999; text-decoration: none; }
	a.greylink:hover { color: #A7964B; text-decoration: underline; }
/* Picture captions */
	a.captionlink { color: #6666cc; text-decoration: underline; }
	a.captionlink:hover { color: #A7964B; text-decoration: underline; }

/* Other styles */
img.imageright {
	float: right ;
	margin: 0 0 10px 10px;
}
img.imageleft {
	float: left ;
	margin:0 10px 10px 0;
}

/* LAYOUT */

#pagecontainer {
	width:820px;
	margin:0 auto;
	background:url(../Images/Layout/bodybg.jpg) repeat-y;
}

#headerpic, #navbar, #bodycontainer {
	width:760px;
	margin:0 30px;
}
#headerpic {
	height:220px;
}
#navbar {
	height:40px;
}
/* See navbar.css */
#bodycontainer {
	min-height:300px;
	padding:10px 0 10px 0;
}

#crumbcontainer {
	width:590px;
	margin:0 30px;
	padding:5px 0 5px 170px;
}
	#crumbcontainer p {
		font-size:1.1em;
		margin:0;
	}

#col1, #col2, #col3 {
	float:left;
	display:inline;
}
#col1 {
	width:150px;
	margin:0 0 0 10px;
	padding:33px 0 0 0;
}
#col2 {
	width:395px;
	margin:0 5px 0 10px;
}
#col3 {
	width:175px;
	margin:0 5px 0 10px;
	padding:33px 0 0 0;
}

#col1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
	#col1 ul li {
		font-size:1.1em;
		margin:0 0 6px 0;
	}

#col3 .externallinks {
	margin:0 0 20px 0;
	padding:24px 0 0 0;
	background:url(../Images/Page_elements/rh_header_external_180.gif) 0 0 no-repeat;
}
#col3 .otherlinks {
	margin:0 0 20px 0;
	padding:24px 0 0 0;
	background:url(../Images/Page_elements/rh_header_related_180.gif) 0 0 no-repeat;
}
#col3 .externallinks ul, #col3 .otherlinks ul {
	list-style:none;
	margin:0;
	padding:0;
}
	#col3 .externallinks ul li, #col3 .otherlinks ul li {
		font-size:1.1em;
		margin:0 0 6px 0;
	}

		
#footercontainer {
	width:590px;
	margin:0 30px;
	padding:20px 0 10px 170px;
}
	#footercontainer p {
		font-size:1.1em;
		color:#999999;
	}

#pagebottom {
	width:820px;
	height:40px;
	margin:0 auto 20px auto;
	background:url(../Images/Layout/pagebottombg.jpg) 0 0 no-repeat;
}