@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/BG.jpg);
	background-color: #F6E3C2;
	background-repeat: no-repeat;
	background-position:top, center;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper	{
	width: 800px;
	margin: 0 auto;
}

#header	{
	margin:104px 0 0 0;
	width:800px;
	padding:0px;
}


#login-graphic	{
	margin-left:480px;
}

#logo {
	float:left;
}

#content {
	margin: 20px 25px 0 25px;
	float: none;
	clear:both;
	
}

#content-inner	{
	background-color:#000;
}

#left-col	{
	margin:0;
	width: 505px;
	float: left;
	background: url(images/arrow.gif) no-repeat top left;
	/* overflow-x:hidden; 
	overflow-y:auto; */
}

#left-col-inner	{
	padding:5px 0 0 25px;
}

#right-col	{
	width:245px;
	height:377px;
	float: left;
	margin:0;
}

#right-col-inner	{
	padding:15px 0 0 0px;
}

#right-col p, #left-col p	{
	color:#fff;
	margin:0px 20px 8px 20px;

}

h1 	{
	color:#9fde2e;
	text-transform:uppercase;
	font-size: .8em;
	margin:15px 0px 10px 20px;
}

h2 	{
	color:#fff;
	font-size: .8em;
	margin:15px 20px 3px 20px;
	font-weight:bold;
}

p, td	{
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 0.70em;
  	line-height: 1.4em;
	color:#fff;
}

#navcontainer	{
	background: url(images/Nav-BG.jpg) no-repeat top left;
	height:33px;
	margin:0;
}

#navlist	{
	padding-left:35px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform:uppercase;
	font-size: .8em;
}

#navlist li a
{
	text-decoration:none;
	color:#000;
	line-height:33px;
	font-weight:500;
}

#navlist li a:hover
{
	text-decoration:none;
	color:#fff;
}

#homepage-quote	{
	margin-top:-95px;
}

.footer-title	{
	text-transform:uppercase;
	font-weight:bold;
}

#footer	{
	background: url(images/matchbox.jpg) no-repeat top left;
	height:80px;
	margin:40px;
	padding-top:25px;
}

#footer	p	{
	margin:0px 0 0 95px;
	font-size:.6em;
	color:#000;
}

#footer	a	{
	color:#000;
}

a	{
	text-decoration:none;
	color:#9fde2e;
}

#navlist li a#current
{
	color:#fff;
}

a:hover	{
	text-decoration:underline;
}

a.heading	{
	color:#9fde2e;
	text-transform:capitalize;
	font-weight:normal;
}

table
{
    border-color: #666;
    border-width: 0;
    border-style: solid;
	margin:0 0 0 20px;
}

td
{
    border-color: #333;
    border-width: 1px 0px 0px 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #000;
}

td.no-border
{
    border-width: 0px 0px 0px 0;
}
