

/*Setup base styles and fonts*/

body {
	margin-top: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	color: black;
	background-image: url('_images/content_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	
}

.sans, h2 { font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif; }

h1, h2, h3, h4 {
	font-weight:bold;
	font-style:italic;
	color:#F6990F;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
}

a, a:visited, a:active {
	color:#003399;
	font-size:1.1em;
}

p {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

#canvas {
	width: 750px;
	background:white;
}
#content {
	width:555px;
	margin:0 1em 0 1em;
}

/*Text Formatting*/
#banner a {
	padding: 10px 1em 5px 1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
#banner a:hover {
	color:#F6990F;
}

h1 {
	margin-bottom: .4em;
	font-size: 1.8em;
}
h2 {
	color:#333333;
	font-style:normal;
	font-size: 1.3em;
	margin-bottom: .2em;
}

.left a {
	display:block;
	padding: .6em 0 .6em 1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.left a:hover {
	color:black;
	background-image: url("images/left_hover.jpg");
	background-repeat: repeat-y;
}

#content p {
	line-height:150%;
	margin-bottom: .8em;
}

#footer p {
	font-size:11px;
	text-align:center;
	color:#666666;
}

.links {
	text-align: right;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
}

ol {
	color: #FFFFFF;
}

bullets {
	color: #000000;
}
