﻿@import url(layout.css);

body {
	margin: 0px;
	background-color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	border-right: 0px solid #D7DCDF;
	border-bottom: 0px solid #D7DCDF;
	border-left: 0px solid #D7DCDF;
	background-color: #9c1832;
	background-repeat: no-repeat;
	background-position: left top;	
}


#masthead {
	background-color: #FFFFFF;
	
	
	
}
#navigation {
	background-color: #6f0d21;
	border-top-color: #6F0D21;
	font-family: Arial,Georgia;
	font-size:16px;
	font-weight:bold;
	color:white;
}


#left {
	background-color:9c1832;
	
}


#main {
	background-color:#FFFFFF;
	
	
}

#calendar {
	background-color: #FFFFFF;
	position:relative;
	
}


#right {
	background-color: #9c1832;
	 
}


#image {
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;

}

#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}



html>body #navigation {
	overflow: hidden;
}


/* Styles for Masthead */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}

#navigation a {
	margin: 0 1px;
	padding: 12px;
	display: block;
	border: 0px solid #DCDBE0;
	text-decoration: none;
	color: #fff;
	border-bottom-color: #6F0D21;
}
#navigation a:hover {
	background-color: #9c1832;
	border: 0px solid #DCDBE0;
}




/* Styles for Left Column */
#left h4 {
	color: #333333;
}

#left p {
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
}

#left a {
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}

#left a:link.whitetoblack {
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align:center;
}
#left a:visited.whitetoblack {color:#ffffff;}
#left a:active.whitetoblack {color:#000000;}
#left a:hover.whitetoblack  {color:#000000;}




/* Styles for Main Column */
#main h4 {
	color: #333333;
}
#main p {
	color: #333333;
	font-size: medium;
}
#main a {
	color: #000000;
	text-decoration: none;
	text-align:center;
}


#main a:link.whitetoblack  {
	color: #ffffff;
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#main a:link.blacktowhite  {
	color: #000000;
	font-family: "Arial";
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}



#main a:visited.whitetoblack  {color:#ffffff; font-family: "Arial"; font-size: 12pt; font-weight:  bold; text-decoration:none; text-align: center; }
#main a:active.whitetoblack   {color:#ffffff; font-family: "Arial"; font-size: 12pt; font-weight: bold; text-decoration:none; text-align: center; }
#main a:hover.whitetoblack   {color:#000000; font-family: "Arial"; font-size: 12pt; font-weight:  bold; text-decoration:none; text-align: center;}

#main a:visited.blacktowhite  {color:#000000; font-family: "Arial"; font-size: 18pt; font-weight:  bold; text-decoration:none; text-align: center; }
#main a:active.blacktowhite   {color:#000000; font-family: "Arial"; font-size: 18pt; font-weight: bold; text-decoration:none; text-align: center; }
#main a:hover.blacktowhite  {color:#ffffff; font-family: "Arial"; font-size: 18pt; font-weight:  bold; text-decoration:none; text-align: center;}

#main a:link.blacktored  {color:#000000; font-family: "Times New Roman"; font-size: 12pt; font-weight: bold; text-decoration:none;}
#main a:visited.blacktored  {color:#000000; font-family: "Times New Roman"; font-size: 12pt; font-weight:  bold; text-decoration:none;}
#main a:active.blacktored   {color:#9c1832; font-family: "Times New Roman"; font-size: 12pt; font-weight: bold; text-decoration:none;}
#main a:hover.blacktored   {color:#9c1832; font-family: "Times New Roman"; font-size: 12pt; font-weight:  bold; text-decoration:none;}


#main h1 {text-align: center; font-family: "Times New Roman"; font-weight: bold; font-style: italic; font-size: 24pt; color: #000000;}
#main h2 {text-align: center; font-family: "Times New Roman"; font-weight: bold; font-style: normal; font-size: 12pt; color: #000000;}
#main h3 {text-align: center; font-family: "Times New Roman"; font-weight: normal; font-style: italic; font-size: 10pt; color: #000000;}
#main h4 {text-align: center; font-family: "Lucida Casual", Arial; font-weight: bold; font-style: normal; font-size: 24pt; color: #9c1832;}
#main h5 {text-align: center; font-family: "Lucida Casual", Arial; font-weight: bold; font-style: normal; font-size: 12pt; color: #9c1832;}
#main h6 {text-align: center; font-family: "Lucida Casual", Arial; font-weight: normal; font-style: normal; font-size: 9pt; color: #9c1832;}


