html {
	height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-family: Arial, Helvetica, sans-serif;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}




/* DIV layout
----------------------------------------------- */

#header {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 163px;
}

#subNav {
	display: none;
}

#content {
	display: block;
	height: 100%;
	max-height: 100%;
	position: absolute;
	top: 170px;
	left: 0;
	font-size: 0.9em;
}


/* header layout
----------------------------------------------- */

#topNav {
	display: none;
}

#logo {
	position: absolute;
	top: 28px;
	right: 0;
	width: 100%;
	height: 83px;
}

#menu {
	display: none;
}

.ccslogo {
	padding-left: 0;
}




/* content layout
----------------------------------------------- */

#WYSIWYG {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.carers {
	float: right;
	padding-left: 10px;
	padding-bottom: 20px;
}

.text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.pagepic {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.subTitle {
	text-align: left;
	font-weight: bold;
	color: #406078;
	text-decoration: underline;
}

.highlight {
	font-weight: bold;
	color: #345166;
}

.number {
	list-style-type: decimal;
	text-indent: 8px;
}

.top {
	display: none;
}

.banner { 
	border: solid;
	border-width: 1px;
	border-color: #666666;
	margin-left: 15px;
	margin-right: 10px;
}

.title1 {
	margin-left: 14px;
}

.title2 {
	font-weight: bold;
	color: #406078;
}

.title3 {
	margin-left: 14px;
	font-size: 100%;
	font-weight: bold;
	color: #406078;
}

.info {
	margin-left: 14px;
}

.rowTitle {
	font-weight: bold;
}

.indent {
	padding-left: 80px;
}

.dindent {
	padding-left: 160px;
}

#content a {
	color: #406078;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #688F2E;
	font-weight: bold;
	text-decoration: none;
}



/* padding settings
----------------------------------------------- */

#padding1 {
	display: block;
	width: 18px;
	height: 100px;
	float: left;
}

#padding3 {
	display: block;
	width: 18px;
	height: 20px;
	float: left;
}

.padding5 {
	display: block;
	height: 25px;
}

