html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;

	
}
#header {
background-image: url(../images/header_straight_blue.jpg);
background-repeat: no-repeat;
height: 200px;
padding-left:2px;
margin-bottom: 15px;

}

#logo {
float: left;
}

#main {
}

#nav{
float: left;
width: 196px;
font-size: 85%;
background-color: #FFFFFF;
margin-left: 10px;

}

#nav ul {
padding: 0px;
list-style: none;

}

#nav a{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
display: block;
padding: 8px;
padding-top: 10px;
padding-bottom: 10px;
width: 140px;
border-bottom: 1px solid #14398a;
}

#nav a:link, #nav a:visited {
color: #14398a;
}

#nav a:hover {
background-color: #BFE5FF;
}

/*.current {
background-color: #EAE8FF;
color: #FFFFFF;
}*/

#body {
float: right;
width: 553px;
font-size: 70%;
padding: 0px 15px 0px 0px;
text-align: left;
line-height: 18px;
}

#body ul {
text-align: left;
padding-left: 16px;
list-style: square;
}

#body img {
padding: 5px;
}

#body a:link, #body a:visited {
color: #007c6a;
}
#body a:hover {
text-decoration: none;
}

#footer {
	text-align: center;
	clear: both;
	background-color: #14398a;
	width: 800px;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.noborder {
border-bottom: 1px solid #FFFFFF;
text-align: center;
}

#footer a:link, a:visited {
color: #FFFFFF;
}

.telno {
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 200%;
padding-bottom: 10px;
padding-top: 10px;
background-color: #007c6a;
text-align: center;
}

H4 {
font-style: italic;
font-family: "Times New Roman", Times, serif;
font-size: 170%;
text-align: center;
padding-top: 40px;
padding-bottom: 30px;
line-height: 30px;
}
.imgleft {
padding-top: 25px;

}

.imgfloatleft {
float: left;
}
.imgfloatright {
float: right;
}
h5 {
color: #14398a;
}
.glossaryclass{
background-image:url(../images/chess3large.jpg);
background-position: bottom;
background-repeat: no-repeat;
}