body {
	background-image: url(images/background.jpg);
	border-left: none;
	border-top: none;
	border-bottom: none;
	color: #000000;
	background-color: #FBFBFB;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
}

#left {
	position: absolute;
	left: 0px;
	width: 150px;
	padding-top: 20px;
}

#header {
	background-color: #F5F5F5;
	color: inherit;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: Black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: Black;
	position: relative;
	margin-left: 150px;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 10px;
}

#central {
	position: relative;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: Black;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	margin-left: 150px;
}

#footer {
	position: relative;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: Black;
	border-top: 1px solid #006;
	font-size: 11px;
	margin-left: 150px;
	padding-top: 10px;
}

#footer table {
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	line-height: 100%;
	}

A:link { 
	color: #339933;
	background-color: inherit;
}

A:visited { 
	color: #ff0000;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
}

A:active {
	color: #00ff00;
	background-color: inherit;
}

p {
	padding: 0;
	margin-top: 0px;
	line-height: 150%;
}

p.right {
	text-align: right;
}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height: 150%;
}

h2 {
	font-size:20px;
	font-weight:bold;
	line-height: 150%;
}

h3 {
	font-size:16px;
	font-weight:bold;
	line-height: 150%;
}

img {
	border: 0px;
}

ul { 
	line-height: 150%;
}

ul.menu { 
	list-style:none; 
	margin:0; padding:0; 
	line-height: 200%;
}

ul.menu li a { 
	text-decoration:none; 
	padding-left: 10px;
}

ul.menu li a:hover { 
	text-decoration:none; 
	padding-left: 10px;
	text-decoration: underline;
}


hr.red70 {
	color: Red;
	width: 70%;
}

hr.red50 {
	color: Red;
	width: 50%;
}

p.cent{
	text-align: center;
}