﻿body
{
background-image:url('background.png');
background-color: #E6DCD2;
}

/* Main Table Styles*/
.main{
	background-color: #FFFFFF;
	padding: 0px;
	vertical-align: middle;
		}

/* Header with TextMain Table Styles*/
.header {
	font-family: English;
	font-size: 45pt;
	color: #655847;
	font-weight: normal;
	height: 64px; 
	width: 687px;
	padding: 40;
}

/*Photo Rotating Box*/

.photo{   
    height: 64px;  
	vertical-align: middle;
    padding: 35;
}

.innertbl {
	border-color: #808000;
	border-width: 0;
}

.style8 {
	border: 0 outset #655847;
	padding: 1px 4px;
}

/* Content */
.content {
	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 11pt;
	border: 1px outset #655847;
	color: #544A3E;
	vertical-align:text-top;
	padding: 10px;
}

/*Menu*/
.menu {
	background-color: #ffffff; 
	padding-left: 25px;
    height: 30px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration: none; }
	
	
a.menu:link {
	background-color: #ffffff; 
	padding-left: 25px;
    height: 30px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration:none; }

	
/* visited link */

a.menu:visited {
	background-color: #ffffff; 
	padding-left: 25px;
    height: 30px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration:none; }


/* mouse over link */
a.menu:hover {
	background-color: #ffffff; 
	padding-left: 25px;
    height: 30px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration:underline; }   


/* Footer*/
.footer {
	background-color: #ffffff; 
	text-align: right;
	padding-right: 25px;
    height: 25px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration: none; }
	
	
/* visited link */

a.footer:visited {
	background-color: #ffffff; 
	padding-right: 25px;
    height: 25px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #655847;
	font-weight: normal;
	text-decoration:none; 
}


/* mouse over link */
a.footer:hover {
	background-color: #ffffff; 
	padding-right: 25px;
    height: 25px;
    vertical-align: bottom; 
 	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 12pt;
	color: #544A3E;
	font-weight: normal;
	text-decoration:none;   
}

/* Copyright */
.cpyright {
	font-family: Calibri, Geneva, Sans-Serif;
	font-size: 11pt;
	color: #544A3E; 
	vertical-align: text-top;
	padding: 10px;
	text-align: center;
}



