a:link    { color: #FFFFFF;
	   text-decoration: none;
}

a:visited { color: #FFFFFF;
	   text-decoration: none;
}

a:hover  { color: #FF0000;
	   text-decoration: none;
}

a:active  { color: #FF0000;
	   text-decoration: none;
}

body {
    background-color: #8888AA;
    margin: 40px auto;
    max-width: 68em;
    min-width: 55em;
    text-align: center;
    width: 90%;
}

.main {
    background-color: #EEEEEE;
    border-left: 2px solid #F8AE00;
    border-right: 2px solid #F8AE00;
    margin: 0 auto 30px;
    max-width: 130ex;
    min-height: 95%;
    text-align: justify;
}

.image-area {
    background-color: #EEEEEE;
#       border-top:    dashed 1px #FFFFFF;
#       border-bottom: dashed 1px #FFFFFF;
#       padding: 15 5 15 5;
#       background-color: #EEEEEE;
#       height: 650px;
}

.header {
#       border-top:    dashed 1px #FFFFFF;
 #      padding: 5 0 0 5;
#       height: 34px;
       vertical-align: middle;
#       background-color: #555555;
    background-color: #F6F7F8;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    height: 90px;
    margin-top: 2ex;
}

.header h1 {
    color: #777777;
    float: none;
    margin: 2ex 1ex 0 2ex;
    padding-top: 1ex;
    text-align: center;
}

.footer {
#       border-bottom:    dashed 1px #FFFFFF;
#       padding: 5 0 0 5;
#       height: 34px;
#       background-color: #555555;
    border-top: 1px solid #C0C0C0;
    color: #C0C0C0;
    font-size: small;
    line-height: 18px;
    margin: 8ex 3ex 3ex;
    text-align: center;
}


.photo img {
	border: medium none;
#       border-width: 3px;	
#       border-style: ridge;
#       border-color: #AAAAAA;
}

.button {
       border-width: 1px;	
       border-style: outset;
       border-color: #BBBBBB;
}
.button:hover {
       border-width: 1px;	
       border-style: outset;
       border-color: #CCCCCC;
}
.button:active {
       border-width: 1px;	
       border-style: inset;
       border-color: #CCCCCC;
}

.right {
	width: 10%;
	float: right;
	vertical-align: middle;
}

.left {
	width: 10%;
	float: left;
}
