/* Links */

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover {
    color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	}
	
	
	
/* Body */
	
body {
    background-color: #EEEEEE;
    font-family: Century Gothic, Optima, Geneva, Helvetica, Arial;
	font-size: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
    
div.body {
    background:url(background.png) repeat-y #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	width: 770px;
	min-height: 570px;
	z-index: 5;
    }
    
    
    
/* Header Logo */

img.logo {
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width:770px;
    }
    
    
    
/* Navigation */
    
div.navigation {
    position: absolute;
    width: 190px;
    padding-left: 40px;
    padding-top: 150px;
    font-size: 15px;
    z-index: 2;
    }
    
.navigation a {
    text-decoration: none;
    }



/* Main Text */

div.main {
    padding-left: 250px;
    padding-right: 40px;
    padding-top: 165px;
	padding-bottom: 65px;
    text-align: justify;
    }
    
font.header {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    }

font.subheading {
    font-size: 18px;
    font-weight: bold;
    }



/* Footer */

div.footer {
    width: 770px;
    height: 35px;
    background:url(background-footer.png) no-repeat #eeeeee;
    }

div.copyright {
    float:left;
    width: 70%;
    text-align: left;
    }
    
font.copyright {
    color: #7B837D;
    font-size: 11px;
    padding-left:18px;
    }

div.design {
    float:right;
    width:30%;
    text-align: right;
    color: #7B837D;
    }

font.design {
    color: #7B837D;
    font-size: 11px;
    padding-right:18px;
    }



/* Other */

tr {
    text-align: center;
    font-size: 12px;
    }