/********************************************LUKE CREATVE CSS********************************************/
* {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	position: absoute;
	/*background-color:#FFFFFF;*/
	overflow:visible;
}
/****************************************************CONTENT*/
.header{
	width:100%;
	height:110px;
	background-position: 50% 0%;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding-top:224px;
}
.tile{
	width:100%;
	height:100%;
	background-position: 50% 0%;
	background-image:url(images/tile.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-bottom:0px;
}
.footer{
	width:100%;
	height:138px;
	background-position: 50% 0%;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
}
.divider{
	width:560px;
	height:34px;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
}
.content0{
	width:560px;
}
.content1{
	width:560px;
	padding-top:25px;
	background-position: 0% 23px;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
}
.content2{
	width:560px;
	padding-top:25px;
	background-position: 0% 3px;
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
}
.content3{
	width:560px;
	padding-top:25px;
	background-position: 0% 1px;
	background-image:url(images/seperator.jpg);
	background-repeat:no-repeat;
}

/*******************************************************TEXT*/
.headerTitle{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:600;
	color:#003333;
	border-color:#003333;
	padding-bottom:2px;
	text-align:center;
}
.headerBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006666;
	padding-bottom:6px;
	text-align:left;
}
.topicTitle{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:600;
	color:#003333;
	border-color:#003333;
	padding-bottom:2px;
	text-align:left;
}
.bodyTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#003333;
	border-color:#003333;
	padding-bottom:2px;
	text-align:left;
}
.topicBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006666;
	padding-bottom:6px;
	text-align:left;
}
.topicCaption{
	position: 50% 241px;
	border:2px;
	border-color:#333300;
	text-align:left;
}
.topicImage{
	padding-bottom:6px;
	text-align:center;
}
.footerBody{
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006666;
	text-align:center;
	padding-top:5px;
}
.subtopicTitle{
	font-family:Arial, Helvetica, sans-serif;;
	font-size:12px;
	color:#006666;
	padding-left:5px;
	padding-top:10px;
	text-align:left;
}
.subtopicCaption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#003333;
	padding-left:5px;
	text-align:left;
}
.subtopicBody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006666;
	text-align:left;
	padding-top:5px;
}
.imageHalfWidth{
	width:280px;
	height:102px;
}
.imageFullWidth{
	width:560px;
	height:204px;
}
.imageCharacterRef{
	padding-left:35px;
}
/******************************************************LINKS*/
a:link {
	color: #70A2A2;
	text-decoration: none;
}
a:visited {
	color: #70A2A2;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
a:visited a:hover {
	color:#FF6600;
	text-decoration: none;
}
a:active {
	color: #C22500;
	text-decoration: none;
}
.list {
	font-size:16px;
	padding-left:13px;
}
.listBody {
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:12px;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:10px;
	text-align:left;
}
.listCaption {
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:11px;
	padding-left:5px;
	text-align:left;
}
.list:link {
}
.list:visited {
}
.list:hover {
	padding-left:8px;
}
.list:visited a:hover {
}
.list:active {
}