/* basic styles */

body {
	margin: 0 0 0 0;
	background-color: #ffffff;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1em;
	color: #4D4846;
}

.smallerBodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 1em;
	color: #000000;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

hr {
        height: 21px;
        border: 0;
        border-top: 2px solid #CEC2AD;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

/* link styles */

a:link {color: #0000ff; text-decoration: underline;}
a:visited {color: #666699; text-decoration: underline;}
a:hover {color: #990000; text-decoration: underline;}
a:active {color: #990000; text-decoration: underline;}

.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	letter-spacing: .13em;
	margin-bottom: -.5em;
}

a.menuLink:link {color: #4D4846; text-decoration: none;}
a.menuLink:visited {color: #4D4846; text-decoration: none;}
a.menuLink:hover {color: #000000; text-decoration: underline;}
a.menuLink:active {color: #000000; text-decoration: underline;}

/* search form */

div.search {
	border: 1px solid #CEC2AD;
	margin: 1em 0 0 8px;
	padding: .7em .5em .5em .5em;
	width: 95px;
}

div.searchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	letter-spacing: .13em;
	line-height: 1.5em;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	border: 1px solid #4D4845;
	color: #4D4846;
	width: 200px;
	padding: 2px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: .13em;
	font-size: 85%;
	color: #4D4846;
	margin: 0 0 .5em 0;
}

/* DIVs */

div.menu {
	border: 0;
	padding: 1em 1em 1em 1em;
	width: 140px;
}

div.content {
	border: 0;
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	width: 95%;
}

div.homeCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: black; 
	padding: 2px 30px 0px 20px;
}

/* other styles */

.homeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/* font-size: 105%; */
	line-height: 1.5em;
	color: black;
	font-weight:bold;
}

table.header {
	margin-top: 0;
	margin-bottom: 0px;
	background-color:#CEC2AD;
	width: 100%;
}

table.middle {
	margin-top: 0;
	margin-bottom: 1em;
	background-color:#ffffff;
	width: 100%;
}

.homePhotos {
	padding: 0 25px 0 25px ;
}

.iconLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}