body {
	background: #FFFBEC;
}

body, td {
	font: 13px Verdana;
	letter-spacing: 3px;
}

body, a {
	color: #6C5200;
}

a {
	text-decoration: none;
}

a.ul {
	font-weight: bold;
        text-decoration: none;
        border-bottom: 1px dotted #6c5200;
}

h1 {
	font: 19px Verdana;
	letter-spacing: 3px;
	font-weight: bold;
}

h2 {
	font: 17px Verdana;
	letter-spacing: 3px;
	font-weight: bold;
}

h3 {
	font: 16px Verdana;
	letter-spacing: 3px;
	font-weight: bold;
}

h4 {
	font: 15px Verdana;
	font-weight: bold;
	letter-spacing: 3px;
}

.title {
	font: 15px Verdana;
	font-weight: bold;
	letter-spacing: 3px;
}

.hdr {
	font: 48px Verdana;
}

.tiny {
	font: 8px Verdana;
}

ul {
	text-align:left;
}

li {
	padding: 10px;
}

.wrapper {
	background: top url(images/gr_t.GIF) repeat-x;
	padding-top: 5px;
	//height: 100%;
	width: 100%;
}

.wrapperdiv {
	background: top url(images/gr_t.GIF) repeat-x;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 5px;
	width: 100%;
}

.w2 {
	height: 100%;
	background: bottom url(images/gr_b.GIF) repeat-x;
	padding-bottom: 5px;
}

.content {
	height: 100%;
	text-align: left;
	background: #FDF5D7;
	background: #FFFBEC;
}

.page {
	float: left;
	height: 100%;
	//width: 100%-500px;
	padding-left: 10px;
	padding-right: 10px;
}

.leftbar {
	padding-top: 5px;
	float: left;
	background: #EDF2FA;
	width: 200px;
	height: 100%;
}

.rightbar {
	//padding-top: 30px;
	float: right;
	background: white;
	width: 200px;
	height: 100%;
}

.divider {
	line-height: 1.0;
        margin-top: 0;
        margin-bottom: 0;
        cell-spacing: 0;
        cell-padding: 0;
}

.pastcolor {
        background-color: #cccccc;
}

