body {
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
	color: #295A6B;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

/* bars for top */
img.bar {
	margin: 0em;
	background-color: #fff;
	padding: 0px 0px;
}

img.icon {
	vertical-align: middle
}

p.bar {
	margin: 0em;
	background-color: #295A6B;
	color: #fff;
	padding: 5px;
        width: 780px;
	text-align: left;
	font-weight: bold;
        font-size: 0.9em;
}

p.bar a:link {
	background-color: #295A6B;
	color: #fff;
	text-decoration: none;
}

p.bar a:visited {
        background-color: #295A6B;
        color: #fff;
        text-decoration: none;
}


p.bar a:hover {
	background-color: #295A6B;
	color: #f1a629;
	text-decoration: underline;
}

/* styles for the content */

#center {
	padding: 0px 50px;
		}
		
#center p {
        text-align: justify;
}

#center h1, h2, h3, h4, h5, h6 {
	color: green;
}

#center h1, h2 {
	font-size: 1.8em;
	margin-left: -33px;
}

#center h3 {
        font-size: 1.6em;
}

#center h4 {
        font-size: 1.4em;
}

#center h5 {
        font-size: 1.2em;
}

#center h6 {
        font-size: 1.1em;
}


/* styles for headers */

#center h1 a:link, a:visited {
        color: green;
        text-decoration: none;
        background: #fff;
}

#center h1 a:hover {
        color: green;
        text-decoration: underline;
        background: #fff;
}

#center h5 a:link, a:visited {
	color: green;
        text-decoration: none;
        background: #fff;
}

#center h5 a:hover {
        color: green;
        text-decoration: underline;
        background: #fff;
}


/* styles for links in lists */

#center li a {
        font-weight: bold;
        text-decoration: none;
        color: #295A6B;
        background: none;
}

#center li a:visited {
        font-weight: bold;
	background: #fff;
        color: #295A6B;
}

#center li a:hover {
        font-weight: bold;
        text-decoration: underline;
	background: #fff;
        color: #333;
}

#center li {
        list-style-type: square;
	background: #fff;
}

#center td {
	padding-left: -3px;
}

strong {
	color: #993300;
}
