/* Definitions for HTML Tags */
body {
	size: 100%;
   background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, body, table, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, table {
	font-size: 0.7em;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.4em;
	color: #600;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 1.2em;
	color: #600;
	border-top: 1px solid #D6C48F;
	border-bottom: 1px solid #D6C48F;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 0.2em;
}

a:link, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: none;
}

/* End HTML Tag Definitions */

/* Start Header styles */
.header {
	width: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	height: 55px;
	background-color: #c00b31;
}

.headerImage {
	position: absolute;
}

.headerContent {
	width: 90%;
	text-align: right;
	font-size: 0.8em;
	float: right;
	color: #FFF;
}

.headerContent ul{
	margin: 0.4em 0.2em 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

html>body .headerContent ul {
	margin: 0.6em 0.4em 0 0;
}

.headerContent li{
	display: inline;
	background-image: url(images/flower.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style: none inside none;
	padding: 0.3em 0.3em 0.3em 1.5em;
	font-weight: bold;
}

.headerContent :link, .headerContent :visited {
	color: #FFF;
	text-decoration: none;
}

.headerContent :link:hover, :visited:hover {
	text-decoration: underline;
	color: #FFF;
}

.headerContent :link:active, :visited:active {
	text-decoration: underline;
	color: #FFF;
}

/* End Header Styles */

/* Start SubHeader Styles */

.subHeader {
	/*background-color: #8A312A; /*#E4AE59; /*background-color: #A70A24;*/
	background-color: #D6C48F;
	width: 100%;
	margin: 0px;
	font-size: 0.7em;
	text-align: right;
	color: #330;
	border-top: 1px solid #834F43;
	border-bottom: 1px solid #834F43;
}

.subHeaderContent {
	padding: 0.3em;
}

.subHeaderContent ul{
	margin: 0px;
}

.subHeaderContent li{
	display: inline;
	list-style: none inside none;
	font-weight: bold;
	border-left: 1px solid #600;
	padding-left: 0.3em;
}

.subHeaderContent :link {
	color: #330;
	text-decoration: none;
}

.subHeaderContent :visited {
	color: #330;
	text-decoration: none;
}

.subHeaderContent :link:hover, :visited:hover {
	text-decoration: underline;
	color: #600;
}

.subHeaderContent :link:active, :visited:active {
	text-decoration: underline;
	color: #600;
}

/* End SubHeader Styles */

/* Start of main content styles */

.main {
	/*background-color: #E1DBC4;*/
	background-image: url(images/angel.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	padding-bottom: 4em;
}

.main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.mainContent {
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
}

.mainList {
	margin: 0em;
	list-style-position: inside;
	list-style-image: url(images/mainBullet.gif);
	list-style-type: disc;
	font-size: 0.7em;
}

.main :link:hover, :visited:hover {
	text-decoration: underline;
	color: #900;
}

.main :link:active, :visited:active {
	text-decoration: underline;
	color: #900;
}

/* Start left column styles */

.mainLeft {
	float: left;
	width: 200px;
	padding-right: 0.5em;
}

.mainLeft img {
	/*padding-left: 0.5em;
	padding-bottom: 0.5em;*/
}

.mainLeft ul, .thumbLeft ul{
   /*background-color: #E4AE59;
	background-color: #F5CD7C;*/
 /*background-color: #E1DBC4;*/
 	background-color: #D6C48F;
	padding: 0.5em;
	border: 1px solid #600;
	color: #330;
	width: 90%;
	font-size: 0.7em;
	margin: 0em;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}



.mainLeft a {
	color: #900;
	text-decoration: none;
}

.mainLeft :link {
	color: #900;
	text-decoration: none;
}

.mainLeft :visited {
	/*color: #330;*/
	text-decoration: none;
}

.mainLeft :link:hover, :visited:hover {
	text-decoration: underline;
	color: #900;
}

.mainLeft :link:active, :visited:active {
	text-decoration: underline;
	color: #900;
}

.logoLeft {
	float: left;
	width: 75px;
	/*margin-left: 0.5em;*/
}

/* End Left Column Styles */

/* Start Right Column Styles */
.mainRight{
	float: right;
	width: 30%;
	margin-left: 0.5em;

}

.largeRight{
	width: 70%;
	float: left;
	margin-left: 0.5em;
}


/* End Right Column Styles */

/* Start Home Page Styles */

.homeLeft {
	float: left;
	width: 380px;
	/*margin-left: 0.5em;*/
}

.homeLeft img {
	padding-left: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

/* End Home Page Styles */

.borderedBox {
	border: 1px solid #000;
	background-color: #EFEADC;
	padding: 0.3em;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}

.copyright {
	color: #900;
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 0.5em;
}

/* Start table stuff */

th {
	font-weight: bold;
	text-align: left;
}

.mainTable {
	outline: none;
	border: none;
	empty-cells: show;
	
}

.mainTable ul {
	margin: 0em;
	list-style-position: inside;
	list-style-image: url(images/mainBullet.gif);
	list-style-type: disc;
}

.mainTableHighlight {
	background-color: #EFEADC;
}

.mainTableHeader {
	background-color: #D6C48F;
}


/* End Table Stuff */

/* Start Newspaper Stuff */
.newsWrapper {
	background-color: #EFEADC;
	padding: 0.3em;
	border: 1px solid #000;
}

.newsBg {
	background-color: #FFF;
	padding: 0.3em;
}

.newsArticle {
	font-family: Times New Roman;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0.3em;
	font-size: 0.75em;
	text-align: justify;
}



/* End Newspaper Stuff */

.thumbWrapper {
	width: 100%;
	clear: both;
}

.thumbLeft {
	margin: 0em 0.3em 0.3em 0.2em;
	float: left;
	width: 160px;
}

.thumbLeft img {
	
	padding-bottom: 0.5em
}



/* End Main Content Styles */

/* Start Footer Styles */

.footer {
	background-color: #c00b31;
	text-align: right;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-top: 0.1em;
}

.footer a {
	color: #FFF;
	font-size: 0.7em;
	padding-top: 1.5em;

}

.footer :visited {
	color: #FFF;
	text-decoration: none;
}

.footer :link:hover, :visited:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer :link:active, :visited:active {
	color: #FFF;
	text-decoration: underline;
}

/* End Footer Styles */


