@charset "utf-8";
/* CSS Document */

body,td,th {
font-family: Arial, Helvetica, sans-serif;
margin:0px;
background-image:url(images/bkgpattern.gif);
font-size:12px;
}

a:link {
	color:#330000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#000033;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: underline;
}


/* Page title */
h1 {
	font-size: 22px;
	color: #000066;
	text-decoration: none; 
	font-weight:bold;
	font-family: bookman, "bookman old style", "times new roman", times,  palatino,  serif;
	margin: 0px 8px 0px 0px;
}

/* Paragraph title */
h2 {
	font-size: 20px;
	color: #000066;
	text-decoration: none; 
	font-style: normal;
	font-weight: bold;
	font-family: bookman, "bookman old style", "times new roman", times,  palatino,  serif;
}


h3 {
	font-size: 16px;
	margin: 0px 5px 0px 0px;
	color:#660000;
	text-decoration: none; 
	font-style:italic;
	font-weight: bold;
	font-family: bookman, "bookman old style", "times new roman", times,  palatino,  serif;
}

h4 {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
	color:#660000;
	text-decoration: none; 
	font-weight: bold;
	font-family: bookman, "bookman old style", "times new roman", times,  palatino,  serif;
}


/* Regular Text */
p {
	font-size: 12px;
	color: #000033;
	font: arial;
	margin: 2px 0px;
}


ul {
	font-family: arial;
	color: #000066;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
	position: relative;
	margin-left: 25px;
	list-style-image:url(images/bullet.jpg);
}

li {
	font-family: arial;
	position: relative;
	margin-left: 25px;
	margin-right: 0px;
}


#header {
	background-image:url(images/both.jpg);
	width:900px;
	margin:auto;
	height:200px;
}

#wrapper {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
}

#menu {
background-color:#000033;
color:#FFFFFF;
height:25px;
line-height:15px;
}

#left {
	width:250px;
	text-align:center;
	float:left;
	padding:10px 0px;
}

#right {
	float:right;
	margin-right:15px;
	width: 600px;
	padding: 10px 0px;
}


#footer {
width:600px;
margin:auto;
background-color:#FFFFFF;
padding: 8px 0px 8px 300px;
font-size:10px;
}

.clear {
clear:both;
height:1px;
line-height:1px;
}

.title {
font-weight:bold;
color:#660000;
margin-top:10px;
}