@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/*The screen css page is created by Royalty Web Designs and revised on April 26, 2010.
  This section is the main structor for all of the pages from head to foot*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(../images/background.jpg);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/contentImages/contentBk.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
/*This is part of the main structure and is the head section*/
#outerWrapper #header {
	background-image: url(../images/contentImages/headBk.jpg);
	background-repeat: repeat-y;
}
#outerWrapper #header img {
	margin-bottom: 10px;
	margin-left: 50px;
}
#outerWrapper #headerTop {
	background-image: url(../images/contentImages/headTop.jpg);
	height: 25px;
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/contentImages/headBk.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#outerWrapper #topNavigationInner {
	margin-left: 230px;
	padding-right: 5px;
}
#outerWrapper #topNavigationBottom {
	background-image: url(../images/contentImages/navBottom.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 18px;
}
/*This is part of the main structure and is the main content section below the head*/
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 95px;
	text-align: center;
	margin-left: 10px;
	padding: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 120px;
	padding: 10px;
	width: 83%;
	height: 550px;

}
/*This is part of the main structure and is the footer section below the main content*/
#outerWrapper #footer {
	background-image: url(../images/contentImages/footerBk.jpg);
	background-repeat: repeat-y;
	text-align: center;
	height: 65px;
	color: #FFf;
	font-size: 9px;
}
#outerWrapper #footer p {
	color: #FFF;
}
#footer a, a:link {
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#footer a:visited {
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:focus {
	color: #CCC;
}
#outerWrapper #footerTop {
	background-image: url(../images/contentImages/footerTop.jpg);
	background-repeat: no-repeat;
	height: 14px;
	background-position: top;
}
#outerWrapper #footerBottom {
	background-image: url(../images/contentImages/footerBottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.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;
}

/*This is the specialized details of the main content area for the home page*/

/*This is the universal div tags for left, right and center.  All are used under
div tag content and content3*/
#outerWrapper #divLeft {
	float: left;
	width: 50%;
	padding-right: 10px;
	background-color: #FFF;
}
#outerWrapper #divRight {
	float: left;
	width: 45%;
	padding-right: 5px;
	padding-left: 10px;
}
#outerWrapper #divCenter {
	float: left;
	padding-right: 15px;
	background-color: #FFF;
	width: 90%;
	padding-top: 5px;
}

/*This is the specialized css styles for the home page*/
#outerWrapper #contentWrapper #content #flashCenter {
	text-align: center;
}
#outerWrapper #contentWrapper #content #divRightH   {
	float: left;
	width: 45%;
	padding-right: 10px;
	background-color: #FFF;	
}
#outerWrapper #contentWrapper #content #divCenter2 {
	float: left;
	padding-right: 15px;
	width: 90%;
	padding-top: 5px;
}

/*This is the header and paragraph styles for the home page*/
#outerWrapper #contentWrapper #content #divCenter2 h1 {
	color: #000;
}
#outerWrapper #contentWrapper #content #divRightH h2 {
	font-size: 14px;
	color: #900;
}

/*This is the specialized css styles for the registration form page*/
#outerWrapper #contentWrapper #content #formtable {
	width: 80%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#outerWrapper #contentWrapper #content #formtable #Head{
	font-size: 14px;
	color: #030;
}
#outerWrapper #contentWrapper #content #formtable #Left{
	font-size: 12px;
	color: #000;
	text-align: right;
	width: 20%;
	padding-right: 3px;
}

/*This is the specialized css styles for the presentation page*/
#outerWrapper #contentWrapper #content #Ptable {
	width: 99%;
}
#outerWrapper #contentWrapper #content #Ptable #tdOne {
	width: 14%;
	vertical-align: bottom;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#outerWrapper #contentWrapper #content #Ptable #tdTwo {
	width:40%;
	vertical-align: bottom;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#outerWrapper #contentWrapper #content #Ptable #tdThree {
	width:40%;
	vertical-align: bottom;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#outerWrapper #contentWrapper #content #tdThree a,  a:link {
	font-size: 13px;
}
/*This is the specialized css styles for the recent page*/
#outerWrapper #contentWrapper #content2 {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 120px;
	padding: 10px;
	width: 70%;
	height: 500px;
	font-size: medium;
}
/*This is the specialized css styles for the biography, and disclosure page*/
#outerWrapper #contentWrapper #content3 {
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 120px;
	padding: 10px;
	width: 70%;
	height: 450px;
}
/*This is the specialized css styles for the alerts, archive 1 and 2 pages*/
#outerWrapper #contentWrapper #content3 #chartTable {
	width: 90%;
}
#outerWrapper #contentWrapper #content3 #chartTable #tdLeft {
	padding-bottom: 5px;
	vertical-align: bottom;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	width: 50%;
}
#outerWrapper #contentWrapper #content3 #chartTable #tdRight {
	vertical-align: bottom;
	padding-bottom: 5px;
}
#outerWrapper #contentWrapper #content3 #chartTable #tdRight a,  a:link {
	font-size: 13px;
}
/* Commonly used to style page titles. */
h1 {
	color: #55774D;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
/* Commonly used to style section titles. */
h2 {
	color: #55774D;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h3 {
	color: #55774D;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h4 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}	
	
/* Sets the style for unvisited links. */
a,  a:link {
	color: #4AB937;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
/* Sets the style for visited links. */
a:visited {
	color: #4AB937;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #09760d;
  text-decoration: underline;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #09760d;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #09760d;
  text-decoration: underline;
}
