/* Presentation Stylesheet */ 

/* header and layout styles */

h3 
{
	margin:0;
	padding:15px;
	text-align: center;
}
 
h3.contentheader 
{
	margin:0;
	padding: 15px 15px;
	text-align: left;
	clear: left;
}

h4 
{
	margin:0; 
	padding: 5px 0;
	text-align: center;
}
 
h4.subheader 
{
	margin:0; 
	padding: 5px 15px;
	text-align: left;
	clear: left;
}

.blankrule
{
background-color: #ffffff;
color: #ffffee;
clear: both;}

/* div styles */


div.centerdisplay
{
	margin-top: 15px; 
	margin-left: auto;
    margin-right: auto;
	width: 220px;
	clear: both;
}

/* paragraph styles */

p
{
	text-align: left;
}
p.maintext 
{
	text-align: left;
	margin: 0px 15px 6px 15px;
	clear: left;
}

p.blockquote 
{
	text-align: justify;
	margin: 0px 40px 6px 40px;
	clear: left;
}

p.clearrighttext 
{
	margin: 0px 15px 6px 15px;
	text-align: left;
	clear: right;
}

p.nofloattext 
{
	margin: 0px 15px 6px 15px;
	text-align: left;
	clear: none;
}

p.centering 
{
	text-align: center;
	margin: 0px 15px 6px 15px;
	clear: both;
}

p.ctextdisplay
{
	margin: 0 0;
	text-align: left;
}

.boldtext {font-weight: bold}

.underlinedtext {text-decoration: underline;}

.italictext {font-style: italic}

.smallertext 	{
				font-size: smaller;
				text-align: left;
				margin: 0px 15px 6px 15px;
				clear: left;
				}

.leftindent
{
text-align: left;
margin-left: 15px;
text-indent: 3em;
}

p.bartext 
{ 
	color: #000000;
	background-color: inherit; 
	text-align: left; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 5px 15px; 
}

p.ftrtext 
{ 
	color: #000000;
	background-color: inherit;
	text-align: center; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 5px 15px; 
}

/* text link styles */

a {color: #333388; background-color: inherit;}
a:hover {color: #ff4444; background-color: inherit;}
a:active {color: #ff0000; background-color: inherit;}



p.bartext a  { color: #660000; background-color: inherit; }
p.bartext a:hover  { color: #ffaaaa; background-color: inherit; }
p.bartext a:active {color: #ffffff; background-color: inherit;}

p.ftrtext a {color: #660000; background-color: inherit;}
p.ftrtext a:hover {color: #ffaaaa; background-color: inherit;}
p.ftrtext a:active {color: #ffffff; background-color: inherit;}

/* list styles */

.biglist
{
	margin-top: 10px;
	margin-bottom: 2em;
	margin-right: 15px;
	text-align: left;
	list-style-type: disc;
	clear: left;
}

p.biglisttext
{
text-align: left;
font-size: 120%;
margin: 3px 0px;
}

.plainlist
{
	margin-top: 10px;
	margin-bottom: 2em;
	text-align: left;
	list-style-type: none;
	clear: left;
}

p.plainlisttext
{
text-align: left;
font-size: 100%;
margin: 6px 15px 6px 0px;
}

.olisttext ol
{
	text-align: left;
	clear: left;
}

p.listlinetext
{
text-align: left;
margin: 0 0;
}


/* image styles */
img.centerimage
{
	display: inline; 
    margin-left: auto;
    margin-right: auto;
    vertical-align: text-top;
    border-width: 2px; 
	border-color: #ffffff; 
	border-style: solid;
}

.leftimage
{
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
	border-width: 2px; 
	border-color: #ffffff; 
	border-style: solid;
}

.rightimage
{
	display: inline;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
	border-width: 2px; 
	border-color: #ffffff; 
	border-style: solid;
}

.floatimgleft 
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: x-small;
	color: #999;
	width: 220px;
}

.floatimgright 
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	font-size: x-small;
	color: #999;
	width: 220px;
}

.floatimgleftlink
{
	border-width: 2px; 
	border-color: #ffffff; 
	border-style: solid;
}

.floatimgrightlink
{
	border-width: 2px; 
	border-color: #ffffff; 
	border-style: solid;
}


/* image links */

a:link .centerimage { border-color: #ffffff; } 
a:active .centerimage, a:hover .centerimage 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .leftimage { border-color: #ffffff; } 
a:active .leftimage, a:hover .leftimage 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .rightimage { border-color: #ffffff; } 
a:active .rightimage, a:hover .rightimage 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .floatimgleftlink { border-color: #ffffff; } 
a:active .floatimgleftlink, a:hover .floatimgleftlink 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .floatimgrightlink { border-color: #ffffff; } 
a:active .floatimgrightlink, a:hover .floatimgrightlink 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .leftmapimage { border-color: #ffffff; } 
a:active .leftmapimage, a:hover .leftmapimage 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}

a:link .rightmapimage { border-color: #ffffff; } 
a:active .rightmapimage, a:hover .rightmapimage 
{
	border-width: 2px;
	border-color: #FF4444;
	border-style: solid
}


