/* general */

html {
	width: 100%;
	height:100%;	
	}

body {
	margin:0px;
	margin:0px;
	padding:0px;
	background-color:white;
	font-family: verdana, helvetica, arial, sans-serif;
    font-size: 70%; 
	width: 100%;
	height:100%;		
	}

html > body {
  font-size: 10pt;
  }
	
a:link {
	color: #A48D46;
	text-decoration: none;
    }

a:visited {
    color: #A48D46;
    text-decoration: none;
    }

a:hover {
    color: #000000;
    text-decoration: underline;
    }

a:active {
    color: #000000;
    text-decoration: underline;
	}

p {
	margin: 1em;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	}

.text {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	}
  
img {
	border:0px;
	margin:0px;
	padding:0px;
	}


/* Top Navigation */


.topNav {
	font-size: 70%;
	text-align: right;
	font-weight: bold;
	color: #D5C38B;
	margin: 0;
	padding: 10px 10px 0 0;
	background-image: url(../images/topnav-bg.gif);

}

.topNav a {
	color: #D5C38B;
	text-decoration: none;
	font-weight: bold;
	}

.topNav a:hover {
	color: #D5C38B;
	text-decoration: underline;
  	}
	
.topNav a:active {
	color: #D5C38B;
	text-decoration: none;
	font-weight: bold;
	}
	
.topNav a:visited {
	color: #D5C38B;
	text-decoration: none;
	font-weight: bold;
	}

.eagle {
	text-align: left;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	background-image: url(../images/topnav2-bg.gif);

}



/* subHeader */

.subHeader {
	color: black;
	background-color: #A48D46;
	font-size: 70%;
	text-align: center;
	padding: 0.4ex 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

.subHeader a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 1ex;
	}

.subHeader a:hover {
	color: white;
	text-decoration: underline;
  	}
	
.subHeader a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	
.subHeader a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}


/* Left Navigation */	

.leftnav {
	font-weight: bold;
	color: #000000;
	background-color: #A48D46;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	margin: 5px, 10px;
	}

.leftnav a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

.leftnav a:hover {
	color: white;
	text-decoration: none;
  	}

.leftnav a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	
.leftnav a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}


/* Body */

.body {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1em;
	margin: 0;
	}

.title {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	}

.topcell {
	vertical-align: top;
	}



/* Right Side Box */

.box {
	width: 12em;
	margin: 1ex 0.75ex 0 2ex;
 	padding: 0;
	float: right;
	clear: right;
	border: 2px solid black;
	}

[class~="box"] {
	margin-right: 0.75ex;
	}

.box .sideBarTitle {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: #A48D46;
	font-weight: bold;
	margin: 0;
	padding: 0.5ex 1ex;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

.box a {
	color: #A48D46;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	}

.box a:hover {
	text-decoration: none;
	}

.box a:visited{
	text-decoration: underline;
	}

.box .sideBarText {
	font-size: 70%;
	line-height: 1.5em;
 	margin: 0;
	padding: 0.5em 1.5ex 1em 1.5ex;
	}
  

/* Footer */

.footer {
	color: black;
	background-color: #A48D46;
	font-size: 70%;
	text-align: center;
	padding: 0.4ex 0;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000000;
	}

.footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 1ex;
	}

.footer a:hover {
	color: white;
	text-decoration: underline;
	}

.footer a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	
.footer a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
