/* CSS lhrnoisemap SubCCS */
/* Style sheet for lhrnoisemap.org sub pages */
/* Created by Ian Tout */


*	{ border: 0px; margin: 0px; padding: 0px;	}

/*Background*/
body	{ background: #FEEDB7;}

#main-wrapper	
{ padding:0; background:#FFFFFF; 
margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; 
width:660px; height: 100%;  
border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black
}


/* Box for contact information */
#contact
{ margin: auto; background:#FFFFFF; position: relative; top: 100px; width:620px; height: 470px; border: 1px solid black; }


/* Table properties */
Top_Links {height: 20px}

#Top_Links {font-family: Arial; color: #808080; text-align:center}
#Top_Links_Body { background: #FFFFFF; font-size: small; font-family:Arial; color:#FF6600}

#Bottom_Links {font-family: Arial; color: #808080; text-align:center; margin-left:20px; margin-bottom:10px}
#Bottom_Links_Body { background: #FFFFFF; font-size: 8pt; font-family:Arial}
#Bottom_Links_Body a { color: #FF9933}

/* Hyperlink properties */

a {text-decoration: none;}
a:link, a:hover, a:active, a:visited {font-family:Arial}
a:link {color: #3366FF}
a:hover {text-decoration:underline; font-weight:bold; color:#FF6600}
a:active {text-decoration:underline; font-weight:bold}
a:visited {color: #3366FF}

/* standard text */
p	{ text-align: justify; font-family:Arial; padding-top: 10px; padding-right: 20px; padding-left: 20px; padding-bottom: 10px;	}

/* main header */
h1	{ text-align: center; font-size:24pt; font-family:Arial; font-weight:bold; background-color:white; color:black; padding: 10px	}

/* 'indented' paragraph with boarder */
h2	{ text-align: justify; border: 2px solid #FF6600; font-size:12pt; font-family:Arial; font-weight:normal; padding: 15px; margin-left: 10px; margin-right: 10px; margin-top: 20px; margin-bottom: 10px}	}