/* CSS Document */

a:link {
    BACKGROUND: none;
	text-decoration:underline;
	COLOR: #cc0000;
	CURSOR: help; 
    }

a:visited {
    BACKGROUND: none;
	text-decoration:underline;
	COLOR: #990000;
	CURSOR: help;
    }

a:hover{
	color:ffffff; 
    }

#content {
	width: 780px;
	padding: 0;
	margin: auto;
	border: thin none #F0F0F0;
	}

html>body #content {
	width:780px;
	}

body{
   	FONT-FAMILY: trebuchet, tahoma, verdana;
   	FONT-SIZE: 1em;
	color: #000055;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:780px;
	margin:auto;
}

p {
	padding: 0;
	margin-left: 0;
	text-align:justify;
}
p.cntr {
	padding: 0;
	margin-left: 0;
	text-align:center;
}
p.rght {
	padding: 0;
	margin-left: 0;
	text-align:right;
}
p.left {
	padding: 0;
	margin-left: 0;
	text-align:left;
}

h1 {
	color: #000055;
	font-size:2em;
	font-weight:bold;
	text-align: center;
	line-height: normal;
	clear: left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h2 {
	color: #C39C66;
	font-size:2em;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	line-height: normal;
	margin-top: 0.2em;
	margin-bottom: 0.2em;

	}

h3 {
	color: #800000;
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
	line-height: normal
	}

h4, h5, h6 {
	color: #000055;
}

.style1 {
	color: #800000;
	font-size:1.25em;
	font-weight:bold;
	text-align: left;
}
	
.style2 {
	color: #000055;
	font-size:1.25em;
	}

.shortp {
	line-height: 1em;
	margin: 0.5em;
}

.imageleft {
	float: left;
	font-size: 0.8em;
	text-align: center;
	color: #000055;
	padding: 0.25em 0.25em 1.25em 1.25em;
	}

.imageright {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #000055;
	padding: 0.25em 0.25em 1.25em 1.25em;
}

.imageleft img {
	display: block;
	border: 1px solid #000055;
}

.imageright img {
	display: block;
	border: 1px solid #000055;
}

.skip {
	width:0;
	height:0;
	overflow:hidden;
	float:left;
	display: inline;
}
