BODY { 
  background-color: #eeeeee;
} 

BODY, td, p, div, span
{
 		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10pt;
		color: #444444;
		line-height: 125%;
}

BODY.noBackground { background-image: none; }

div#MAAUDheader { background-color: #f4f8f4; width: 100%; }
div#MAAUDheader img {  vertical-align: bottom; }

#pageContent 
{ 
   background-color: #fff;
   padding: 12px 12px 12px; 
   border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 1px solid #aaa;
  background-image: url(images/index_05.gif);
  background-position: 100% -12px;
  background-repeat: no-repeat;
}

h1 { font-size: 14pt; color: #8EB585; margin: 0.5em 0 1em 0; }
h2 { font-size: 10pt; color: #778877; margin: 1em 0 0.5em 0; font-weight: bold; }

a { text-decoration: none; color: #005500; }
a:hover { text-decoration: underline; color: #337733; }

div#homeIntro { margin-left: 480px; }
div#homeIntro p { margin: 1em 0 1em 0;}

span.grayBold, strong.grayBold { font-weight: bold; color: #666666; } 
span.note, p.note { color: #888888; font-style: italic; }
p.section { font-weight: bold; color: #667766; margin-bottom: 0.5em; margin-top: 1.5em; border-bottom: 1px solid #dddddd; width: 75%; }
p.sectionNote { margin-left: 1.5em; margin-top: 0.5em; padding: 0.5em; color: #555555; background-color: #f4f4f4; }

/* home page news feed items */
li.ItemListItem { margin-bottom: 0.5em; }
div.ItemListItemDetails { color: #888888; font-size: 80%; }

ul.spaced li { margin-bottom: 1em; }

.myTestText6
{
    FONT-FAMILY: Arial, Verdana, Tahoma;
    COLOR: silver;
    FONT-SIZE: 6pt
}

.inputBoxText
{
    TEXT-TRANSFORM: capitalize;
    FONT-VARIANT: normal;
    FONT-FAMILY: 'Times New Roman';
    COLOR: black;
    FONT-SIZE: 8pt
}

div.buttonRow { clear: both;}
div.buttonRow ul { list-style-type: none; margin-left: 0; padding-left: 0; }

div.buttonRow ul li 
{ 
  display: table-cell; vertical-align: middle;
  float: left;
  background-image: url(images/ChoiceButton.gif); background-repeat: no-repeat;
  margin-left: 2em; 
  margin-top: 0.75em;
  padding: 0;
  width: 208px; height: 47px; 
  text-align: center; 
}

div.buttonRow ul li a { color: #113311; display: block;  margin-top: 1em; } 
div.buttonRow ul li a.twoLines { margin-top: 0.5em; } 

div.actionButton 
{ 
  background-image: url(images/ActionButton.gif); 
  padding: 0;
  width: 208px; height: 47px; 
  text-align: center; 
}

div.actionButton a { color: #442200; display: block; padding-top: 1em; }
div.actionButton a.twoLines { margin-top: 6px; } 
div.actionButton a:hover { color: #775500; } 

div#footer
{
   background-color: #aaccaa; 
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 0.5em;
}

div#footer img { vertical-align: text-bottom; border: none; }

/* ---------------------------------------------------------------------------- */

#chromemenu { border-top: 1px solid #aaa; }

.chromestyle{
   width: 100%;
   font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
   font-size: 10pt;
   text-transform: uppercase;
}

.chromestyle ul {
   border-bottom: 1px solid #aaa;
   width: 100%;
   background: url(images/menuBG.gif) center center repeat-x;
   padding: 7px 0;
   margin: 0;
   list-style-type: none;
}

.chromestyle ul li{
   display: inline;
}

.chromestyle ul li a {
   color: #445544;
   padding: 8px 10px;
   margin: 0;
   text-decoration: none;
   border-right: 1px solid #bbd4bb; /*THEME CHANGE HERE*/
   border-left: 1px solid #bbd4bb;
}

.chromestyle ul li a.homeButton { color: #116611; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
   background: url(images/menuBG_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
   color: #556655;
   text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
   position:absolute;
   top: 0;
   border: 1px solid #dddddd; /*THEME CHANGE HERE*/
   border-top-width: 0;
   /* font:normal 10pt Calibri; */
   line-height:18px;
   z-index:100;
   background-color: #eeeeee;
   width: 200px;
   visibility: hidden;
   font-family: "Segoe UI", Tahoma, Geneva, Arial, sans-serif;
   font-size: 10pt;
   text-transform: uppercase;
}


.dropmenudiv a{
   width: 100%;
   display: block;
   text-indent: 3px;
   border: 1px solid #ffffff; /*THEME CHANGE HERE*/
   padding: 2px 0;
   text-decoration: none;
   color: #667766;
}

.dropmenudiv a:hover { 
   color: #665544		 ;
   background-color: #dddddd;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
}
