﻿/* COLORS
 Purple -		#780098 
 Gold -			#E8C870
 Light Gold -	#F0E070
 Background -	#FFF8DC
*/

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.h1 {
	color: #780098;
	background-color: #FFF8DC;
	font-family: "Trebuchet MS" , Arial, Sans-Serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

.h2 {
	color: #780098;
	background-color: #FFF8DC;
	font-family: "Trebuchet MS" , Arial, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
}

.h3 {
	color: #000000;
	background-color: #FFF8DC;
	font-family: "Trebuchet MS" , Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
}

.small {
	font-size: 10px;	
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px; 
	padding-left: 0px;
}

li {
	margin-top: 5px;
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

img.icon {
	border: none; 
	vertical-align: middle;
}

/* LAYOUT */
div.guide {
	font-family: Arial;
	font-size: 12px;
	width: 1000px;
	background-color: #FFF8DC;
	color: #000000;
}

div.box {
	border: solid 1px #780098;
	padding: 4px 4px 4px 4px;
}

.pagingLink {
	margin: 0px 5px 0px 5px;
}

.footer {
	background-color: #FFFFFF;
	color: #000000;	
	padding-top: 10px;
}

.footerText {
	font-size: 10px;
	border-top: solid 1px black;
}

/* TABLES */
.nowrap {
	white-space: nowrap;
}

.borderTable {
	border: solid 1px black;
	border-collapse: collapse;
}

.borderTable td {
	border: solid 1px black;
}

td.leftnav {
	width: 100px;
	background-color: #FFFFFF;
	color: #000000;
	border-top: solid 2px #780098;
	border-right: solid 2px #780098;
}

td.content {
	width: 900px;
	padding: 0px 0px 0px 10px;
}

/* ANCHORS */
a {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

a.nounderline {
	text-decoration: none;
}

/* NAVIGATION LINKS */
span.nav {
	font-family: "Trebuchet MS" , Arial, Sans-Serif;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 5px;
	display: block;
}

span.navCurrent {
	background-color: #FFFFB0;
	color: #000000;
	cursor: default;
	border-bottom: ridge 2px #000000;
}

span.navOn {
	background-color: #F0E070;
	color: #780098;
	cursor: pointer;
	border-bottom: ridge 2px #780098;
}

span.navOff {
	background-color: #E8C870;
	color: #780098;
	cursor: pointer;
	border-bottom: ridge 2px #780098;
}

span.navTitle 
{
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	cursor: default;
	text-align: center;
	border-bottom: ridge 2px #780098;
	padding-left: 0px;
}

div.navSpacer {
	height: 50px;
}

/**************************************************************************/
/*
.noGoogleFill {
	background-color: white ! important;
	border-style: inset;
}
*/

/* IMAGES */
/*
img.thumb {
	width: 100px;
}

img.thumbPortrait {
	height: 100px;
}

.smallCaption {
	font-size: 10px;
}
*/