body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	min-width: 760px;
	background-color: #3f494c;
	color: #3f494c;
	background-image: url(../images/gnbkg.gif);
	background-repeat: repeat;
	list-style-position: inside;
	list-style-type: square;
	background-position: left;
}
a:link {
	text-decoration: none;
	color: #333333;
	font-size: 70%;
}

a:visited {
	text-decoration: none;
	color: #003366;
	font-size: 70%;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
	font-size: 70%;
}
a:active {
	text-decoration: none;
	color: #999999;
	font-size: 70%;
}
	
#wrapper {
	width: 780px;
	w\idth: 780px;
	margin: 0px auto 60px;
	text-align: center;
	background-position: center;
	top: 0px;
	background-color: #000000;
}
#box-inside {
   width: 760px;/*sets the width for IE5.x's broken box model*/
	w\idth: 760px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto 5px;
	background-color:#FFFFFF;
}

#banner {
	height: 65px;
	background-position: left;
	text-align: left;
	width: 760px;
	padding: 0px;
	margin: 0px;
}

#bannerright {
	font-size: 80%;
	text-align: right;
	margin-top: 0px;
	clear: left;
	margin-right: 40px;
	height: 30px;
	color: 66ccff;
	font-weight: bold;
}

#content {
	text-align: left;
	margin-bottom: 20px;
}

.home_container_border {
       border:1px solid #4E4E5B;
       padding:10px;
       margin:10px 20px}

.content-overflowContainer {
	padding-top:2px;
	height: 250px;
	overflow:auto;
	color: #666666;
}

.content-overflowContainer-home {
	padding-top:2px;
	height: 250px;
	overflow:auto;
}

#content p {
	margin: 0px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

#leftcol {
	float: left;
	width: 280px;
	padding-top: 0px;
	text-align: left;
	padding-right: 10px;
	margin: 0px;
}

#leftcol #navigation {
	line-height: 100%; /* helps out IE 5.01 PC */
	width: 169px; /* sets a width for the div */
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	background-position: bottom left; /*uses keywords to place the image at the bottom left of the div */
	padding-bottom: 100px; /* gives our background image room to display */
}

#leftcol #navigation ul {
	border-top: 1px solid #000; /* sets a border to the top of the ul */
  	border-bottom: 1px solid #000; /* sets a border to the bottom of the ul */
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
	font-size: 75%; /* scales the font to 75% of the body font declaration*/
}

#leftcol #navigation ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0; /* zeroes off the margins */
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	background-repeat: repeat-y; /* repeats the image vertically, no need to position it as top left is the default and that is where we want the image begin tiling from */
	
}

#leftcol #navigation a, 
#leftcol #navigation a:visited { /* use dual selectors if the properties and values are the same for each */
	border-bottom: 1px solid #000000; /* sets the bottom border */
	border-left: 1px solid #323C55; /* sets the left border */
	border-right: 1px solid #000000; /* sets the right border */
	color: #fff; /* changes the default text colour to white */
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	padding: 4px 0 6px 4px; /* sets padding values to give the link text some "air" */
	text-decoration: none; /* removes the default underline */
	background-color: #364971; /* sets a background colour on the links which hides the roll over snowman image in the li selector */
	width: 169px; /* sets the width for IE5.x - content width plus border widths plus padding value = 6 extra pixels */
	w\idth: 163px; /* resets the width for IE6 and compliant browsers */
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. The escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */

#leftcol #navigation a:hover, 
#leftcol #navigation a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: transparent; /* prevents the dark blue background colour from the "a" selector showing and ensures the snowman image is seen on hover and focus */
	border-bottom: 1px solid #fff; /* changes the bottom border to white to give the hover state an indented look */
	color: #000; /* changes the hover and focus text to black */
}

#footer {
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
	clear: left;
	margin-right: 40px;
	margin-bottom: 20px;
	height: 60px;
}

#footer p {
background-color: #E4E4E4;  /*sets the background colour for the p element when it is in the footer div*/
padding: 4px 4px 4px 10px;  /* sets the padding values*/
margin: 0;  /*zeroes off the margins */
}

#footer ul{
background-color: #036;/*provides a background colour for the links list*/
margin: 0;/*zeroes off the margins*/
padding: 4px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
color: #fff;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
text-decoration: none;  /*removes the underline*/
}
#leftcontent {
	text-align: left;
	margin-bottom: 120px;
	margin-right: 460px;
	width: 280px;
	margin-left: 5px;
}
h1 {
	color: #474747;
	font-size: 130%;
	line-height: 120%;
}
tr, td {
	color: #333333;
	font-size: 100%;
	line-height: 120%;
}
.imagefloat {
	padding: 0px;
	text-align: left;
	vertical-align: text-top;
	margin: 0px 20px 5px 0px;
	float: left;
}
.highlight {
	font-weight: bold;
	color: #FFE4C4;
	font-size: 110%;
}
#content p insidepgs {
	margin: 10px 20px 10px 10px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}
.content_container_border {
       border:1px solid #5F4298;
       padding:10px;
       margin:10px 20px 10px 200px}
.bookfloat {
	padding: 2px;
	overflow: auto;
	position: relative;
	text-align: left;
	vertical-align: text-top;
	margin: 2px 5px 5px;
	float: left;
}
#leftcol_p {
	float: left;
	width: 258px;
	padding-top: 10px;
	background-color: #9c0411;
	text-align: center;
	padding-right: 10px;
	margin: 0px;
	padding-left: 10px;
}
#leftcol_mail {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 1px;
	padding-top: 1px;
	background-color: #7b353d;
	font-size: 80%;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
.inside_border {
       border:1px solid #5F4298;
       padding:10px;
       margin:10px 20px}
.vault_border {
       border:1px solid #FF9900;
       padding:10px;
       margin:10px 20px
}
#leftcolnav {
	float: left;
	width: 150px;
	padding-top: 0px;
	text-align: left;
	padding-right: 10px;
	margin: 0px;
}
#leftcolnav_p {
	float: left;
	width: 150px;
	padding-top: 10px;
	background-color: #35353E;
	text-align: center;
	padding-right: 10px;
	margin: 0px;
	padding-left: 10px;
	height: 400px;
	position: relative;
	line-height: 100%;
	font-weight: bold;
}
#contentbio {
	margin: 0px 0px 0px 180px;
	padding: 0;
	text-align: left;
}
.titleBlue {
	color: #0099ff;
	font-weight: bold;
	margin: 0px;
}
#homeleft {
	width: 260px;
}
#homeright {
	width: 400px;
	margin-left: 260px;
}
#contentbot {
	text-align: center;
	background-position: center;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
#contentp {
	margin: 10px 20px 10px 10px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}
.titlesub {
	color: #434A5A;
	font-weight: bold;
	margin: 0px;
	font-size: 80%;
}
.h1short {
	color: #474747;
	font-size: 130%;
	line-height: 120%;
}
.table {
	font-size: 100%;
	color: #333333;
}
.error {
	font-size: 90%;
	color: #990000;
}
.tableResults {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}
