/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background-color: #000;
	color: #fff;
}

h1
{
	left: -3000px;
	position: absolute;
}

h2
{
	font-weight: bold;
	color: #666666;
	font-size: 0.95em;
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

span.green, h3, td.green
{
	color: #06A7B7;
}

h3
{
	font-weight: normal;
	font-size: 0.9em;
    margin-bottom:5px;
}

br
{
	clear: both;
}

table
{
	border: 1px solid #E8E8E8;
	width: 100%;
}

p, #leftcolumn ul
{
	font-size: 0.75em;
	color: #666666;
	padding-bottom: 15px;
}

td, th
{
	font-size: 0.7em;
	color: #666666;
	padding: 5px;
	margin: 0;
	border: 1px solid #E8E8E8;
}

table td table td
{
	font-size: 1em;
	padding: 0;
}



table.normal td, table.normal, table.normal table
{
	border: none;
}

td.left
{
	font-weight: bold;
	width: 35%;
}

input
{
	border:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
}

#leftcolumn ul
{
	margin-left: 20px;
	padding-top: 5px;
	list-style-type: disc;
}

blockquote p
{
	color: #06A7B7;
	font-size: 1.2em;
	text-align: right;
	text-transform: uppercase;
}

address
{
	background-color: #e8e6e2;
	font-size: 0.85em;
	font-weight: bold;
	color: #06A7B7;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 37px;
	vertical-align: middle;
	display: block;
}

address a
{
	color: #06A7B7;
	text-decoration: none;
}


#container
{
	width: 737px;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	border: solid #d4c7bf 5px;
	background-color: #fff;
}

#head
{
	background: #000 url(../images/headbkgr.gif) no-repeat top;
	width: 737px;
	height: 150px;
	padding-top: 77px;
}

#head img
{
	float: left;
}

#head ul
{
	float: right;
	list-style-type: none;
	background-image: url(../images/headulbkgr.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 90px;
	color: #fff;
	text-align: right;
	font-size: 0.6em;
	padding-right: 10px;
	padding-top: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftcolumn
{
	width: 542px;
	min-height: 50px;
	height: auto;
	background-color: #fff;
	float: left;
	text-align: left;
	padding: 15px;
}

#rightcolumn
{
	width: 155px;
	min-height: 50px;
	height: auto;
	background-color: #fff;
	float: right;
	text-align: right;
}

.top-nav {
    margin-top:16px;
    margin-bottom:25px;
}

#rightcolumn ul {
    margin-bottom:25px;
}

#rightcolumn ul,#rightcolumn p
{
	text-align: right;
    list-style-type: none;
}

#rightcolumn ul, #rightcolumn h3
{
	padding-right: 5px;
}

#rightcolumn p a
{
	background: url(../images/CalendarBg.gif) #b2b2b2 no-repeat bottom left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 6px 1px 16px;
	border-bottom: 1px solid  #b2b2b2;
	font-size: 0.75em;
	margin: 2px 2px 0 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#rightcolumn p a:hover
{
	background:  url(../images/CalendarBgHover.gif) #b2b2b2 no-repeat bottom left;
	color: #ffea00;
}

#rightcolumn ul li
{
	border-bottom: 1px solid #cecac1;
	width: 150px;
	line-height: 1.5em;
}

#rightcolumn ul li.last
{
	border-bottom: none;
}

#rightcolumn ul li a
{
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
}

#footer
{
	background-color: #e8e6e2;
	padding: 0 2px 2px 2px;
	border-top: none;
}

#footer p
{
	font-size: 0.8em;
}

#copyright, #copyright p a
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 1em;
}

.invisible
{
	display: none;
}

#leftcolumn ul li ul
{
	font-size: 1em;
}