/*

 # IDs (=#) only once at page
 # Classes  (=.) as often you want

*/

a {color:#799C12;text-decoration:underline;}
a:link {color:#799C12;text-decoration:underline;}
a:visited {color:#799C12;text-decoration:underline;}
a:active {color:#799C12;text-decoration:underline;}
a:hover {color:#000000;text-decoration:underline;}

#header{
  margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #E2001A;
	margin-bottom: 10px;
}

#header a{
  margin-left: 5px;
  font-size: 18px;
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
}

#menu{
  top: 171px;
  position: relative;
}

#content{
  float: clear left;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

.header1{
   float: clear;
   font-size: 28px;
   font-style: bold;
   margin-top: 10px;
   margin-bottom: 5px;
}

.text{
  font-size: 120%;
}

#url_box{   
   font-size: 28px;
   font-style: bold;
   margin-top: 10px;
   margin-bottom: 5px;
}

.render_as_link{  
    text-decoration: underline;
    color: #799C12;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom:0;
}

#footer{
margin-top: 10px;
border-top: 1px solid #E2001A;
}

#footer a{
  text-decoration: underline;
  color: #799C12;
}

#copyright{
  margin-top: 10px;
  text-align: center;
	font-size: 12px;
}
