html, body { 
	margin: 0pt;
    padding: 0pt;
    background-image: url(../images/icons/glenbackground.gif);
    }

  a { 
	text-decoration: none;
	color: rgb(153, 0, 51);
    }

  a:hover { 
	color: rgb(153, 102, 102);
    background-image: none;
    float: none;
    }

#mainbody {
	padding: 0pt;
	float: none;
	width: 757px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	position: absolute;
    }

  #sidebar {
	float: none;
	font-family: Georgia;
	width: 245px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	position: absolute;
	left: 760px;
    }

  #sidebar h1.icon { 
	margin: 12px 0pt 0.1em;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Georgia;
    color: rgb(245, 196, 131);
    text-transform: uppercase;
    }

  #sidebar h1.icon1 { 
	margin: 10px 0pt 0.2em;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Georgia;
    color: rgb(245, 196, 131);
    text-transform: uppercase;
    }

  #sidebar a { 
	text-decoration: none;
	color: rgb(245, 196, 131);
    }

  #sidebar a:hover { text-decoration: underline;
    }

  #sidebar p { border-bottom: 1px dotted;
    margin: 0pt;
    padding: 0pt 0.7em 0.7em 3em;
    font-size: 0.72em;
    color: rgb(204, 153, 153);
    line-height: 1.4em;
    }

  #sidebar img.icon { margin: 15px 0.5em 0pt;
    float: left;
    }

  #sidebar img.icon1 { margin: 13px 0.5em 0pt;
    float: left;
    }

  #logocontainer { margin: 0 0 0 0;
	padding: 0 0.2em 0 0;
    width: 98%;
    height: 10.5em;
    }

  #logocontainer img { 
	float: left;
	margin: 0 0 0 0;
    padding: 0pt 0pt 0pt 3%;
    }
	
#logocontainer p.rhfintro {
	color: rgb(245, 196, 131);
	font-family: georgia;
	font-size: 0.7em;
	text-align: right;
	margin: 0 0 0.3em 0;
	}
	
#logocontainer h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	color: rgb(245, 196, 131); 
	text-decoration: none;
	margin: 0em 0 0.2em 0;
	padding: 0 0 0 0;
	text-align: right;
	line-height: 1em;
	}
	
#logocontainer p.rhfmission {
	color: rgb(245, 196, 131);
	font-family: georgia;
	font-size: 0.8em;
	text-align: right;
	margin: 0em 0 0 0;
	}

 #logocontainer p.tagline {
	padding: 0pt;
	font-family: Georgia;
	font-style: italic;
	font-size: 2.5em;
	text-indent: 1em;
	color: rgb(255, 204, 102);
	height: 0;
	float: left;
	margin-top: -0.2em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 2%;
    }

/*The header*/
.masthead {
	display:block; 
	border-bottom: 3px double;
	border-top: 1px  solid rgb(153, 0, 51);
	padding: 0.1em 0pt;
    height: 1.1em;
    background-color: rgb(255, 204, 102);
    font-family: Georgia;
    color: rgb(153, 0, 51);
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;}
	
	
* html .masthead {
	width: 100%}
	
/*The footer*/
.masthead1	{
	font-family: Verdana;
	display:block; 
	border-bottom: 3px double;
	border-top: 1px  solid rgb(153, 0, 51);
	padding: 0.3em 0 0.3em 0;
    height: 1.4em;
    background-color: rgb(255, 204, 102);
    font-family: Georgia;
    color: rgb(153, 0, 51);
    font-size: 0.6em;
    text-align: center;
    width: 755px;}
	
*html .masthead1
	{width: 100%}

#container {
	position:relative; 
	display:block; 
	background-color: rgb(255, 255, 153);
	border-left:9.8em solid rgb(255, 204, 102); 
	border-right:15px solid rgb(255, 204, 102);
	overflow:visible;
	width: 584px;
	}
	
* html #container {display:inline-block;}

.clear {clear:both;height:1px;overflow:hidden;}

#nav { 
	float: left;
    background-color: rgb(255, 204, 102);
    position: relative;
    text-decoration: none;
    width: 9.7em;
	margin-left:-9.7em;
	display:inline;
	}
	
* html #nav {width:9.7em; }
	
#navlist { 
	text-indent: 2.1em;
	border-bottom: 1px dotted rgb(204, 102, 102);
    font-family: georgia;
	text-transform: uppercase;
	margin: 1em 0 1em 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}
		
*html #nav #navlist {
	border-bottom: 1px solid rgb(204, 102, 102);
	}	

#navlist li { 
	line-height: 1.7em;
    font-size: 1.1em;
	border-top: 1px dotted rgb(204, 102, 102);
	}
	
#navlist a, #navlist a:visited {
	color: rgb(153, 0, 51);
    display: block;
    text-decoration: none;
	}
	
*html #nav #navlist a, #nav #navlist a:visited
	{border-top: 1px solid rgb(204, 102, 102);}
		
