/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #AFB3A5;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h4, h5 {
	margin: 0;
}
h3 {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

/* Header */

#header {
	width: 700px;
	height: 61px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #FFFFFF;
/*	background: #323B2E;
	background-image: url("testhead.jpg");
	background-position: center;
	background-repeat: no-repeat;
*/
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: 17px;
	color: #323B2E;
	text-align: center;
	font-family: serif;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


#header a {
	color: #788770;
	text-decoration: none;
}

#header a:hover {
	color: #788770;
	text-decoration: none;
}

#header img {
	border: 0px none;
	
}
/* Menu */

#menu1 {
	float: left;
	width: 140px;
	margin: 0px 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: -3px 0px 0px 0px;	
	list-style: none;
	padding: 0px;
}
/*
#menu1 li {
	padding: 0px;
}
*/

#menu1 a {
	display: block;
	width: 140px;
	padding: 7px 0px 7px 4px;
	background-color: #788770;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#menu1 a.imglink {
	display: block;
	width: 140px;
	padding: 0px 0px 0px 0px;
	background-color: #788770;
	border-top: 0px none;
	border-bottom: 0px none;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #788770;
}

#menu1 a:hover {
	background-color: #AFB3A5;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
}
#menu1 a.imglink:hover {
	background-color: #788770;
	border-top: 0px none;
	border-bottom: 0px none;
}
#menu1 a ul {
	display: list-item;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	font-size: smaller;
	list-style-type: none;
	text-indent: -8px;
}



/* Content */
#margin-news {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0px 0px 4px;
	margin: 10px 0px 0px 2px;
	border: 1px solid #AAAAAA;
	background-color: #AFB3A5;
}

#content {
	width: 700px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 0px;
	padding: 0 10px 0 0px;
}

p.italic {
	font-style: italic;
}
p.white {
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
p.center {
	text-align: center;
}
#head3	{
	float: right;
	margin-right: 1px;
	overflow: hidden;
	width: 555px;
	height: 180px;
	background-color: #788770;
}

.slide {
	margin-left: 0px;
	width: 555px;
	height: 180px;	
}

#colTwo {
	float: right;
	width: 520px;
	margin-top: 20px;	
	padding: 0 20px 0 20px;
}
#colTwo ul {
	list-style: square;
}
#colTwo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#colTwo p img {
	padding: 4px 4px 4px 8px;
	float: right;
}
#colTwo embed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#colTwo iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: normal;
}

#colOne h2 {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: -2px;
}

#colOne ul {
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fademe li {
	position: absolute;
	top: 0;
	left: 0;
	width: 555px;
	height: 180px;
	background-color: #FFF;
	visibility: hidden;
}
#box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: 1px solid #AAAAAA;
	background-color: #AFB3A5;
}
#box a {
  font: italic 100%/1.0 Georgia, serif;
}
#box a:link { 
  color: #FFFFFF;
  text-decoration: none;
}
#box a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#box a:hover {
  font-weight:bold;
}
#box a:active { 
  color: #FFFFFF;
  text-decoration: none;
}