html, body {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;	
	}

div {
	padding: 0;
	margin: 0;
	}
	
img.no-border {
	padding: 0;
	margin: 0;
	border: 0px;
}	
	
ul {
	font-size: 80%;
}
	
dl {
	font-size: 80%;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	}

h1	{
	font-size: 85%;
	color:navy;
	font-weight: bold;
	}
	
h2	{
	font-size: 80%;
	font-weight: bold;
	}
	
h3	{
	font-size: 80%;
	font-weight: bold;
	color: #339999;
	}
	
h4	{
	font-size: 100%;
	font-weight: bold;
	color: #339999;
	}

p, caption {
	font-size: 80%;
	color: #5C5C5C;
	background-color: transparent;
	padding: 0;
	margin: .5em 0 0 0;
}

.smalltext{
	font-size: 75%;
}

a {color: #333399; background: transparent; text-decoration: none;}
a:link {color: #333399; background: transparent;}
a:visited {color: #333399; background: transparent;}
a:hover {color: #339999; background: transparent; text-decoration: underline;}
a:active {color: #339999; background: transparent; text-decoration: underline;}

/* smalltext ---------- */

.smalltext a:link{
    color: #ffffff; 
    text-decoration: none;
	}

.smalltext a:visited {
    color: #ffffff; 
    text-decoration: none;
	}

.smalltext a:hover{
	color: #ffffff;
    text-decoration: underline;
	}

/* fixed width ---------- */

#width {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

/* header content ---------- */

#header {
	color: #000;
	background-image: url("../images/bannerbg.jpg");
	background-repeat:repeat;
	padding: 0px 10px 0px 0px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-align: right;
	}

#headerinner {
	float: left;
	width: 330px; /* for browsers with no escapes at all */
	\width: 330px; /* for IE5/Win */
	w\idth: 330px; /* for good browsers */
	text-align: left;
	padding-right: 0px;
	}

#header h1 {
	letter-spacing: 0.1em;
	color: #fff;
	background-color: transparent;
	}

/* header2 content ---------- */

#header2 {
	height: 18px;
	color: #000;
	background-color:#006699;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

/* header3 content ---------- */

#header3 {
	height: 180px;
	color: #000;
	background-color:#cccccc;
	padding: 0px 0px 0px 0px;
	}

div.center-content	{
    text-align: center;
	
}


/* leftnav styles ---------- */

#content-sub-1 a:link, #content-sub-1 a:visited {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#content-sub-1 a:hover{
	text-decoration: underline;
}

/* rightnav styles ---------- */

#content-sub-2 a:link, #content-sub-2 a:visited {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#content-sub-2 a:hover{
	text-decoration: underline;
}


/* content ---------- */

#content-wrap {
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	}

#content-main h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#content-main .first {
	text-indent: 0;
	}

#content-main .first:first-letter {
	float: left;
	font: 36px palatino, georgia, serif;
	padding-right: 5px;
	}

/* footer content ---------- */

#footer {
	color: #000;
	padding: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
	text-align: center;
	}

#footer p {
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
	}

#content-main .noindent {
	text-indent: 0;
	}
	
	.bolden{
		font-weight: bold;
		}
.smalltext2{
	font-size: 75%;
	padding: 1px 3px 2px 10px;
}
.smalltext3{
	font-size: 65%;
	padding: 1px 3px 2px 10px;
}
.borders{ 
border-top:1px solid silver;
border-right:1px solid silver;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
}

.padding2{
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
}
.tableborders{
border:1px solid silver;}