@charset "UTF-8";
/* CSS Document */

body {
	
}

.bodyDef{
	background-image:url(images/backgroundcolor.jpg);
	background-repeat:repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
	right:50%;
}

p { font-size:110%;
        line-height:120%;
					
}

.bodyDef h1 {
	font-size: 22px;
}

.bodyDef h2 {
	font-size: 16px;
}

.bodyDef h3 {
	font-size: 14px;
}

.bodyDef h4 {
	font-size: 12px;
}
.bodyDef a:visited, .bodyDef a:active, .bodyDef a:link{
	text-decoration:none;
	color:#000000;

}

.contentDef a:visited, .contentDef a:active, .contentDef a:link{
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed;
}

.BodyDef a:hover {
	text-decoration:underline;
}
.topDef{
	width:1130px;
}
.topLeftDef {
	float:left;
	width:419px;
	height:340px;
	background-repeat:no-repeat;
	background-image:url(images/topleft.jpg);
}
.topMiddleDef{
	float:left;
	width:323px;
	height:340px;
	background-image:url(images/topmiddle.jpg);
	background-repeat:no-repeat;
}
.topRightDef{
	float:left;
	width:388px;
	height:340px;
	background-image:url(images/topright.jpg);
	background-repeat:no-repeat
}

.middleDef {
	background-image:url(images/middle.jpg);
	width:1200px;
	background-repeat:repeat-y;	
	float:left;
}

.bannerDef{
	width:200px;
	float:right;	
}

.footerDef{
	background-image:url(images/footer.jpg);
	width:1130px;
	height:70px;
	background-repeat:no-repeat;
	clear:both;
	float:left;
}
.menuDef{
	margin-left:210px;
	margin-right:10px;
	width:150px;
	float:left;
	padding:0px;
	overflow:hidden;
}
#NavDef {
	width:150px;
	max-width:150px;
	margin:0px;
	padding:0px;
	
}

ul#NavDef li {
	margin:0px;
	display:block;
	padding: 0px 0px 2px 0px;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;	
	
}

ul#NavDef li a, ul#NavDef1 li a {
	text-decoration:none;
	color:#333;
	border:none;
}

ul#NavDef a:hover,ul#NavDef1 a:hover {
	color:#000;
	text-decoration:underline;
	/*background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:  -10px;*/
	
}

.NavDef, .NavDef a:active {
	font-weight:bold;
	}

#NafDefSeperator, ul#NavDefSeperator, #NavDefSeperator li{
	text-decoration:underline;
	font-size: 12px;
}

ul#NavDef1 {
padding: 0px 0px 5px 5px;	
margin: 0px;
}
ul#NavDef1 li {
	font-size:11px;
}


.contentDef{
	width:420px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.contentRightDef{
	width: 150px;
	float: left;
	margin-left:0px;
	overflow:hidden;
	
}

/*TYPOCONFIGS*/
.csc-textpic-caption {
	font-size:9px;
	font-weight:bold;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
  border: 0px solid black;
  padding: 0px 0px;
  }
