/*
----------------------------------------------------------------
GENERAL LAYOUT
----------------------------------------------------------------
*/

body {
	margin: 0px 0;
	padding: 0;
	color: #000;
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

.clear {
	clear: both;
}

.alignright {
	text-align: right;
}

.top {
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat 0px 0px;
	height: 409px;
}

.footer {
	position: relative;
	padding-bottom: 1px;
	margin-left: 39px;
	margin-right: 35px;
	background-color: #ffffff;
	padding-left: 4px;
	padding-top: 11px;
	text-align: left;
}

.to-right {
	float: right;
}

.to-left {
	float: left;
}

.wrapper {
	margin: 0 auto;
	width: 989px;
	w\idth: 987px; /* C + L + 1 */
	/* text-align: left; */
	background-color: #fff;
}

.outer {
	margin-left: 289px; /* L */
	background-color: #fff;
}

.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}

.incenter {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eff0ce;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:6px;
	padding-right:6px;
}

.incenter_border {
	width: 662px;
	background-color: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.center_white_content_block {
	background:#ffffff;
	padding-left:15px;
	padding-right:15px;
/*     text-align:justify; */
}

.center_top, .center_bottom {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 645px;
	line-height: 0px;
	font-size: 0px;
}

.center_top {
	background:url(../images/center_top.gif);
}

.center_bottom {
	background:url(../images/center_bottom.gif);
}

.left {
	float: left;
	position: relative;
	width: 290px; /* L */
	margin-left: -290px; /* -L-1 */
}

.inleft_border {
	margin-left: 40px;
	background-color: #ffffff;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
}

.inleft {
	background-color: #eff0ce;
	padding:7px;
}

.inleft_white_content_block {
	background:#ffffff;
	padding-left:5px;
	padding-right:5px;
}

.left_region_top, .left_region_bottom {
	padding: 0px;
	margin: 0px;
	height: 4px;
	width: 230px;
	line-height: 0px;
	font-size: 0px;
}

.left_region_top {
	background:url(../images/left_region_top.gif);
}

.left_region_bottom {
	background:url(../images/left_region_bottom.gif);
}

.outer {
	word-wrap: break-word;
}

/*
p, h1, h2, h3 {
	margin: 0 0 1em 0;
	border: 1px solid red;
}
*/

/*
----------------------------------------------------------------
DEFINITIONS FOR PARTS OF GENERAL LAYOUT
----------------------------------------------------------------
*/

/* FOOTER ---------------------------------------------------------- */

#footer {
	font-family: tahoma sans-serif;
	font-size: 11px;
}

#footer_menu {
	position: absolute;
	top: 12px;
	right: 35px;
	color: #000;
	width: 800px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#footer_copyright {
	/*position: absolute;*/
	display:block;
	top: 42px;
	right: 11px;
	color: #ccbb98;
	text-align: right;
	margin: 0px;
	padding: 10px 0px;
}

/* HEADER ---------------------------------------------------------- */

#main_menu {
	position: absolute;
	top: 96px;
	left: 72px;
	color: #fff;
	width: 842px;
	text-align: center;
}

#very_top_left {
	position: absolute;
	top: 12px;
	left: 52px;
	width: 325px;
	text-align: center;
/*     border: 1px solid #ff0000; */
}

#very_top_center {
	position: absolute;
	top: 7px;
	left: 395px;
	width: 265px;
	text-align: center;
/*     border: 1px solid #ff0000; */
}

#very_top_right {
	position: absolute;
	top: 6px;
	left: 680px;
	width: 250px;
	height: 55px;
	text-align: center;
/*     border: 1px solid #ff0000; */
}

/* LEFT SIDEBAR----------------------------------------------------- */

/* RIGHT SIDEBAR --------------------------------------------------- */

/* CENTER ---------------------------------------------------------- */

/*
----------------------------------------------------------------
DEFINITIONS FOR TEXT CMS ELEMENTS
----------------------------------------------------------------
*/

a {
	color: #AC2C76;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #AC2C76;
}

.highlighted {
	color: #AC2C76;
/*     font-weight:bold; */
}

