﻿/* ******************************************************************* */
/* Default properties */

body {
	background-color: #FFF;
}

a { 
	color: #834B3A;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #834B3A;
	text-decoration: none;
	font-weight: bold;
}

p {
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
	text-align: justify;
 }

li{
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
	text-align: justify;
}

h1 {
	color: #480B15;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
   	font-weight: bold;
	margin-top: 15px;
}

/* ******************************************************************* */
/* Impact links: */

#focus {
	color: #7B702C;
	font-weight: bold;
}
#focus2 {
	color: #480B15;
	font-weight: bold;
}
/* ******************************************************************* */
/* Mail form properties: */

#mailForm td {
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
}

select {
	border: 1px solid #808080;
	background-color: #FFF;
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
}

textarea {
	border: 1px solid #808080;
	background-color: #FFF;
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
}

input {
	border: 1px solid #808080;
	background-color: #FFF;
	color: #606060;
	font-family: "MS Sans Serif",Tahoma;
	font-size: 10px;
}

/* ******************************************************************* */
/* Nav properties: */
#navigation {
	font-family: "MS Sans Serif",Tahoma;
	font-size: 12px;
	color: #A69A52;
}
#navigation #navtitle {
	display: block;
	padding: 3px 0px 7px 0.5em;
	border-left: 0px solid #170A38;
	border-right: 0px solid #170A38;
	background-color: #170A38;
	color: #FFF;
	font-weight: bold;
}
#navigation li a {
	display: block;
	padding: 3px 5px 7px 0.5em;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	background-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #F2F4FC;
	color: #FFF;
	font-weight:bold;
}
/* ******************************************************************* */
/* Footer properties: */

#footer {
	font-family: Arial, "MS Sans Serif", Tahoma;
	font-size: 9px;
	color: #480B15;
	font-weight: bold;
}
#footer td {
	font-size: 9px;
	color: #480B15;
}
#footer td a {
	color: #7B8E23; 
	font-size: 9px;
	text-decoration: none;
}
#footer td a:hover {
	color: #7B8E23; 
	font-size: 9px;
	text-decoration: underline;
}
#footer td #copyright {
	font-size: 9px;
}
/* ******************************************************************* */
/* Banner properties: */

#banner td {
	font-family: "MS Sans Serif",Tahoma;
	font-size: 11px;
	color: #A69A52;
}
#banner td a {
	color: #A69A52; 
	text-decoration: none;
	font-size: 11px;
}
#banner td a:hover {
	color: #D8CA9D; 
	text-decoration: underline;
}