body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px;
	background-color: #ffffff;
}

#divHolder {
    width: 980px; 
    margin-left: auto;
    margin-right: auto;
}
#tableHeader {
	width: 980px; 
	height: 101px; 
	background-color: #98988E;
}
#tableHeaderPrint {
	width: 600px; 
	height: 82px; 
	background-color: #98988E;
}

.tdTopMenu {
	height: 24px;
	padding-top: 8px;
	background-color: #78823D;
	padding-left: 60px;
	border-bottom: 1px solid #666666;
}

#tableMain {
	background-image:url(../../activek_apps/westwynd/assets/bg1.jpg); 
	background-repeat:no-repeat;
    font-size: 10pt;
	color: #003300;
}
.tdMain {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tdMain p,li {
}
.tdMain a:link {text-decoration:underline; color:#0000cc;}
.tdMain a:visited{text-decoration:underline; color:#0000cc;}
.tdMain a:active {text-decoration:underline; color:#0000cc;}
.tdMain a:hover {text-decoration:underline; color:#ffffff; background-color: #0000cc;}

#tableFooter {
	font-size: 70%;
	border-top: 1px solid #cccccc;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
}
#tableFooter a:link {text-decoration:underline; color:#0000cc;}
#tableFooter a:visited{text-decoration:underline; color:#0000cc;}
#tableFooter a:active {text-decoration:underline; color:#0000cc;}
#tableFooter a:hover {text-decoration:underline; color:#ffffff; background-color: #0000cc;}
#tableFooter.td {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 10px;
}


.tdRight_Sidebar {
	padding-top: 10px;
	padding-left: 15px;
}
.Right_Sidebar {
	background-color: #E0E1B7;
	border: 2px solid #660000;
	width: 220px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 5px;
	font-size: 9pt;
}	
.Right_Sidebar h1 {
	font-size: 12pt !important;
	font-weight: bold;
}


.searchform {
	padding: 5px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
.searchform a:link {text-decoration: none; background-color:#A8291A; color: #ffffff; border: 1px solid #A8291A; padding: 1px;}
.searchform a:visited {text-decoration: none; background-color:#A8291A; color: #ffffff; border: 1px solid #A8291A; padding: 1px;}
.searchform a:active {text-decoration: none; background-color:#A8291A; color: #ffffff; border: 1px solid #A8291A; padding: 1px;}
.searchform a:hover {background-color:#ffffff; color: #A8291A; border: 1px solid #A8291A; padding: 1px;}
.searchbox {
	width: 150px;
	height: 15px;
	font-size: 9pt;
	vertical-align: middle;
}


/*override ActiveK default styles*/

/*set padding here so that it is controlled within template*/
.P_tdTemplate {padding: 10px !important;}
.P_tdTemplateFirst {padding-left: 10px !important;} 
.P_tdMultArticles {padding-left: 10px !important;}
.P_tdMultArticlesFirst {padding-left: 0px !important;}
.P_divNoTemplate {margin: 10px !important; margin-bottom: 20px !important;}

.P_divArticleHeader {
	background-color: transparent;
	font-size: 14pt !important;
	font-weight: bold;
	color: #003300;
	margin-top: 0px !important;
	margin-bottom: 10px;
}	
.P_divCatHeader {
	background-color: #ffffee;
	text-align: center;
}
.P_divEventHeader {
	background-color: #ffee99;
	text-align: center;
	font-size: 90% !important;
}	
.P_divShort {
	margin-bottom: 15px;
}

.A_divMenu {
	background-color: #ffffff;
}
#A_divMain {
	background-color: #ffffff;
}

