@charset "iso-8859-9";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(assets/images/bkg.jpg);
	background-repeat: repeat;
	background-color: #5B3F27;
}
.accessibility {
	display: none;
}

#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#logoarea {
	height: 110px;
	width: 760px;
}
#textfield {
	width: 760px;
}
#col1 {
	width: 345px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	padding-top: 15px;
}
#motto {
	height: 203px;
	width: 760px;
}

#col2 {
	width: 375px;
	padding-right: 0px;
	float: left;
	padding-top: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 26px;
	background-color: #000000;
	padding: 3px;
}

#footer {
	clear: both;
	height: 50px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#secmenu {
	height: 30px;
	width: 760px;
	margin-top: 10px;
}
#secmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#secmenu ul li {
	background-color: #000000;
	display: block;
	
	float: left;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
#secmenu ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-variant: small-caps;
}
#secmenu ul li a:hover {
	background-color: #333333;
	display: block;
}




* {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
}
#nav {
	display: none;
}
.border {
	border-top-width: 36px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
