/* TAG STYLES =========================================== */
body {
	font-family: "Times New Roman", Times, serif;
	background-color: White;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: Blue;
}

img {
	border-color:black;
}

/* CLASS STYLES ========================================= */
.anylinkcss{
	/*
	PUT FIRST TWO LINES HERE TO EDIT CODE

*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #ADB0AD;
	border-bottom-width: 0;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	z-index: 100;
	background-color: #C4DE9B;
	width: 205px;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ADB0AD;
	padding: 1px 0;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
}
.anylinkcss a:hover{
	/*hover background color*/
	background-color: black;
	color: white;
}

.contactInfo {
	text-align: center;
	color: #19220C;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.edgeFade {
	background-image: url(../images/ctk-edge-fade.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
.mainCell {
	border-top: 1px solid Black;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

.blogHeader {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(/Images/blogTitle-BG.gif);
	background-repeat: repeat-y;
	margin-top: 3px;
	margin-bottom: 3px;
}
.blogTitle {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #F1F7E7;
}
.blogBody {
	border-top: 1px dotted Gainsboro;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

/* ID STYLES ============================================ */
#rotateImage {
	border: 1px solid Black;
	height: 215px;
	width: 604px;
	margin-bottom: 10px;
}

#dailyCell {
	text-align: right;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#menuFade {
	background-image: url(../images/ctk-menu-shadow.jpg);
	background-repeat: repeat-y;
}
#menuFadeRight {
	background-image: url(../images/ctk-menu-shadow-right.jpg);
	background-repeat: repeat-y;
}
#menuCell {
	background-color: #C4DE9B;
/*	text-align: center;	*/
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #3B2164;
	line-height: 25px;
	width: 134px;
}
#menuCellRight {
	background-color: #C4DE9B;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #3B2164;
	line-height: 25px;
	padding: 0px 3px 0px 3px;
}


#menuLower {
	background-color: #19220C;
	color: #E6DDF3;
}
#lowerNav {
	text-align: center;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	border-top: 1px solid Black;
	padding-top: 10px;
}

#mannix {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}


#menuContainer {
	cursor: pointer;
}