/* CSS Document */

body {
	font-family: "Comic Sans MS";
	color: #330000;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	background-color:#FFCC99;
	background-image:  url(/backgrounds/tan-suede.jpg);
}

body p, body div, body table, body tr, body td {
	font-family: "Comic Sans MS";
	color: #330000;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

a:link {
	color: #993300;
	text-decoration: underline;
	background-color : transparent;
}

a:visited {
	color: #330000;
	text-decoration: underline;
	background-color : transparent;
}

A:hover {
	color: #f7a655;
	text-decoration: underline;
	background-color : transparent;
}

A:active {
	color: #f7a655;
	text-decoration: underline;
	background-color : transparent;
}
.center {
	color: #330000;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	background-image:  url(/backgrounds/beige-1-parch.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}	 
.center a:link {
	color: #993300;
	text-decoration: underline;
	background-color : transparent;
}
.center a:visited {
	color: #330000;
	text-decoration: underline;
	background-color : transparent;
}
.center a:hover {
	color: #f7a655;
	text-decoration: underline;
	background-color : transparent;
}
.center a:active {
	color: #f7a655;
	text-decoration: underline;
	background-color : transparent;
}
.panel {
	color: #ffcc99;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color : transparent;
	line-height: 20px;
}	 
.panel a:link {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;
}	 
.panel a:visited {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;
	}	 
.panel a:hover {
	color: #f7a655;
	text-decoration: underline;
	background-color : transparent;
}
.notes{font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#300;
font-style:italic;
}
.footer {
	color: #330000;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-image:  url(/backgrounds/beige-1-parch.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}		 
.footer a:link {
	color: #993300;
	text-decoration: underline;
	background-color : transparent;
}
.footer a:visited {
	color: #330000;
	text-decoration: underline;
	background-color : transparent;
}
.footer a:hover {
	color: #CC6600;
	text-decoration: underline;
	background-color : transparent;
}
.footer a:active {
	color: #993300;
	text-decoration: underline;
	background-color : transparent;	
}
.top {
	color: #ffcc99;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	background-image:  url(/backgrounds/highlander-chocolate-1.jpg);
}	 
.top a:link {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;
}
.top a:visited {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;
}
.top a:hover {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;
}
.top a:active {
	color: #ffcc99;
	text-decoration: underline;
	background-color : transparent;

}
.taupe-background {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffcc99;
	background-image: url(/backgrounds/taupe-suede.jpg);
	padding: 10px;
}
h1 {
	font-size: 16px;
	color: #993300;
}
h2 {
	font-size: 16px;
	color:#300;
}
.highlight {
	font-size: 14px; 
	color: #993300;
	font-weight:bold;
} 
.highlight1 {font-size: 18px; color: #993300; font-weight: bold;
}
.script1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight:bold;
	color:#993300;
}
.images {
	border:none;
}
img.borders {
	border: 2px;
	border-thickness: 1px;
	border-color: #330000;
	border-style: solid;
}
.slidescenter {
	border:none;
	align:center;
}
.categories {
	background-image:url(/backgrounds/taupe-suede.jpg);
	font-size:16px;
	color: #ffcc99;
}
.script {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color:#ffcc99;
	background-image:  url(/backgrounds/taupe-suede.jpg);
}
@media only screen and (min-device-width: 768px) and (max-device-width : 1024px){
body p, body div, body table, body tr, body td, td a{
    font-size: 20px !important;
}
.taupe-background {
	font-size: 20px !important;
}
.CollapsiblePanel{
	font-size: 20px !important;
}
h1{
	font-size: 26px !important;
}
.footer{
	font-size: 16px !important;	
}
.footer a{
	font-size: 16px !important;	
}
.top td, .top td a{
	font-size: 18px !important;
}
.categories {
	font-size:18px !important;
}
.script1 {
	font-size: 20px !important;
}

}
}