/* Styles for Calendar */

#calendar h1 {
	color:#9c1832;
	font-size:22px;
}

#calendar h4 {
	color: #333333;
}
#calendar p {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
	font-family:Arial;
	text-align:center;
}
#calendar a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}

#calendar a:link {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}
#calendar a:visited {color:#000000; font-style:italic;}
#calendar a:active {color:#ffccff;}
#calendar a:hover {color: #ffccff;
	text-align: center;
}


/* Styles for Right Column */
#right h4 {
	color: #333333;
}
#right p {
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
}
#right a {
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}

#right a:link.whitetoblack {
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align:center;
}
#right a:visited.whitetoblack {color:#ffffff;}
#right a:active.whitetoblack {color:#000000;}
#right a:hover.whitetoblack  {
	color: #000000;
	text-align: center;
}





.bodybold {font-weight: bold; font-size: 12pt; color:black; text-align: left; font-family: "Times New Roman";}
.decorate1{font-weight: normal; font-size: 18pt; color:#9c1832; text-align: left; font-family: Aristocrat;}
.decorate2 {
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	text-align: left;
	font-family: Arial;
}
.decorate3{font-weight: bold; font-size: 36pt; color:#9c1832; text-align: center; font-family: Aristocrat;}

.calendar {font-weight: bold; font-size: 10pt; color:#9c1832; text-align: center; font-family: "Times New Roman";}

.whiteitalics {	font-weight: normal;	font-style: italic;	font-size: 10pt;	color: white;	text-align: center;	font-family: "Times New Roman";}
.whitebolditalics {font-weight: bold; font-style: italic; font-size: 12pt; color:white; text-align: center; font-family: "Times New Roman";}
.whitearial {font-weight: bold; font-style: plain; font-size: 10pt; color:white; text-align: left; font-family: Arial;}
.whitetimes {font-weight: bold; font-style: plain; font-size: 10pt; color:white; text-align: left; font-family: "Times New Roman";}

.blackitalics {font-weight: normal; font-style: italic; font-size: 10pt; color:black; text-align: center; font-family: "Times New Roman";}
.blacksubhead {font-weight: bold; font-style: plain; font-size: 12pt; color:black; text-align: left; font-family: "Times New Roman";}
.blacksmall {font-weight: normal; font-style: plain; font-size: 8pt; color:black; text-align: center; font-family: "Times New Roman";}
.blackbody {font-weight: normal; font-style: plain; font-size: 10pt; color:black; text-align: left; font-family: "Times New Roman";}




a:link.calendar  {color:#9c1832; font-family: arial; font-size: 10pt; font-weight: normal;}
a:visited.calendar  {color:#000000; font-family: arial; font-size: 10pt; font-weight: normal;}
a:active.calendar   {color:#9c1832; font-family: arial; font-size: 10pt; font-weight: normal;}
a:hover.calendar    {color:#9c1832; font-family: arial; font-size: 10pt; font-weight: normal;}


a:link.hyperlink3 {color:#9c1832; font-family: arial; font-size: 10pt; font-weight: bold; text-decoration:none;}
a:visited.hyperlink3 {color:#9c1832; font-family: arial; font-size: 10pt; font-weight: bold; text-decoration:none;}
a:active.hyperlink3 {color:#000000; font-family: arial; font-size: 10pt; font-weight: bold; text-decoration:none;}
a:hover.hyperlink3  {color:#000000; font-family: arial; font-size: 10pt; font-weight: bold; text-decoration:none;}


a:link.bottom  {color:#9c1832; font-family: arial; font-size: 7pt; font-weight: bold; text-decoration:none;}
a:visited.bottom {color:#9c1832; font-family: arial; font-size: 7pt; font-weight: bold; text-decoration:none;}
a:active.bottom {color:#808080; font-family: arial; font-size: 7pt; font-weight: bold; text-decoration:none;}
a:hover.bottom {color:#808080; font-family: arial; font-size: 7pt; font-weight: bold; text-decoration:none;}



p {font-weight:normal; font-size: 12pt; color:black; text-align: left; font-family: "Times New Roman";};;;;;; 











