/* ------- Optmized for IE7 & FF ------- */
a:link {text-decoration:none; color: #51582E;}
a:visited {text-decoration:none; color: #51582E;}
a:hover {text-decoration:none; color: #F6F5EF; }
a:active {text-decoration:none; color: #51582E;}

/* ------- main & tags ------- */
* { margin: 0px; padding: 0px; } 

body {
	text-align:center;
	color: #51582E; /*dark olive*/
	font: normal 12px Verdana, Arial, sans-serif;
	background: url("/graphics/background.gif") repeat;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	height: 770px;
	padding-top: 25px;
}

#container {
	width-:965px;
	height:110px;
	border-right: 13px solid #F6F5EF;
	background-color: #F6F5Ef;
	border-left: 13px solid #F6F5EF;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 951px;
	height: 110px;
	background: url("/graphics/header.gif") no-repeat;
}

#headerText {
	position: relative;
	float: left;
	height: 90px;
	width: 640px;
	margin-left:280px;
	_margin-left:130px;
	margin-top: 18px;
	text-align: left;	
	color: #1758A5;/* medium blue */
	font: bold 34px Georgia, "Times New Roman", Times, serif;
}

#headerText li {
	font: bold 19px Century Gothic, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	list-style: none;
	line-height: 18px;
}

#content {
	width: 965px;
	height: 600px;
	border: 13px solid #F6F5EF;
	background-color:#D5DE68;  /* chartruese */
}

#text {
	margin: 10px;
	height: 400px;
	clear:left; 
	float:left;
	width: 400px;
	height: 500px;
	position: relative;
	text-align: left;
	line-height: 25px;
}

#text div {
	position: absolute;
	top: 5px;
	left: 18px;
}

#text p { 
	line-height: 17px;
	padding-top: 10px;
}

#text p.textBlock { 
font-size: 14px;
}

#text p.textBlock img { 
	display: block;
	float: left;
}

#images {
	margin: 10px;
	margin-left: 0px;
	clear:none; 
	float:left;
	padding: 0px!important;
	width:515px;
	height: 515px;
	border: 1px dotted #51582E;
}

#images img {
	margin: 4px;
	border: 3px solid #51582E;
}

#footer {
	color: #FFFFFF;
	font: 18px Georgia, "Times New Roman", Times, serif;
	width: 965px;
	height: 56px;
	border: 13px solid #F6F5EF;
	border-top: 0px;
	background: url(/graphics/background_links.gif) repeat-x;
	position: relative;
}

#footer #links { 
	position: relative;
	padding-top: 15px;
	left: auto;
	right: auto;
}

#links a:link, #links a:visited, #links a:active {
	height: 40px;
	color: #12437D;/* blue */
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#links a:hover,{
	border-bottom: 1px dotted #51582E;
	color: #51582E;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
 #links a.current {
 	border-bottom: 1px dotted #51582E;
 	border-top: 1px dotted #51582E;
	color: #51582E;
	font: 18px Georgia, "Times New Roman", Times, serif;
 }
 
/* -- tags --*/
hr {
	height: 0px; 
    border: 0px; 
    border-top:1px dotted #51582E; 
}

h2 {
	color: #1758A5;/* medium blue */
	font: 25px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #51582E;
	margin-top: 25px;
	margin-bottom: 10px;
}

img.border {
	border: 3px solid #51582E;
}

h2 img {
	padding-right: 20px;
}

h1, h2, h3, h4, h5, h6 {
}

p {
}

img, a img {
}

small {
	display: block;
	width: 950px;
	position:relative;
	top: 5px;
	color: #FFFFFF;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

small a:link, small a:visited, small a:active {
	color: #FFFFFF;
}

small a:hover {
	color: #ABCDE3;
}

input {
	background-color: #F6F5EF;
	border: 1px dotted #51582E;
	height: 17px;
	text-indent: 3px;
	color: #51582E;
}
button {
	border-bottom: 1px solid #51582E;
	border-right: 1px solid #51582E;
	height: 17px;
	text-indent: 3px;
	color: #FFFFFF;
	font: normal 10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	background: url(/graphics/button.gif) no-repeat;
}

textarea {
	background-color: #F6F5EF;
	border: 1px dotted #51582E;
	text-indent: 3px;
	color: #51582E;
}

input:focus, select:focus, option:focus, textarea:focus {
}

.large {
	font:  38px Georgia,"Times New Roman", Times, serif;
	color: #AE3314;
}
