html, body {
	height: 100%;
	margin: 0; padding: 0;
}

body {background: url(images/BkgdG3W.jpg) #f2f3d4 top left fixed no-repeat;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	webkit-text-size-adjust:none;
}

img {border-style: none;}

hr {border-bottom: 1px solid #19287b; color: #19287b; clear: both;}

.border {border: 1px #252063 solid;}

a {	color: #008080; text-decoration: none;}
a:hover {color: #D20000;}

.clear {clear: both;}

.right {float: right; margin-left: 15px}
.left {float: left; width: 80%;}
.center {text-align: center;}

h1 {
	color: #D20000;
	font-size: 16pt;
}

h2 {
	color: #740000;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	color: #740000;
	padding: 0;
	margin: 0;
}

#c1 {
	float: left;
	background: #cacbc6;
	width: 152px;
	padding: 10px;
}

#c2 {
	margin: auto;
	width: 928px;
	padding-left: 10px;
}

.header {
	margin: auto;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.header h1 {
	color: #D20000;
	font-size: 16pt;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.xsmall {font-size: 7pt;}
.small {font-size: 8pt; font-weight: normal;}
.medium {font-size: 11pt;}
.large {font-size: 12pt;}
.white {color: #fff;}


/* Accordian Script */
.glossymenu{
margin: 0;
padding: 0;
width: 152px; /*width of menu*/
}

.glossymenu a.menuitem{
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
*width:100%; /* targets IE6 and 7 */
padding: 0;
text-decoration: none;
margin: 0;
text-indent: 8px;
line-height: 25px;
font-weight: bold;
}

.glossymenu .menuitem:active{
color: #fff;
}

.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: #b1b3a8;
color: #D20000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

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

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

.glossymenu div.submenu ul li a{
display: block;
text-decoration: none;
padding: 0;
text-indent: 16px;
font-size: 8pt;
color: #D20000;
line-height: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #fff;
}