/* Template: The Brand Company */

body { margin: 0; }
img { border: 0; }
a { border: 0; }

form { font-family: Tahoma, sans-serif;
	font-size: 11px; }

form input { margin-bottom: 3px; font-size: 11px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #f7621e; /*page title*/
	font-weight: bold;
	border: 1px solid #cfcfcf;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
}

a {
	color: #0065cd; /*general link*/
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0065cd; /*general link hover*/
	text-decoration: underline;
	font-weight: bold;
}

table.header {
	width: 775px;
	height: 100px;
	background: #0065cd; /*header background*/
	color: white; /*header text*/
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

table.header td a { font-family: Tahoma, sans-serif; color: white; }
table.header td a:hover { font-family: Tahoma, sans-serif; color: white; }

table.header td.left { padding-left: 20px; }
table.header td.right {	padding-right: 20px; }


table.homebar {
	width: 100%;
	background: #a3c541; /*trail background*/
	font-size: 12px;
}


table.homebar td {
	padding: 2 8;
}

table.homebar {
	color: white; /*trail text*/
}

table.homebar a {
	color: white; /*trail text*/
}

table.homebar a:hover {
	color: #808285; /*trail text hover*/
}


table.main {
	width: 775px;
}

table.main td.left { }

table.sidebar  {
	width: 160px;
	margin-bottom: 10px;
}

table.main td.center {
	padding: 10px; padding-top: 0;
}



table.footer {
	background: #98cc32; /*footer background*/
	width: 775px;
	margin-bottom: 30px;
	color: white; /*footer text*/
	font-size: 11px;
}

table.footer td { font-family: Tahoma, sans-serif; padding: 3px 8px; }

table.footer a {
	color: #ffffff; /*footer link*/
	text-decoration: none;
}

table.footer a:hover {
	color: #ffffff; /*footer link hover*/
	text-decoration: underline;
}



