﻿body 
{
	color: #ffffff;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x repeat-y;
	text-align: center;
}

/***************  GENERAL / DEFAULTS  ***************/
img {border: none;}
h1 { color: #ffcc00; }
h2 { color: #ffcc00; }
h3 { color: #ffcc00; }
a{ color: #cc9900;}
a:hover{ color: #ffcc66; }
.hilight{ color: #ffcc00; }
.boldtext { color: #ffcc00; font-size: 1.2em; font-style: italic; font-weight: bold; }
img.headshot { float: right; margin: 0px 23px 2em 3em; clear: left; vertical-align: top; }
img.headshot_L { float: left; margin: 0px 2em 2em 0px; clear: right; vertical-align: top; }



/***************  PAGE DIVS ***************/
#pagediv
{
	margin: 80px auto;
	width: 850px;/*900px;*/
	/*padding-bottom: 5px;*/
	background-color: #364a6d;
}

/* alternate background colour: #324361; (it's a darker blue)*/

/***************  HEADER  ***************/
#hdr { 	text-align:left; }


/***************  LEFT BAR ***************/
#leftbar { float: left; text-align: center; margin: 20px 30px; width: 160px; /*border: solid 1px white; */}
#leftbar h1 {font-family: Tahoma, Arial, helvetica, Sans-Serif; text-align:center; font-size: 14pt; color: #b8e8ec;  }
/*
 style="color: #80cae5;"
 style="color: #8fd5cb;"
 style="color: #a6a6c8;"
 style="color: #f5b76e;"
 style="color: #e493cd;"
 style="color: #e49294;"
*/

/***************  MAIN CONTENT  ***************/
#main {	text-align:left; padding-right: 40px; margin-bottom: 20px;}

#content { margin-left: 220px; min-height: 22em; }
#content #rightbox { margin: 40px 50px 40px 60px; float: right; font-size: 1.25em; line-height: 1.5em; color: #b7831d;/*#7a8870;*/ }


/***************  FOOTER  ***************/
#footer { text-align: center; font-size: 0.8em; color: #7ea2c4;  padding-bottom: 2em; clear:both; background-color: #324361; 
          border-top: solid 1px white; }
/*#footer ul { list-style-type: none; /*padding: 8px;*//* margin:0;}*/
/*#footer ul li { display: inline; }*/
/*#footer ul li a { padding: 0px 6px 0px  6px; }*/


#menu { text-align:right; margin-left: 160px; font-size: 1.2em/*countering the font size set above at 0.8*/; margin-top: 18px;}
#menu ul { list-style-type: none; padding: 0px 60px 0px 0px; margin: 0px 0px;   }

#menu ul li { display: inline; text-align: justify; }
#menu ul li a { text-decoration: none; /*font-weight: bold;*/ padding: 36px 10px 0px 10px; }

#menu ul li a#m1       { background: transparent url(images/mnu1.gif)      top center no-repeat; }
#menu ul li a#m1:hover { background: transparent url(images/mnu1-over.gif) top center no-repeat; }
#menu ul li a#m2       { background: transparent url(images/mnu2.gif)      top center no-repeat; }
#menu ul li a#m2:hover { background: transparent url(images/mnu2-over.gif) top center no-repeat; }
#menu ul li a#m3       { background: transparent url(images/mnu3.gif)      top center no-repeat; }
#menu ul li a#m3:hover { background: transparent url(images/mnu3-over.gif) top center no-repeat; }
#menu ul li a#m4       { background: transparent url(images/mnu4.gif)      top center no-repeat; }
#menu ul li a#m4:hover { background: transparent url(images/mnu4-over.gif) top center no-repeat; }
#menu ul li a#m5       { background: transparent url(images/mnu5.gif)      top center no-repeat; }
#menu ul li a#m5:hover { background: transparent url(images/mnu5-over.gif) top center no-repeat; }
#menu ul li a#m6       { background: transparent url(images/mnu6.gif)      top center no-repeat; }
#menu ul li a#m6:hover { background: transparent url(images/mnu6-over.gif) top center no-repeat; }
#menu ul li a#m7       { background: transparent url(images/mnu7.gif)      top center no-repeat; }
#menu ul li a#m7:hover { background: transparent url(images/mnu7-over.gif) top center no-repeat; }


