
body {
	margin:0;
  font: 75%/1.5em arial, verdana, sans-serif; 
	color: #323232;
	line-height:1.5em;
	background: #ffffff url(images/bgRepeat.png) repeat-y right;
}


#containerMain {
	width:960px;
	margin:auto;
}

#logo {
	width:145px;
	height:120px;
	display:block;
	background:url(images/logo.gif) no-repeat;
}

#header {
	width:960px;
	height:120px;
	margin-top:30px;
	background:url(images/header.png) no-repeat 0 0;
}

#middle {
	float:left;
	width:960px;
	background:#ffffff url(images/bgMiddle.png) repeat-y;
}

p {
	margin:0 0 0.8em 0;
	padding:0;
}



#containerMenu {
		width:178px;
		float:left;
		padding:11px;
		margin-bottom:20px;
	}
	
		#containerMenu ul {
			margin:0;
			padding:0;
		}
		
		#containerMenu ul li {
			list-style:none;
			height:28px;
			font-size:1.1em;
			line-height:2em;
			text-indent:5px;
			background:url(images/menuBorder.gif) repeat-x 0 25px;
		}
			#containerMenu ul li a {color:#051d6e;display:block;text-decoration:none;height:25px;}
			#containerMenu ul li a:link, a:visited {color:#051d6e;}
			#containerMenu ul li a:hover, .over {background:#ffffff;}
			#containerMenu ul li#current {font-weight:bold;background:url(images/menuBorder.gif) repeat-x 0 25px;}

#containerContent {
		width:760px;
		float:left;
		padding:0 0 15px 0;
	}
	
	#containerContent a:link, a:visited {
		text-decoration:none;
		color: #323232;
	}
	
	#containerContent a:hover, a:active {
		color: #c5c7e3;
	}
	
	.contentLeft {
		width:605px;
		float:left;
		padding:10px;
		_padding:10px 0 0 10px;
	}
	
	.contentRight {
		width:100px;
		float:left;
		padding:10px 10px 0 10px;
		_padding:10px 0 0 10px;
	}
	
	.contentWide {
		margin:10px;
	}
	
	.contentNews {
		margin:10px;
		border-bottom:1px solid #ececec;
	}

#content-padding h2.componentheading {
display:none
}

#content .content h2.componentheading {
display:block;
}

.clear {
	clear:both;
}

#footer {
	clear:both;
	width:960px;
	height:52px;
	margin-bottom:30px;
	color:#ffffff;
	font-size:0.9em;
	background: url(images/footer.png) no-repeat 0 0;
}

#footer a {color:#ffffff;}

	.footerTextLeft {
		float:left;
		padding:7px 0 0 10px;
	}
	
	.footerTextRight {
		float:right;
		padding:7px 10px 0 0;
	}

/* END OF LAYOUT STYLES */


/* GENERAL PURPOSE STYLES */

a:link, a:visited, a:hover, a:active {
	outline:none;
	text-decoration:none;
	color: #323232;
}

.dfContactTable {
	text-align:left;
	width:400px;
}

.dfContactTable th {
	width:300px;
}

.dfContactTable td {
	width:400px;
}

.inputbox {
	margin:0 5px 5px 0;
	text-indent: 5px;
}

#dfContactFieldErrorSpan-name {
	color:red;
}

#dfContactFieldErrorSpan-email {
	color:red;
}

#dfContactFieldErrorSpan {
	color:red;
}

#dfContactFieldErrorSpan-message {
	color:red;
}

#dfContactField-message {
	width:300px;
	height:120px;
}

.containerRoute {
	float:right;
	width:200px;
	padding:0 5px 0 15px;
	border-left:1px solid #ececec;
}

img {
	border: 0;
}

fieldset {
	border:none;
}

/* useful tags */


h1, h2, h3, h4 {
	margin:0.2em 0;
}

h1 {
	font-size: 1.2em;
	font-weight:bold;
}

h2 {
	font-size: 1.1em;
	margin-bottom:0.5em;
}

h2.contentheading, 
h2.componentheading, 
.componentheading, 
.contentheading {
	font-weight:bold;
	margin:10px 0 10px 10px;
}

.contentpagetitle {
	margin-left:-10px;
	font-size:1.1em;
}

h3 {
	font-size: 1em;
}

#right h3 {
	font-size: 1em;
	padding:6px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}

#header h3 {
	font-size: 1em;
	padding:0px;
	padding-bottom:8px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	color:#BC4676;
}

h4 {
	font-size: 1em;
}

.contentpaneopen {
	margin:0;
}

.contentpane {
	padding:10px;
}

#component-contact {
	padding:10px;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 {	
	list-style:square;
	}

ul.arrow2 li {
	list-style:circle;
}

#right ul li {
padding-bottom:4px;
}

/* NAVIGATION MENU */

.buttons {display:none;}

.button {
	float:right;
	background:url(images/send.png) no-repeat;
	width:123px;
	height:23px;
	border:0;
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	margin-right:15px;
	padding-bottom:5px;
	*padding-bottom:1px;
	cursor:pointer;
}

.author, .createdate {
	margin-left:10px;
	color:#555;
	font-size:0.8em;
}

.author {
padding-bottom:0;
border-bottom:0;
}

#system-readmore {
	clear:both;
}

.modifydate, .readmore {
	color:#87AAAE;
	clear:both;
}
