/* CSS Document */

body{
text-align: center;
background-color: #F4F5C8;
background-repeat: repeat;
margin-top: 20px;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

h1{
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #444444;
}

p{
margin-top: 8px;
margin-bottom: 8px;
}

br{
margin-top: 2px;
margin-bottom: 2px;
}

/* CONTAINERS */

/* centers the page */
#container1{
width: 798px;
text-align: left;
margin-left: auto; 
margin-right: auto;
background-color: #ffffff;
color: #000000;
}

/* provides a 10px margin to the left and right side, starts from navigation and ends at the beginning of the footer */
#container2{
margin-left: 10px;
margin-right: 10px;
}

/* provides a 15px at the top and bottom of the content area */
#container3{
margin-top: 15px;
margin-bottom: 15px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #444444;
}

/* NAVIGATION AREA */
.nav_menu{
height: 28px;
width: 150px;
text-align: center;
font-size: 12px;
color: black;
}

.nav_orange_line1{
height: 1px;
width: 150px;
background-color: #FF6500;
text-align: center;
}

.nav_orange_line2{
height: 1px;
width: 2px;
background-color: #FF6500;
}

#wide_area{
width: 150px;
}

#wide_area a, a:link,a:visited,a:active{
text-decoration: none;
width: 150px;
color: #444444;
text-align: center;
font-weight: bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#wide_area a:hover{
text-decoration: none;
width: 150px;
color: #00ADF0;
font-weight: bold;
}

/* FOOTER */
#footer p{
font-size: 12px;
padding: 3px;
margin: 0 0 0 10px;
color: #ffffff;
}

#footer a, a:link,a:visited,a:active{
text-decoration: none;
color: #ffffff;
margin: 0;
padding: 0;
}

#footer a:hover{
text-decoration: underline;
color: #444444;
}

/* CONTENT  */
#content{
margin-left: 10px;
}

#content a, a:link,a:visited,a:active{
text-decoration: none;
color: #ff6500;
}

#content a:hover{
text-decoration: underline;
color: #444444;
}

/* SURVEY */
#survey td{
width: 150px;
padding: 5px;
}

td{
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
