body {
 	background: #000000; 
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top:0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.invisible {
	display: none;
}

/* column placements */

#topbar {
 	width: 100%;
	height: 198px;
	margin: 0px;
	padding: 0px;
}
#leftcontent {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#rightcontent {
	float: left;
	width: 520px;
	margin: 0px;
	padding: 0px;
}
#rightcontent p, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#rightcontent p {
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#rightcontent .type {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#rightcontent h2 {
	color: #ffffff;
}
#rightcontent h3 {
	color: #FFA7CC;
} 
#rightcontent h4 {
	color: #ffffff;
	padding-top: 3px;
	margin-top: 5px;
}

/* text links */

a:link {
	color: #FFA7CC;
	text-decoration: none;
} 
a:visited {
	color: #FFA7CC;
	text-decoration: none;
} 
a:active {
	color: #FFA7CC;
	text-decoration: none;
} 
a:hover {
	color: #000000;
	background: #FFA7CC;
	text-decoration: none;
}


/* text variables */

.type {
	font-size: 13px;
	color: #ffffff;
}

.p1, .p2, .p2a, .p3, textarea, .input, .button {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}
.p1 {
	color: #e1e1e1;
	font-size: 13px; 
	font-weight: bold;
}
.p2 {
	color: #ffffff;
	font-size: 11px; 
}
.p2a {
	color: #ffffff;
	font-size: 10px; 
	font-weight: bold;
}
.p3 {
	color: #d1d1d1;
	font-size: 10px;
	letter-spacing: 1px;
	margin-right: 5px;
	text-transform: lowercase;
}
textarea {
	color: #ffffff;
	background: #000000;
	font-size: 8pt;
	border: 1px dashed #FFA7CC;
}
.input { 
	color: #ffffff;
	background: #000000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #FFA7CC;
}
.button { 
	color: #000000;
	background: #FFA7CC;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #ffffff;
}
li {
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}

/* entry variables */

.entry {
	border: 1px dashed #FFA7CC;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 5px 5px 10px;
}
