/* Main.css - Main Layout Stylesheet */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	padding-bottom: 1em;
	background: url(../images/backgrounds/body-bg-tile.jpg);
}

a:link, a:visited {
	color:#006600;
}

a:hover {
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

img.side {
	padding:0.5em;
}


p {
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
}


h2 {
	font-size: 1.2em;
	
}

h3 {
	font-weight: bold;
	color:#444;
}

ul, ol {
	margin-bottom: 1em;
}

ul li, ol li {
	margin-left: 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

p.disclaimer {
	font-size:8pt;
	color:#999999;
}

/* Main Layout Styles */


