/* */
body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;	
}
h1 {
	font-size: 255%;
  color: #cc99cc; 
	padding: 0;
	margin: 0;
}
h2 {
	color: purple; 
	font-size: .8em; 
	padding: 0; 
	margin: 0;
}
h3 {
	font-size: 130%;
	padding: 3px;
	color: #666666;
}
h4 {
	font-size: 80%;
  text-transform: uppercase;
	color: purple;
	padding: 3px;
}
h5 {
	color:#0033cc;
	font-size: 70%;
	color: purple;
}
a {
	text-decoration: none; 
	color:#0033cc;
}
a:visited {
	color:gray;
}
a:hover {
	text-decoration: underline;
}
#navigation a {
	text-decoration: none; 
	color:#0033cc;
	background-image: url(arrowmg.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	padding-left: 10px; 
}
#navigation a:visited {
	color:gray;
	background-image: url(arrowmg.gif);
}
#navigation a:hover {
	text-decoration: underline;
	background-image: url(arrowmg.gif);
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
p {
  font-size: 80%;
	padding: 0 4px 0 4px;
}
table td {
	font-size: 70%;
	text-align: center;
}
table th {
	font-size: 70%;
	font-weight: bold;
}
.caption {
	font-size: 70%;
	text-align: center;
}
.links {
	font-size: 70%;
  font-weight: bold;
  color: #cc99cc;
}
#wrapper {
	width: 760px; 
	margin: 5px;
}
#header {
	float: right;
	width: 560px;
	border-bottom: 50px solid purple; 
	text-align: right;
}
#content {
	clear: both;
}
#navigation {
	width: 140px;
	float: left;
}
#article {
	width: 610px;
	float: right;
}
#left-col {
	width: 390px;
	float:left;
	border-left: 50px solid #CC99CC;
}
#right-col {
	width: 150px;
	float:right;
}
.close {
	font-size: .7em;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;	
}

