body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	width:100%;
	line-height:1.5em;
	color:#aa355a;
	/*background-image:url(../img/bg2.jpg);*/
}

a {
	text-decoration:underline;	
	color:#e98f34;
	/*font-weight:bold;*/
}

a:hover {
	color:#a01d47;
	/*font-weight:bold;*/
}

img {
	border:0px;
}

#top {
	margin-bottom:25px;
	margin-top:50px;
}

#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:968px;
	background:white;
	padding:25px;
}

#overHeaderMenu {
	overflow:hidden;
}

#overHeaderMenuLeft {
	float:left;
}

#overHeaderMenuLeft ul {
	margin:0px;
	padding:0px;
}

#overHeaderMenuLeft li {
	display:inline;
	padding-right:5px;
}

#overHeaderMenuRight {
	float:right;
}

#overHeaderMenuRight ul {
	margin:0px;
	padding:0px;
}

#overHeaderMenuRight li {
	display:inline;
	padding-left:5px;
}

#mainContent {
	overflow:hidden;
	margin-top:35px;
}

#mainContentLeft {
	float:left;	
	width:194px;
}

#mainContentLeft ul {
	margin:0px;
	padding:0px;
	width:168px;
}


#mainContentLeft .level-1 {
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:8px;
}

#mainContentLeft .level-1 ul {
	/*margin-bottom:-8px;*/
	margin-bottom:20px;
}


#mainContentLeft .level-1 a {
	font-size:14px;

	color:#ff9926;	
	font-weight:bold;
	text-decoration:none;
	display:block;
	/*background:#fe860c;*/
	height:36px;
	line-height:36px;
	/*text-align:center;*/
	padding-left:8px;
}
#mainContentLeft .level-1 a:hover {
	color:#a01d47;
}

#mainContentLeft .act {
	color:#a01d47 !important;
}

#mainContentLeft .level-2 a {
	font-size:12px;
	color:#e98f34;
	text-decoration:none;
	background:white;
	height:20px;
	line-height:20px;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:20px;
}


#mainContentRight {
	float:right;
	width:774px;
}

#overHeaderMenu,#overHeaderMenu a {
	color:#aa355a;
}

#overHeaderMenu a {
	text-decoration:none;
}

#header {

}

.bodytext {
	margin-top:0px;
}

.csc-textpic {
	overflow:hidden;
	margin-bottom:25px;
}



h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	margin-top:2px;
}


.threeCol, .twoCol {
	overflow:hidden;
}

.col {
	float:left;
}

.threeCol .col {
	width:241px;
}

.twoCol .col {
	width:374px;
}

.col1, .threeCol .col2 {
	margin-right:25px;
}

/* IE 6 fixes */

* html .clear {

}

* html dd {
 	display:block !important;
}
* html .csc-textpic {
	overflow:hidden;
	width:100%;
	margin-bottom:25px;	
}

* html .threeCol {
	width:100%;
}

* html .twoCol {
	width:100%;
}

* html h1 {
	font-size:24px;
}

* html h2 {
	font-size:20px;
}

* html h3 {
	font-size:16px; 
}

* html h4 {
	font-size:12px;
}

* html h5 {
	font-size:10px;
}

* html h6 {
	font-size:8px;
}

#subline_orange,#subline_rot{
  font-family          : Georgia;
  font-size            : 13px;
  height               : 31px;
  line-height          : 31px;
  padding-left         : 15px;
  color                : white;
  overflow             : hidden;
  margin-bottom        : 15px;
}
#subline_orange{
  background-color     : #f19900;
}
#subline_rot{
  background-color     : #B80C46;
}
#rosebox{
  font-family          : Arial;
  font-size            : 13px;
  color                : white;
  line-height          : 1.5em;
  background-color     : #DC85A3;
  padding              : 20px 20px 0px 20px;
  overflow             : hidden;
}