@charset "utf-8";
/* CSS Document */



body {
	/*	background-color:#f4f2e6;*/

	background-color:#E6E1C6;
	font-size:12px;
}
a {
	color:#532C26;
	text-decoration:none;
}
a:hover {
	color:#DDC393;
	text-decoration:underline;
}
input {
	border:#400000 1px solid;
}
textarea {
	border:#400000 1px solid;
}

img {border:none;}
/* === IDS === */

#container {
	margin-top:10px;
	width:800px;
}
#description {
	margin:10px;
	margin-top:20px;
	padding:5px;
	color:#400000;
}
#banner {
	height:265px;
}
#logo {
	width:402px;
	float:left;
	height:265px;
	background-image:url(images/bg005.jpg);
}
#slideSwf {
	width:398px;
	float:right;
	height:265px;/*	border:#FF0000 1px solid;*/

}
#titleAddress {
	margin-top:65px;
	margin-left:40px;
	color:#400000;
}
#txtField_topLeft {
	float:left;
	width:250px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin:5px;
}
#txtField_topRight {
	float:left;
	width:370px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin:5px;
}
#verticalLine {
	float:left;
	background-image:url(images/verticalLine001.png);
	background-repeat: repeat-y;
	width:5px;
	height:115px;
	margin-top:15px;
}
/* === CLASSES === */

.siteTitle {
	font-size:21px;
	/*color:#532C26;*/

	color:#400000;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	margin-top:35px;
}
.siteTitle02 {
	font-size:16px;
}
.siteTitle03 {
	font-size:12px;
}
.mainMenu {
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
	background-color:#EEEAD7;
	font-size:16px;
	color:#400000;
	padding:20px;
}
.noBackground {
	background-color:#FFFFFF;
}
.title h1 {
	font-size:20px;
	color:#400000;
	font-weight:bold;
	margin:20px;
	padding:5px;
}
.subTitle h6 {
	font-size:14px;
	color:#400000;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.subTitle {
	font-size:16px;
	font-weight:bold;
}
.small {
	font-size:12px;
}
.msg_ok {
	border: 1px solid #999999;
	padding: 4px;
	width: 390px;
	color: #000099;
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-align:center;
	width:400px;
	padding:10px;
	text-align:center;
}
