/********************************
GENERIC
********************************/
/********************************
FONT FAMILY DECLARATIONS INCLUDING NEW WINDOWS VISTA FONTS:
font-family: Helvetica, Calibri, Arial, sans-serif;
font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
font-family: Cambria, "Times New Roman", Times, serif;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
********************************/
html,
body {background: #D6D4AD;}

body {
	/* font-family: Georgia, "Times New Roman", serif; */
	font-family: verdana, arial, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	color: #333; /* grey */
	}

h1, h2, h3, h4, h5 {
	/* font-family: Georgia, "Times New Roman", serif; */
	font-family: verdana, arial, sans-serif;
	line-height: 100%;
	}
	
h1, h2 {margin: 0 0 .3em 0}
h3, h4, h5 {margin: 0 0 .2em 0}
h1 {font-size: 150%}
h2 {font-size: 130%}
h3 {font-size: 120%}
h4 {font-size: 110%}
h5 {font-size: 105%}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	border: none;
	}

a,
a:link,
a:visited {
	color: #333; /* grey */
	text-decoration: none;
	}

a:active,
a:hover {
	color: #EF0E17; /* red */
	}

p {margin: 0 0 1em 0}

input:hover {background: #FEFF7F} /* yellow */
input:focus {background: #FFB399} /* pink */
input:focus:hover {background: #BFFFBF} /* green */
textarea:hover {background: #FEFF7F} /* yellow */
textarea:focus {background: #FFB399} /* pink */
textarea:focus:hover {background: #BFFFBF} /* green */

/********************************
WRAPPER
********************************/
.wrap {
	width: 780px; /* determines overall body width */
	background-color: transparent;
	margin: 0 auto; /* centers wrap class */
	padding: 10px;
	}

/********************************
LOGO
********************************/

.logo {margin: -11px -11px 0 -11px;}

.logo,
.logo img {
	overflow: hidden;
	}

/********************************
HORIZONTAL NAVIGATION
********************************/
.Hnav {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 100%;
	display: block;
	}
	
.Hnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}

.Hnav li {
	margin: 0;
	display: block;
	width: auto;	
	float: left;
	}

.Hnav a,
.Hnav a:link,
.Hnav a:visited {
	display: block;
	text-decoration: none;
	padding: .3em .6em;
	}

.Hnav a.selected,
.Hnav a:active,
.Hnav a:hover {
	text-decoration: none;
	background-color: #333; /* grey */
	color: #FFF; /* white */
	}

/********************************
VERTICAL NAVIGATION
********************************/
.Vnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.Vnav li {
	margin: 0;
	display: block;
	}
	
.Vnav a,
.Vnav a:link,
.Vnav a:visited {
	text-decoration: none;
	padding: 0 0 0 12px;
	background: transparent URL(/images/nav/arrow.gif) 0 50% no-repeat;
	display: block;
	}

.Vnav a.selected,
.Vnav a:active,
.Vnav a:hover {
	text-decoration: none;
	}	

/********************************
SIDEBAR
********************************/
ul.sidebar,
ul.sidebar ul {list-style: none}

/********************************
FOOTER
********************************/
.footer {
	font-size: .9em;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 1.5em;
	}

.footer a,
.footer a:link,
.footer a:visited {
	color: #333; /* grey */
	text-decoration: none;
	}

.footer a:active,
.footer a:hover {
	color: #333; /* grey */
	text-decoration: none;
	}
	
.col1 {background-color: #FFF;}

.pamphlet {
	border: 1px solid #333;
	padding: 10px;
	background-color: #EFEEE0; 
	}

.pamphlet img {
	border: 1px solid #333;
	display: block;
	float: left;
	margin-right: 10px;
	}