body {
	color: black;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/*LINKS*/

a img{
	border: none;
}

a:visited, a:link, a:active{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #990000;
	
}

#printheader{
	display:none;
}

#footer a:visited, #footer a:link, #footer a:active{
	text-decoration: none;
	color: black;
}

#footer a:hover{
	text-decoration: underline;
	color: black;
}


p, div#lexcel{
	text-align: justify;
}

div#page {
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 750px; 
	background-color: #FFFFFF;
}

div#banner { 
	background-image: url('../images/topbar.gif');
	background-repeat: no-repeat;
	min-height: 138px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* for Internet Explorer */
/*\*/
* div#banner{
height: 138px;
}
/**/

div#banner .left {
	float: left;
	/*padding-top: 10px;*/
	width: 40%;
}

div#banner .right {
	margin-right: 15px;
	float: right;
	width: 55%;
	text-align: right;
}

div#content {
	padding: 0 10px 0 5px;
}

.smaller {
	font-size: 0.65em;
}

.small {
	font-size: 0.9em;
}

.smalli {
	font-size: 0.9em;
	font-style: italic;
}
.date {
	font-style: italic;
	font-size: 0.9em;
	margin-top: -1em;
}

img.right {
	float: right;
	margin: 0 0 4px 10px;
}

/*QUOTES*/
blockquote {
	display: block;
	margin-left:10px;
	padding: 0 50px 10px;
	width: 550px;
}

.bqstart, .bqend {
	font-size:	700%;
	color: #39c;
	font-family: "Times New Roman", Times, serif;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     margin-left: -40px;
     /*padding-top: 45px;*/
     margin-bottom: -50px;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -40px;
     margin-right: -50px;
     padding-top: 0px;
     margin-bottom: -50px;
 }

/*TICK BULLET LIST*/
ul.tick {
	list-style-image: url(../images/tick.gif);
	line-height: 1.5em;
} 

/*FOOTER*/
#footer {
	background-color:#DFDFDF
	/*min-height: 90px;*/
	padding: 10px 0 5px 0;
	margin-top: 20px;
	clear: both;
	font-size: 0.9em;
	border-top-style: solid;
	border-top-color: #045C97;
	border-top-width: thick;
}
/* for Internet Explorer */
/*\*/
* #footer{
height: 90px;
}
/**/

#footer .left {
	float: left;
	padding-top: 50px;
	width: 28%;
	font-size: 0.9em;
}

#footer .right {
	margin-top: -10px;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 1.8em;
}

#footer .right .small {
	font-size: 0.8em;
}

/*MENU STYLE*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('../images/menu/menu_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	color:#000;
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('../images/menu/menu_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('../images/menu/menu_hover_right.gif') no-repeat right top; /*right tab image path*/
}

/*HEADERS*/
h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
