/* Last updated May 16 2008 */

/* =COLOURS:
   Body Background:         WHITE       #ffffff
   Main Text:               BLACK       #000000
   Links:                   GRAY        #4F4F4F
   Division Background1     GUACAMOLE   #A6D785
*/

/* =GENERIC */
body {font-family: Verdana, Helvetic, Arial, sans-serif; background-color: white; color: black; text-align: center; font-size: 80%}
a:link {color: #4F4F4F; text-decoration: none;}
a:visited {color: #4F4F4F; text-decoration: none;}
a:active {color: #4F4F4F;text-decoration: none;}
a:hover {color: Black; text-decoration: none;}
p {padding: 5px 0 5px 0;}
.list {padding-left: 50px;}
table {font-size: 80%;}
h1 {text-align: center; font-size: 150%;}
#container {width: 800px; background-color: #A6D785; margin-top: 25px; border: 1px solid black;}

/* =HEADER */
#head {background-color: white; margin: 2px 2px 0 2px;}

/* =NAVIGATION */
#nav {width: 100%; height: 100%; background-color: white; text-align: left;}
#nav li {display: inline; list-style-type: none; padding: 5px 20px 5px 20px;}
#nav a:link {color: black; text-decoration: none; font-weight: bold;}
#nav a:visited {color: black; text-decoration: none; font-weight: bold;}
#nav a:hover {color: gray; text-decoration: none; font-weight: bold;}
#nav a:active {color: gray; text-decoration: none; font-weight: bold;}

/* =CONTENT */
#content {width: 97%; background-color: white; padding: 10px 10px 10px 10px; text-align: left; margin-bottom: 2px;}
#content .breadcrumb {font-size: 85%; border-bottom: 1px dotted black; border-top: 1px dotted black; text-align: left;}

/* =FOOTER */
#foot {width: 770px; height: 50px; clear: both; background-color: #A6D785;}
