body,
html {
	margin-left: 20px;
	padding: 0;
	background: #ffffff;
}

body {
	min-width: 800px;
}

.left {
	float: left;
	padding-right: 20px;
}

.right {
	float: right;
	padding-left: 10px;
}

#wrap {
	width: 800px;
}

#banner {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
	color: #999999;
	letter-spacing: .025em;
	padding-bottom: 0px;
	text-align: left;
}

#banner a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

#banner img {
	border: 0px;
}

.emphasis {
	font-weight: bold;
	color: #999933;
}

.tag {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #6699cc;
	color: #ffffff;	
	border-bottom: 7px solid #6699cc;
	padding: 4px 8px 0px 4px;
}

#tagright {
	border-bottom: 1px solid #6699cc;
	text-align: right;
	letter-spacing: .08em;
	padding-top: 5px;
}
	
#main {
	background-color: #ffffff;
	float: right;
	width: 650px;
	border-left: 1px solid #6699cc;
	padding: 5px 0px 5px 5px;
}

#main p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	padding: 0px 10px;
}

#main .padleft {
	padding-right: 10px;
	float: left;
}

#main .padright {
	padding-left: 10px;
	float: right;
}

#main .about {
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#main .caption {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding-bottom: 0px;
}

#main table {
	padding-left: 10px
}

#main .intro {
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	color: #333;
}
	
#main a {
	padding: 5px 0px 0px 0px;
	color: #69c;
	text-decoration: none;
}

#main a:hover, a:active {
	color: #000;
	border-bottom: 1px dotted #990;
}

.leftarrowtext {
	font-size: 10px;
	text-align: center;
	padding-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.rightarrowtext {
	font-size: 10px;
	text-align: center;
	padding-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sidebar {
	width: 140px;
	float: left;
}

#nav {
	background-color: #ffffff;
}

#nav p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding: 3px 2px 3px 3px;
}

.italic {
	font-style: italic;
}

.spacing {
	letter-spacing: .15em;
}

#nav a {
	padding: 5px 5px 0px 0px;
	color: #69c;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
	border-top: 1px dotted #990;
	border-right: 1px dotted #990;
}

input {
	color: #333333;
	background: #d7e7ee;
	border: 1px solid #999933;
}

textarea {
	color: #333333;
	background: #d7e7ee;
	border: 1px solid #999933;
}

.submit input {
	color: #ffffff;
	background: #6699cc;
	border: 1px solid #999933;
}

#footer {
	background-color: #999933;
	clear: both;
	width: 800px;
}

#footer a {
	background-color: #999933;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px dotted #fff;
}

#footer a:hover, a:active {
	background-color: #999933;
	color: #000;
	border-bottom: 1px dotted #000000;
}

#footer p {
	background-color: #999933;
	padding: 10px 0px;
	font-family: Georgia, Times, serif;
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
}

#bottomnav {
	background-color: #ffffff;
	width: 800px
}

#bottomnav p {
	margin-top: 20px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ffffff;
	color: #666;
	text-align: center;
}

#bottomnav a {
	color: #69c;
	text-decoration: none;
	padding: 2px;
	background-color: #ffffff;
}

#bottomnav a:hover, a:active {
	color: #000;
	border-bottom: 1px dotted #000;
}

#sidebar h1 {
	color: #999;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, sans serif;
}