#navlist a:hover { color: rgb(102, 0, 51);
    background-image: url(../images/icons/navhand.gif);
    background-repeat: no-repeat;
    font-family: georgia;
    text-decoration: none;
    }

#nav #navlist .uberlink {
	background-image:  url(../images/icons/navhand.gif);
	background-repeat: no-repeat;
	cursor: default;
	}

  #nav2 { width: 100%;
    background-color: rgb(255, 204, 102);
    font-family: Verdana;
    }

  #nav2 h5 { border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 1em 0pt 0.5em 0;
    font-size: 0.7em;
    text-align: center;
    color: rgb(153, 0, 51);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    }

  #nav2 p { margin: 0pt 0pt 0.5em;
    font-size: 0.7em;
    text-align: center;
    color: rgb(153, 0, 51);
    font-family: Verdana;
    }

  #nav2 a { 
	border: none;
	font-size: 1em;
	text-decoration: underline;
    }
	
* html #nav2 a {
	border-top: none;
	
	}

  #nav2 a:link { text-decoration: underline;
    }

  #nav2 a:hover { color: rgb(153, 102, 102);
    background-image: none;
	font-family: Verdana;
    }

  #nav2 a:active { color: rgb(204, 102, 153);
    }

#nav2 form {
	text-align: center;
	margin: 0 0 0.5em 0;
	}

*html #nav2 form {margin: 0 0 0 0;}
	

  .email { border: 1px solid rgb(153, 0, 51);
    margin-left: auto;
	margin-right: auto;
    background-color: rgb(255, 255, 153);
    font-family: Verdana;
	font-size: 0.7em;
    width: 13em;
	}

  .submit { border: 1px solid;
    font-family: Verdana;
	font-weight: bold;
    color: rgb(255, 204, 102);
    font-size: 0.7em;
    margin-top: 0.3em;
    background-color: rgb(153, 0, 51);
	text-align; center;
    }

#content { 
	border-left: 1px solid rgb(204, 102, 102);
	font-family: Georgia;
	padding: 2em 1.5em 2em 1.5em;
   	}
		
#content img.newsicon {
			margin: 0.1em 0.3em 0.1em 0;
			padding: 0 0 0 0;
			float: left;
			}
	
#content p.section {
			padding: 0 0 0 0em;
			margin: 0 0 0 0;
			font-size: 0.85em;
			font-family: Verdana;
			color: #990033;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			border-bottom: 1px dotted;
			position: relative;
			}
			
*html #content p.section{border-bottom: 1px solid;}

			
		
	#content h2 {
			margin: 0.5em 0 0.5em 0;
			font-size: 1.8em;
			font-family: Verdana;
			color: #990033;
			font-weight: normal;
			}
			
	#content h4 {
			margin: 0 0 0.3em 0;
			color: #990033;
			font-style: none;
			}
			
	#content p.intro {
			margin: 0 0 1em 0;
			font-weight: bold;
			line-height: 1.5em;
			text-align: justify;
			}
	
	#content p {
			margin: 0 0 0.7em 0;
			font-size: 0.95em;
			line-height: 1.4em;
			text-indent: 0em;
			text-align: justify;
			}
				
	#content a.moremain {
			margin: 0.2em 0 0.9em 0;
			color: #990033;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			}

	#content a.moremain a:hover {
			text-decoration: underline;
			float: none;
			}
				
	#content a {
			color: #993333;
			}
			
	#content a:hover {
			color: #996666;
			text-decoration: underline;
			}
			
	#content p.moreinfo {
			margin: 0.3em 0 0em 0;
			font-size: 0.8em;
			text-indent: none;
			text-transform: uppercase;
			color: #990033;
			font-weight: bold;
			}
			
	#content ul.moreinfo {
			margin: 0.3em 0 0em 0;
			font-size: 0.8em;
			color: #996666;}
			
	#content li {
			margin: 0.4em 0 0 0;
			}
			
#storyimgleft 
			{
			float: left;
			margin: 0.3em 1em 0.2em 0;
			}

#storyimgleft img {border: 1px solid #990033;}
			
			
#storyimgleft p { 
			font-size: 0.7em;
			color: #990033;
			padding: 0.4em 0 0 0;
			text-indent: none;
			}

#storyimgright 
			{
			float: right;
			margin: 0.3em 0em 0.2em 1em;
			
			}

#storyimgright img {border: 1px solid #990033;}
			
			
#storyimgright p { 
			font-size: 0.7em;
			color: #990033;
			padding: 0.4em 0 0 0;
			text-indent: none;
			}

#content table {
	margin: 10px 10px 10px 25px;
	color: #990033;
	}
	
#content table td {
	border-top: 1px dotted #990033;
	border-top: 1px dotted #990033;
	padding: 10px;
	}
	
#content table img {
	border: 1px solid #990033;}


#content table td h1 {
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	}
	
#content table td p {
	font-size: 0.9em;
	}
	
#content table td h2 { margin: 0.4em 0pt 0pt;
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(153, 102, 102);
    }
  
#trenner { 
	position: relative;
    width: 1em;
	margin-right:-1em;
	display:inline;
    }

