* {
	margin: 0;
	padding: 0;
}
/* forces the hand cursor on links in Safari */
a:link, a:hover {
cursor: pointer;
}
/* GLOBAL STYLES */
h1{
	font-family: Courier;
	font-size: 14pt;
	line-height: 1.3 em;
	color:#993399;
	font-weight:normal;
}
h2{
	font-family: Courier;
	font-size: 12pt;
	line-height: 1.3 em;
	color:#000000;
	font-weight:bold;
}
h3{
	font-family: Courier;
	font-size: 12pt;
	line-height: 1.3 em;
	font-weight:normal;
	color: #000000;
}
h3 a:link {
	color:#000000;
	font-family: Courier;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
	text-decoration: none;
}
h3 a:visited {
 	color:#000000;
 	font-family: Courier;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
	text-decoration: none;
}
h3 a:hover {
 	color:#660099;
 	font-family: Courier;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
	text-decoration: none;
}
h3 a:active {
 	color:#9933CC;
 	font-family: Courier;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9966CC;
	text-decoration: none;
}
p{
	font-family: verdana;
	font-size: 10pt;
	line-height: 1.3 em;
	font-weight: normal;
	color: #000000;
}
p a:link {
	color:#000000;
	text-decoration: none;
	font-family: verdana;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
}
p a:visited {
 	color:#000000;
 	text-decoration: none;
 	font-family: verdana;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
}
p a:hover {
 	color: #660099;
 	text-decoration: none;
 	font-family: verdana;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
}
p a:active {
 	color: #9966CC;
 	text-decoration: none; 
 	font-family: verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9966CC;
}
/* START HEADER STYLES */
#header{
	position: relative;
	height: 150px;
	width: 1000px;
	padding-top:18px;
	padding-left:9px;
	padding-bottom:60px;
}
#header img{
	border:none;
}
/* START BODY STYLES */
#body_area{
	overflow: visible;
	position: relative;
	width: 1000px;
	text-align:left;
}
#body_onecolumn{
	width: 700px;
	margin-left: 150px;
	margin-right:150px;
}
#body_leftcolumn{
	background-color: #FFFFFF;
	float: left;
	width: 293px;
	border: 0px;
	overflow:visible;
	position: relative;
	text-align:center;
}
#body_leftcolumn_1{
	width: 293px;
	border: 0px;
	overflow:visible;
	text-align:center;
	height: 7em;
	clear:both;
}
#body_leftcolumn_2{
	width: 293px;
	text-align:center;
	clear:both;
	padding-top:152px;
}
#body_leftcolumn img{
	border:none;
}
#body_rightcolumn{
	width: 630px;
	float: left;
	overflow: auto;
	position:relative;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 0px;
}
/* START FOOTER STYLES */
#footer{
	text-align: left;
	clear: both;
	margin: 18px 36px 18px 18px;
	position: relative;
}
#footer p{
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
#footer img{
	border:none;
}


