/* Rachel Colic - Main style */
/* Author: Craig Smith For Engine Communications - http://www.csmith-portfolio.com */
/* Main site styling - these affect parents */
body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
body,td,th {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}	
.teal {
	color: #006666;
}


blockquote {
	font-size: 11pt;
	font-style: italic;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #582800;
}

p {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 15pt;
}
a:hover {
	filter:alpha(opacity=75);
	opacity: 0.75;

	-moz-opacity:0.75;
	color: #003E3E;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #996633;
}
.browntext {
	color: #582800;
}
.small {
	font-size: 10pt;
}




ul,li {
	margin-left: 10px;
	padding-left: 10px;;

	list-style-type: square;
	}
img {
	border: none;
	margin-right: 10px;
	margin-left: 10px;
} 
/* Heading and text styles without affecting parent tags. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */
.emphasis {
	font-size: 12pt;
	color: #006666;
	font-weight: bold;
}

.indent {
	margin-right: 10px;
	margin-left: 10px;
}

.primaryHeader{
	color: #582800;
	font-size: 18px;
	font-weight: bold;
	}
	.leftHeader{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	}
	.subHeader{
    color: #582800;
	font-size: 14px;
	font-style: italic;
	}
.leftFooter {
    color: #FFFFFF; 
    font-size: 10px;
}
.leftColumntext {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	}
.footerText {
color: #333333;
font-size: 10px; 
text-decoration: none;
}
.footerRight {
    color: #FFFFFF;
    font-size: 11px;
}	
/* Link styles to be applied to spans throughout specific areas. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */
.headerLinks {
    color: #FFFFFF; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
.bodyLinks {
color: #333333;
text-decoration: none;
}
.footerLinks {
color: #333333;
font-size: 10px; 
text-decoration: none;
}.brownbox {
	border: thin solid #582800;
}
.quote {
	font-size: 16px;
	color: #006666;
	text-align: center;
}
.leftColumntext-small {

	color: #FFFFFF;
	font-size: 11pt;
}
.leftColumnquote {
	color: #FFFFFF;
	font-size: 11pt;
	font-style: italic;
	text-align: center;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #006666;
	margin-bottom: 0pt;
	padding-bottom: 0px;
}
.white {
	color: #FFFFFF;
}

