body {
	margin: 0;
	padding: 0;
	background: #662C14 url(images/img01.gif) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #662C14;
}

h1 {
	color: #FF0000;
	font-size: 18px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #FF0000;
	font-family:"ParkAvenue BT";
}

h3 {
/*	text-transform: uppercase;
	font-weight:bold;*/
	letter-spacing: 2px;
	font-size: 15px;
	color: #662C14;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #662C14;
}


p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #662C14;/*#F49500;*/
}

a:hover {
	text-decoration: none;
}

/* Header */

#header_out {
	width: 780px;
	height: 180px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-top-color:#FFFFFF;
	border-top-width:thin;
	border-top-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:thin;
	border-left-style:solid;
	background:url(images/banner.jpg);
}

#header {
	width: 758px;
	height: 148px;
	margin: 0 auto;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-bottom-color:#FF0000;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-top-color:#FF0000;
	border-top-width:thin;
	border-top-style:solid;
	border-right-color:#FF0000;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#FF0000;
	border-left-width:thin;
	border-left-style:solid;
		/*	background-color:#f1c633;
 	background: url(images/img02.jpg); */
}


#title {
	width:330px;
	margin-left:250px;
	margin-top:20px;
	font-size: 38px;
	text-transform:none;
	font-weight:bold;
	color: #662C14;
	font-family:"ParkAvenue BT";
}

#slogan {
	width:300px;
	margin-left:300px;
	margin-top:30px;
	font-size: 20px;
	text-transform:none;
	font-weight:bold;
	color: #662C14;
	font-family:"ParkAvenue BT";
}
#header h1 {
	float: left;
	padding: 40px 0 0 20px;
}

#header h2 {
	float: right;
	padding: 20px 30px 0px 0;
	text-transform:uppercase;
	font-size: 23px;
	font-weight: bold;
}


.welcome {
	font-family: "ParkAvenue BT";
	font-size: 24px;
	font-weight: bold;
}


/* Menu */

#menu {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	background-color:#f09136;
	background:url(images/menubg.jpg) repeat-x;
	float:none;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:thin;
	border-left-style:solid;
	font-family:"ParkAvenue BT";
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 12px 14px 0 20px;
/*	background: #66CCCC;url(images/img03.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;

}

#menu a:hover {
	color: #662C14;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto 0px auto;
	padding: 20px;
	background: #FAD37A;
	color:#662C14;
	border-top-color:#FFFFFF;
	border-top-width:thin;
	border-top-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:thin;
	border-left-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
/*	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;*/
}



#content2 {
	float: left;
	width: 740px;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content2 .absatz{
  font-family:"ParkAvenue BT";
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* form */

.button {
  font-size        : 11px;
  color            : #000000;
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  background-color : #EDEDED;
  padding          : 1px;
  font: normal 11px tahoma, verdana, arial;
}

.inputbox {
  border : 1px solid #999999;
  font: normal 11px Tahoma, Verdana, Arial;
  background-color : #FFFFFF;
  margin-top: 3px;
  padding-top: 3px;
  color : #000000;
  height: 15px;
}
  
.inputta {
  border : 1px solid #999999;
  font: normal 11px Tahoma, Verdana, Arial;
  background-color : #FFFFFF;
  margin-top: 3px;
  padding-top: 3px;
  color : #000000;
  height: 30px;
}


/* Footer */

#footer {
	width: 780px;
	height: 25px;
	margin: 0px auto 0px auto;
	background:#e56032;
	padding-top: 13px;
	font-size:11px;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:thin;
	border-left-style:solid;
}

#footer p {
	text-align: center;
	color: #888888;
}

#back {
  text-align:center;
}

#image_home {
  float:right;
	text-align:center;
	width:200px;
	margin-left:20px;
}
#image2 {
  float:right;
	text-align:center;
	width:400px;
}
#image3 {
  float:right;
	text-align:right;
	padding-right:20px;
	width:auto;
}

#image4 {
  float:left;
	padding-right:20px;
	width:auto;
}
.colink {
  font: normal 11px Tahoma, Verdana, Arial;
  color:#bc1f00;
  border:1 px;
	border-color:#FF9933;
}

.colink a , #colink a:visited, #colink a:active {
  font: normal 11px Tahoma, Verdana, Arial;
  color:#bc1f00;
  font-style: normal;
  font-weight: bold;
  border:1 px;
	border-color:#FF9933;
}

.colink a:hover {
  font: normal 11px Tahoma, Verdana, Arial;
  color:#bc1f00;
  font-weight: bold;
  text-decoration:underline;
  border:1 px;
	border-color:#FF9933;
}
