body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #A02426;
	/*background-image:  url("bg.jpg");*/
        /*background-repeat: repeat;*/
        cellpadding: 10;
}

.audLayout #container {
	width: 100%;  
	margin: 0 auto;
	text-align: left; 
	/*background-color: #A02426;*/
} 
.audLayout #mainContainer {
	width: 700px;  
	margin: 0 auto;
	/*background-image:  url("art/distorted_guardian.jpg"); */
        background-position: left top;
} 
.audLayout #headerSpace {
        margin: 0 auto;
} 
.audLayout #header {
        width: 100%;
        height: 81px;
        background-image:  url("HeaderImageStatic.jpg"); 
        background-repeat: no-repeat;
        background-position: center top;
        align: center;
} 

.audLayout #topbar {
	float: center;
	width: 680px; 
	padding: 15px 0;
}

.audLayout #sidebar {
	float: left;
	width: 150px; 
	padding: 5px 5px;
	margin: 15px 15px;
        border-right: 2px solid #831A21;
}

.audLayout #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px;
        /*background-attachment: fixed;*/
} 

.audLayout #footer {
	padding: 0 10px;
	text-align: center; 
	/*background-color: #000000;*/
} 

.audLayout #footer p {
	margin: 0; 
	padding: 10px 0;
	/*background-color: #000000;*/
}

/* 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;
}

body,td,th {
	color: #FFFFFF;
	color: #BFBC4F;
        text-align: center; 
}

table.padded-table td { 
        padding: 5px;
}

table.more-padded-table td {
        padding: 15px;
}

table.most-padded-table td {
        padding: 25px;
}

.styleTimes {	
        font-family: "Times New Roman", Times, serif;
	font-size: large;
}

.styleTitle {
	font-size: large;
	color: #BFBC4F;
	font-weight: bold;
        padding: 5px 35px 5px 5px;
        align: left;
}

.styleSmall, .styleSmallLightBlue, .styleSmallDarkRed, .styleSmallDarkBlue, .styleSmallGold {
        font-size: small;
        margin-top: 0; 
        margin-bottom: 0;
        align: center;
        /*color: #051A42;*/
        color: #BFBC4F;
}

.styleSmallDarkRed, .styleXSmallDarkRed {
	color: #831A21;
}

.styleSmallLightBlue {
        /*color: #6a8fbd;*/
        color: #3c82d9;
}

.styleSmallDarkBlue {
        color: #051A42;
}

.styleSmallGold {
        /*color: #BFBC4F;*/
        color: #F8D22F;
}

.styleSmallWhite {
        color: #FFFFFF;
}

.styleTopMenuSelection {
	font-size: 14px;
	color: #BFBC4F;
	font-weight: bold;
        padding: 5px 35px 5px 5px;
        border-left: 5px solid #831A21;
}
.styleMenuSelection {
        margin-right: 2;
	font-size: 14px;
	color: #BFBC4F;
        padding: 5px 0px 5px 0px;
	font-weight: bold;
}
.styleHeadingMenuSelection {
        margin-right: 2;
	font-size: 14px;
	color: #BFBC4F;
        padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.styleSubHeadingMenuSelection {
        margin: 0;
	font-size: 11px;
	color: #BFBC4F;
        padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.styleButtonMenuSelection {
	font-size: 16px;
	color: #BFBC4F;
        text-align: center;
}

.styleMenuList {
        list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: -1em;

}

.styleXSmall, .styleXSmallDarkRed {
	font-size: x-small;
}
.styleXSmallItalic {
        font-style: italic; 
        font-size: xx-small;
}

.styleSize14 {
	font-size: 14px;
}

.indented {
        text-indent: 15pt;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
        /*color: #000000;*/
        /*color: #051A42;*/
        /*color: #403885;*/
        color: #143a9b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
        /*color: #051A42;*/
        /*color: #403885;*/
        /*color: #2e58b5;*/
}
a:hover {
	text-decoration: none;
	/*color: #BFBC4F;*/
	color: #831A21;
}
a:active {
	text-decoration: none;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
	width: 700px;
        align: center;
	table-layout: fixed;
        text-align: center;
	font-size: 16px;
	font-weight: bold;
}

ul.nav>li{
	display: table-cell;
        vertical-align: middle;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
        background-image:  url("buttonBackground.jpg"); 
	font-size: 16px;
        text-align: center;
        vertical-align: middle;
}

ul.nav li:hover,
.nav ul li a:hover{
        background-image:  url("buttonLightBackground.gif"); 
}

ul.nav li:active,
.nav ul li a:active{
        background-image:  url("buttonLightBackground.gif"); 
}

ul.nav,
.nav ul{
	border: 0;
}

.nav a{
/*        background-image:  url("buttonBackground.jpg"); */
	text-decoration: none;
}


