body {
	background: #f9fff0;
	background-repeat:no-repeat;
	margin:0px;
	font-family:georgia;
	font-size:12px;
	color:#333;
}

td {
	margin:0px;
	font-family:georgia;
	font-size:12px;
	color:#333;
}

a {
	text-decoration:none;
	color:#260;
}

a:hover {
	color:#390;
}

sub {
	font-size:10px;
}

sup {
	font-size:10px;
}

img {
	border:none;
}

.main {
	position:absolute;
	background:#F0F7CE;
	width:780px;
}

.header {
	background:#F0F7CE;
	width:780px;
}

.nav {
	color:#260;
	background:url(images/nav_bg.jpg) #B3C37C;
	top:100px;
	line-height:24px;
	font-variant:small-caps;
}

.content {
	background:#fff;
	padding:5px;
}

.rightside {
	background:url(images/side_bg.jpg);
	font-family:georgia;
	font-size:11px;
	width:160px;
	padding:10px;
}

.footer {
	font-size:11px;
	line-height:18px;
	background:url(images/nav_bg.jpg) #B3C37C;
	clear:both;
	text-align:center;
}

.heading {
	font-size:24px;
	border-bottom:1px solid #B3C37C;
}

.doctools {
	padding:2px;
	border-bottom:1px solid #ddeebb;
}

.subheading {
	font-size:18px;
	border-bottom:1px solid #B3C37C;
}

.sideheading {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #B3C37C;
}

.menu {
	float:left;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}

.menuitems {
	background:url(images/translucent.png);
	position:absolute;
	visibility:hidden;
	text-align:left;
}

.menuitem {
	border-bottom:1px solid #B3C37C;
	border-left:1px solid #B3C37C;
	border-right:1px solid #B3C37C;
	text-align:left;
	padding:3px;
	line-height:14px;
}

.sidelist {
	font-family:georgia;
	font-size:11px;
}

.error {
	color:#c00;
}

.large {
	font-size:16px;
}

.small {
	font-size:10px;
}



