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 0 0.2em 0;
    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 { 
	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: 1em 0.5em 0pt;
    float: left;
    }

  #sidebar img.icon1 { margin: 0.8em 0.5em 0 0.6em;
    float: left;
    }

  #logocontainer { margin: 0 0 0 0;
	padding: 0 0.2em 0 0;
    width: 745px;
    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: 0 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: 758px;}
	
*html .masthead {width: 752px;}
	
/*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: 758px;}
	
*html .masthead1 {width: 752px;}

#container {
	position:relative;
	display:block;
	background-color: rgb(255, 255, 153);
	border-left:9.8em solid rgb(255, 204, 102);
	border-right:193px solid rgb(245, 196, 131);
	overflow:visible;
	width: 401px;
	}
	
* html #container {
	display:inline-block; 
	border-right:12em solid rgb(245, 196, 131); 
	width: 395px;}

.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;
	text-decoration: underline;
	}

  #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;
	margin-top: 0;
    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);
	border-right: 1px solid rgb(204, 102, 102);
    font-family: Georgia;
	padding: 0 0 1.5em 0;
   	}
	
	
#welcomeheader { 
	border: 0.2em solid rgb(153, 0, 51);
	}
	
*html #welcomeheader {border: none;}

#welcomeheader img {
	margin: 0 0 0 0;
	}
	
  #welcomeheader h1 { 
	margin: 0pt 0pt 0.3em 0;
    padding: 0.2em 0.2em 0pt 0.3em;
    font-size: 1.4em;
    color: rgb(153, 0, 51);
    font-family: Verdana;
    }
	
  #welcomeheader p.intro { margin: 0pt;
    padding: 0pt 0.5em 0.6em 0.7em;
    line-height: 1.8em;
    color: rgb(153, 77, 77);
    font-family: Georgia;
    font-weight: bold;
    font-size: 0.8em;
	letter-spacing: 0em;
	}
	

  #content h2 {
	margin: 0pt 1em 0pt 0.9em;
	font-size: 1.3em;
	font-family: Verdana;
	color: rgb(153, 0, 51);
	font-weight: normal;
    }


  #content img.newsicon { margin: 0.95em 0.3em 0pt 1.1em;
    float: left;
    }

  #content p.section { 
	border-bottom: 1px dotted;
    margin: 0.9em 1.3em 0.7em;
    padding: 0pt 0pt 0.1em;
    font-size: 0.85em;
    font-family: Verdana;
    color: rgb(153, 0, 51);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    }
	
*html #content p.section {
		border-bottom: 1px solid rgb(204, 102, 102);
		}

  #content p { margin: 0.2em 0pt 0pt;
    padding: 0pt 0.4em 0em 1.3em;
    font-size: 0.85em;
    font-family: Georgia;
    line-height: 1.5em;
    }

  .iconimg {
	padding: 0pt 0.7em 0pt 1em;
	float: left;
	border: thin none #FFFFFF;
    }

  #content a { color: rgb(153, 0, 51);
    }

  #content a:hover { color: rgb(153, 102, 102);
    text-decoration: underline;
    }

  #content a.moremain { margin: 0.2em 0pt 0.9em;
    color: rgb(153, 0, 51);
    font-size: 0.9em;
    text-transform: uppercase;
    }

  #content a.moremain a:hover { text-decoration: underline;
    float: none;
    }

#newsbar { 
	padding: 0 0 0 0.4em;
    float: right;
	position:relative;
    background-color: rgb(245, 196, 131);
    font-family: Georgia;
    display: inline;
	margin-right:-200px;
    width: 193px;
	}
	
*html #newsbar {width: 194px; padding-left: 0.4em;}

  #newsbar h1 { border-bottom: 1px dotted;
    margin: 0pt;
    line-height: 2em;
    font-size: 0.9em;
    font-family: Verdana;
    text-transform: uppercase;
    color: rgb(153, 0, 51);
    letter-spacing: 0em;
    }
	
*html #newsbar h1 {
		border-bottom: 1px solid rgb(204, 102, 102);
		}

  #newsbar h2 { margin: 0.9em 0pt 0pt;
    font-size: 1em;
    font-family: Verdana;
    line-height: 1.2em;
    color: rgb(153, 0, 51);
    }

  #newsbar h3 { margin: 0.4em 0pt 0pt;
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(153, 102, 102);
    }

  #newsbar p { margin: 0.5em 0pt 0pt;
    font-size: 0.8em;
    }

  #newsbar a { color: rgb(153, 0, 51);
    }

  #newsbar a:hover { color: rgb(153, 102, 102);
    text-decoration: underline;
    }

  #newsbar img { margin: 0.5em 0.4em 0pt 0pt;
    float: left;
    }

  #newsbar img.photogallery { 
	border: 1px solid #990033;
    margin: 0.5em 5px 0.3em 0;
    }

  #newsbar p.morenews { margin: 0.2em 0pt 1em;
    color: rgb(153, 0, 51);
    font-size: 0.6em;
    text-transform: uppercase;
    }

  #newsbar p.morenews a { color: rgb(153, 0, 51);
    }

  #newsbar p.morenews a:hover { color: rgb(153, 102, 102);
    text-decoration: underline;
    float: none;
    }

  #newsbar p.gallery { margin: 0pt;
    font-size: 0.8em;
    font-style: italic;
    color: rgb(153, 0, 51);
    text-transform: none;
    }

  #newsbar ul { border-top: 1px dotted rgb(153, 0, 51);
    border-left: 1px dotted rgb(153, 0, 51);
    border-right: 1px dotted rgb(153, 0, 51);
    margin: 0.4em 1.4em 0pt 0pt;
    padding: 0pt;
    list-style-type: none;
    line-height: 1em;
    }
	
*html #newsbar ul {
	border: 1px solid rgb(153, 0, 51);
	}

  #newsbar li { border-bottom: 1px dotted rgb(153, 0, 51);
    padding: 0.2em 0.3em;
    font-size: 0.7em;
    color: rgb(153, 0, 51);
    }
	
*html #newsbar li {border-bottom: 1px solid rgb(153, 0, 51);}
	


*html #trenner {width: 1em;}

