@charset "utf-8";
/* CSS Document */

body {
font-size:62.5%;
height:100%;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
background: #E6E6E6 url(images/bg.gif) repeat-x top left;

}

/*major styles */

h1 {
font-size:1.4em;
}

h2 {
font-size:1.4em;
color:#990000;
font-style:italic;
text-align:left;
}


h3 {
font-size:1.2em;
}

p {
text-align:justify;
font-size:1.2em;
}

/*sub styles */
p.minor {
font-size:1em;
}

ul {
font-size:1.2em;
}

ul ul {  /*Sublist styling*/
font-size:0.9em;
}

/*Divs*/

#sitewrap {
display:table;
margin:auto;
width:952px;
border-left-style:outset;
border-right-style:inset;
background-color:#FFFFFF;
padding-right:2px;
}

#headerwrap {
height:113px;
width:950px;
}

#headlogo {
background-image:url(images/logo.jpg);
width:387px;
height:113px;
float:right;
}

#headlinks {
width:397px;
float:left;
text-align:left;
}

#redstrip {
background-image:url(images/bartile.jpg);
height:20px;
width:950px;
}

#contentwrap {
width:945px;
height:100%;
padding:5px;
background-image:url(images/watermark.gif);
background-position:bottom right;
background-repeat:no-repeat;
margin-right:5px;
}

#menubox {
width:200px;
float:left;
height:500px;
margin-top:10px;
}

#centrepanel {
width:440px;
margin-left:10px;
height:100%;
float:left;
margin-top:10px;
}

#rightpanel {
width:260px;
margin-left:20px;
height:100%;
float:left;
padding-right:10px;
height:auto;
}

#footer {
width:100%;
height:15px;
clear:both;
}
/* for floating right */
#right {
float:right;
}

/*classes*/

.menulinks {
color:#FFFFFF;
font-size:1.2em;
}

.menulinksred {
color:#9C1418;
}

.h2larger {
font-size: 1.6em;
float:right;
}


/*accordian menu */

.glossymenu{
margin: 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 1.4em Georgia, "Times New Roman", Times, serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top:3px;
padding-bottom:5px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid grey;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 1.3em Georgia, "Times New Roman", Times, serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 5px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

.tablink {
color: white;
text-decoration:none;
}

.redtext {
color:#9F1A1F;
font-size:1em;
padding-top:2px;
}

.black {
color:#000000;
}

.subHeader {
color:#990000;
}
