@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #A4151E;
	background-position: left;
}

A:active {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #FF3300;
	text-decoration: underline;
}

#navbar A:active {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:visited {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:hover {
	color: #FF3300;
	text-decoration: underline;
}

#reversed A:active {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:link {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:visited {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:hover {
	color: #FFFF33;
	text-decoration: underline;
}

.homeside {
	color: #FFFFFF;
}

.CAwrapper #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A4151E;
} 
.CAwrapper #header {
	background-color: #A4151E;
} 
.CAwrapper #mainContent {
	width: 958px;
	position: relative;
	top: 0px;
	padding-top: 8px;
} 
.CAwrapper #footer {
	padding: 4;
	text-align: center;
} 
.CAwrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.CAwrapper   #sidebarLeft {
	width: 188px; /* padding keeps the content of the div away from the edges */
	background-color: #A4151E;
}
.CAwrapper #sidebarRight {
	width: 369px; /* padding keeps the content of the div away from the edges */
	background-color: #A4151E;
}
.CAwrapper #centerNarrow {
	width: 400%; /* padding keeps the content of the div away from the edges */
	background-color: #A4151E;
}
.CAwrapper #centerFull {
	width: 60%; /* padding keeps the content of the div away from the edges */
	background-color: #A4151E;
}
#LightTable {
	background-image: url(artwork/sil_graduate.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#LightTable1 {
}
#sideBox {
	background-color: #999999;
	width: 200px;
	margin: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Head1 {
	font-size: 18px;
	color: #A4151E;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head2 {
	color: #333333;
	font-size: 16px;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head3 {
	color: #666666;
	font-weight: bold;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}
.ATTN {
	color: #A4151E;
	font-weight: bold;
}
.StandOut {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
}
.Larger {
	font-size: 14px;
}
#reversed .constantcontact {
	color: #FFFFFF;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Smaller {
	font-size: 11px;
}
