/* CONTAINER */
#container
{
	width: 800px;
	background-color: white;
}

body
{
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/bodybk.gif");
	background-position: top left;
	background-repeat: repeat-y;
	color: #333333;
	FONT-SIZE: 10pt;
}

a
{
	color: #7F6F4E;
	text-decoration: none;
	border-bottom: 1px dotted #469;
}

em
{
	background-color:#f8f79c;
	
}

a:hover
{
	color: #A1ACA8;
	border-bottom-style: solid;
}

img
{
	border: 1px solid #6593AA;
	padding: 2px;
	margin: 7px;
}

img.icon
{
	border: none;
	margin:0px;
}

#dashed_box
{
	border: 1px dashed #A1ACA8;
	background-color: #fff;
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
}

p.time_stamp
{
	font-size: 7pt;
	color: #666;
	border-bottom: 1px dashed #ccc;
	padding-left: 10px;
}


#header
{
	height: 125px;
	background-image: url(/images/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	color: #fff;
	padding-left: 5px;
	border-bottom: 2px solid #6593AA;
}

#header ul
{
	float: right;
	margin: 0;
	padding-right: 3px;
	height: 2em;
	padding-top: 3px;
}

#header ul li
{
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	color: white;
}

#header ul li a
{
	color: white;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
}

#header ul li a:hover
{
	border: solid 1px white;
	background: orange;
	text-decoration: none;
}

#header p
{
	float: left;
	margin: 0;
}

#header h1
{
	font:48px heavy Trebuchet MS;
	clear: both;
	float: left;
	margin-left:5px;
	margin-bottom: 0px;
}

/* LEFT COLUMN */
#mainleft
{
	width: 100px;
	float: left;
	background: #fff;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#mainleft a
{
	color: #7F6F4E;
	text-decoration: none;
	border-bottom: none;
	background: #fff;
}

#mainleft a:hover
{
	border: none;
	color: #fff;
	background: #6593AA;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

/* RIGHT COLUMN */
#mainright
{
	width: 654px;
	float: left;
	padding-left: 10px;
	background: #fff;
	padding-bottom: 10px;
	border-left: 1px solid #6593AA;
}

#mainright h1
{
	padding-left: 20px;
	color: #6593AA;
	font:25px heavy Trebuchet MS;
	margin-top: 5px;
	margin-bottom: 20px;
}

#mainright h2
{
	background: url("../images/blog_entry.gif") no-repeat 0 50%;
	padding-left: 20px;
	color: #7F6F4E;
	font:20px heavy Trebuchet MS;
	margin-top: 5px;
	margin-bottom: 10px;
}

#mainright h3
{
	padding-left: 25px;
	color: #000;
	font-family: 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 20px;
}

#mainright ul li
{
	padding:5px;
}

#footer
{
	height: 15px;
	background-color: #4d3d19;
	clear: both;
	font-size: 7pt;
	color: #fff;
	padding-top: 2px;
	padding-left: 5px;
	border-top: 1px solid #000;
}

#footer ul
{
	float: right;
	margin: 0;
	padding-right: 3px;
	height: 2em;
	padding-top: 3px;
}

#footer ul li
{
	display: inline;
	margin-top: 5px;
	color: white;
}

/* SPECIAL TABLE ATTRIBUTES */

#mytable {
	width: 525px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 525px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #A1ACA8;
	border-bottom: 1px solid #A1ACA8;
	border-top: 1px solid #A1ACA8;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #7f6f4e url(bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #a1aca8;
	background: none;
}

td {
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #A1ACA8;
	border-bottom: 1px solid #A1ACA8;
	background: #fff;
	padding: 6px 6px 6px 11px;
	color: #000;
}


td.alt {
	background: #F5FAFA;
	color: #000;
}

th.spec {
	border-left: 1px solid #A1ACA8;
	border-top: 0;
	background: #7f6f4e url(bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #A1ACA8;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
