@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Georgia, Times, serif;
	/*background: #f8f1dc url(graphics/00000001/ca-bg.jpg) repeat-y top center;*/
	background: #ffffff;
	margin: 0; 
	padding: 0;
	/*text-align: center; */
	color: #555555;
	font-size: 80%;
	line-height: 1.5em;
}


#container { 
	width: 900px;  
	background: transparent;
	/*margin: 0 auto; */
	text-align: left; 
	padding: 0px;
	padding-left: 10px;
	position: relative;
} 
#header {
	background: transparent;
	padding: 0 0px;
	margin-bottom; 10px;  
	padding-left: 14px;
} 
#header h1 {
	font-weight: 100;
	margin: 0; 
	padding: 10px 0; 
}


#sidebar {
	float: left; 
	width: 155px; 
	padding: 0; 
	margin-left: 18px;
}
#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent {
	margin: -125px 0px 0 225px;
	width: 576px;
} 

#mainContent a {
	color: #8c1207;
}
#footer { 
  margin-top: 20px;
	padding: 0 10px; 
	font-size: smaller;
	text-align: center;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: smaller;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4 {
	font-weight: 100;
	color: black;
}

#schoolmenu {
	background: #9e9e9e;
	color: white;
	padding: 12px;
	font-size: 100% !important;
	font-weight: 100 !important;
	font-family: Georgia, Times, serif !important;
	margin-bottom: 10px;
}


.sitemenu {
	font-size: 90%;
	padding-left: 10px;
}

ul {
	list-style: none;
	margin: 0px;
	padding-left: 2px;
}

a:link, a:visited {
	color: #8c1207;
}

.border {
	border: 1px solid #dfdfdf;	
}

#schoolmenu table tr td {
	border: 0px !important;
}

#schoolmenu a, #schoolmenu a:visited { color: white; text-decoration:none; }
#schoolmenu a:hover {color: #8c1207;}

.sitemenu a {color: #666; text-decoration: none; }

a:hover {
	color: #8c1207;
	text-decoration: none;
}

b {
	color: black;
}

.orange {
	color: #8c1207;	
}

#topmenu {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 85%;
	font-weight:bold;
	color: #666;
}

#topmenu a, #topmenu a:visited {
	color: #666; text-decoration: none;
}
#topmenu a:hover {
	color: #8c1207;	
}

img {
	border: 0;
}

.answer {
	margin-left: 20px;	
}

.faqtext {
	margin-left: 0px; font-weight:normal;
}

.bold {
	font-weight:bold;
}

.products {
  margin-top: -70px;	
}

.hr {
  height: 17px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.quote
{
	font-size: 150%;
	color: #8C1207;
	font-style: italic;
	line-height: 66%;
	font-weight: bold;
}

.name {
	width: 100%;
	font-weight: normal;
	text-align: right;
	color: black;
}

