﻿/* stylesheet.css */
/* Body text and page background */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:url(/images/bg_background.gif);
	}
	
/* Float image to left of paragraph */
img.floatLeft{
	float: left;
	margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRght{
	float: right;
}
/* Center image between margins */
div.center{
	width: 100%;
	text-align: center
}
/* Level 1 headings */
h1 {
	font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
/* Level 2 headings */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color: #000000;
}
/* Level 3 headings */
h3 {
	font-family: Arial, helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #000000;
}
/* Generic style class for highlighting text */
.hilite{
 background-color:#ffff00;
}

/* main */
.main {
	border-top: 4px solid #fff;
	background: url (/images/bgmain.giv) repeat-y:
}
/* Paragraphs styled as tips */
p.tip {
 background-color:#FFFFFF;
 margin-left:225px;
 font-weight: bold;
 margin-right:225px;
 padding:10px;
 border:solid thin #000000;				
}

/* Paragraphs styled as warnings */
p.warning {
 background-color: #004C99;
 margin-left: 100px;
 margin-right: 100px;
 padding: 5px;
 border: solid thin #ff0000;
}