@charset "utf-8";
.style38 {
	color: #D8FF99;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	background-color: #5048A6;
}
.style39 {
	text-decoration: blink;
	font-size: 95%;
	color: #D8FF99;
	background-color: #5048A6;
	font-weight: bold;
	text-align: left;
}


/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #020100;
	background-color: #EAEAEB;
	margin-left: 0%;
	margin-right: 0%;
}
.twoColLiqLtHdr #container {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	overflow: auto;
	background-color: #EAEAEB;
	height: auto;
	width: 895px;
} 
#sidebar text wrapper {
	margin-right: 5px;
	margin-left: 5px;
}
.twoColLiqLtHdr #header {
	background-color: #97D6FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #002222;
	width: 890px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #040204;
	border-right-color: #040204;
	border-bottom-color: #040204;
	border-left-color: #040204;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#logodiv {
	padding-right: 0px;
	padding-left: 22px;
	background-color: #040204;
	padding-top: 0px;
	width: 170px;
}
#address {
	background-color: #040204;
	color: #EAEAEB;
}
#hdrtextwrapper {
	background-color: #040204;
	width: 550px;
	display: inline;
	margin-left: 30%;
}
.headertextdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	background-color: #97D6FB;
	float: left;
	width: 178px;
	background-position: top;
	overflow: hidden;
	height: 425px;
	padding-top: 25px;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-bottom: 0px;
	padding-right: 0px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: auto;
	background-color: #97D6FB;
	width: 708px;
	float: left;
} 
.twoColLiqLtHdr #footer {
	color: #EAEAEB;
	font-size: 10px;
	font-weight: bold;
	background-color: #EAEAEB;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColLiqLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
#vcauthon {
	background-color: #97D6FB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#mcauthon {
	background-color: #97D6FB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.twoColLiqLtHdr #container #mainContent #mainimage {
	border: thick ridge #41441E;
	height: 393px;
	width: 672px;
	background-color: #97D6FB;
	cursor: hand;
}
.style20 {
	color: #002B2B;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	background-color: #EAEAEB;
}
#bcurtis {
	background-color: #97D6FB;
	color: #002222;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#cclark {
	background-color: #97D6FB;
	color: #002222;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#pmajors {
	background-color: #97D6FB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.style29 {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 20px;
	cursor: pointer;
}
.style31 {
	font-size: 10px;
	font-style: italic;
	color: #F0F0F0;
}
h6 {
	font-size: 10px;
	color: #D1D178;
}
.style32 {
	color: #999999
}

.style36 {
	color: #333333
}
.style37 {color: #FFFFFF}
.style33 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}
.style35 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.style11 {
	font-family: "Californian FB";
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}







/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: black;
	border-bottom-color: gray;
	border-left-color: black;
	background-color: #D0ECFD;
	width: 178px;
}
#table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	width: 100%;
}


/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #002222;
}


/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #002222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0F0F0;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.timesStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}


/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EAEAEB;
	clear: none;
	padding-left: 0px;
	margin: 0px;
	height: 140px;
	overflow: auto;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 12px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #002222;
	text-indent: 15px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006262;
	margin: 0px;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 15px;
}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #005151;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

li {
	display: list-item;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}



/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0;
}
.AccordionPanelContent li2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
}


/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: black;
	background-color: #D0ECFD;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #005555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #D0ECFD;
	text-decoration: underline;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #002222;
	color: #F0F0F0;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #D0ECFD;
	color: #002222;
}
h3NavbarHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #EAEAEB;
}
a {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	font-family: "Californian FB";
	text-decoration: underline;
}
aa {
	text-decoration: underline;
}
#midsection {
	background-color: #97D6FB;
	float: left;
	width: 890px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002222;
	border-right-color: #002222;
	border-bottom-color: #002222;
	border-left-color: #002222;
	padding-top: 20px;
	height: 475px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
}
.style11 {color: #FFFFFF}
body {
	background-image: url();
	background-repeat: repeat;
	background-color: #EAEAEB;
}
.style_underline {
	text-decoration: underline;
}
.style14 {
	color: #D3D2AB;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style18 {
	color: #000333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
