@charset "UTF-8";
/* CSS Document */

/**********************/
/* Modified HTML tags */
/**********************/
p,table{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #663300;
	}
h2{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	}

	
a:link {color: black; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover {color: black; text-decoration: underline;}
a:active {color: black; text-decoration: none}

/*****************/
/* Links */
/*****************/

a.main-link:link {color: brown; text-decoration: none}
a.main-link:visited {color: brown; text-decoration: none}
a.main-link:hover {color: brown; text-decoration: underline;}
a.main-link:active {color: brown; text-decoration: none}

a.top-nav-link:link {color: black; text-decoration: none}
a.top-nav-link:visited {color: black; text-decoration: none}
a.top-nav-link:hover {color: black; text-decoration: none;}
a.top-nav-link:active {color: black; text-decoration: none}

/*****************/
/* Custom styles */
/*****************/

.heading-main {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #663300;
	font-weight: bold;
	}

td.heading {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #663300;
	font-weight: bold;
	background-image: url(images/bottom-box.jpg);
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin: 0px;
	}
td.heading-sub-cell {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 4px;
	margin: 0px;
	}
td.flags {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
	}
.top-nav {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	line-height: 30px;
	}
	
.bottom-nav {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	}

.breadcrumbs {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	}
	
.statement {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #663300;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;


	}

.photograph{
	border:1px;
	border-color: #5481d2; 
	border-style: solid
	}
	
/*********************/	
/* Borders and heights for cells */
/*********************/
td.borders-all {
	border: 2px solid; 
	border-color: #cccccc;
	}
td.borders-menu {
	border-left: 1px solid; 
	border-right: 1px solid;
	border-color: #cccccc;
	}
td.borders-bothsides {
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-color: #cccccc;
	}
td.borders-right {
	border-right: 1px solid; 
	border-color: #cccccc;
	}
td.borders-topbot {
	border-top: 1px solid; 
	border-bottom: 1px solid; 
        border-color: #cccccc;
	}