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

/*Begin Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
vertical-align: baseline;

}
body {
line-height: 1;
color: #000;
background: #646464;
font-family: Tahoma, Geneva, sans-serif;
font-size: 81%; /*Font size based on 100% = 16px*/
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* End Reset */

.clear
{
	clear: both;
}

#container
{
	width: 762px; 
	margin: 0 auto;
	background-color: #fff;
	padding: 0 0 7px 0;
}

#header
{
	height: 123px;
	margin: 0 7px 0 7px;
	background: url(../images/header-bg.png) repeat-x;
}
#header img
{
	margin: 47px 0 0 28px;
}

#body
{
	margin: 8px 7px 0 7px;
	min-height: 428px;
}

#body .leftColumn
{
	width: 200px;
	background-color: #99cc01;
	padding: 4px 3px;
	float: left;
	min-height: 420px; /*428 with padding*/
}

#body #nav li
{
	margin: 0 0 1px 0;
	background: url(../images/linkButton-bg.png) repeat-x;
}

#body #nav li a
{
	display: block;
	padding:0 0 0 30px;
	background: url(../images/linkButton-icon.png) 12px 50% no-repeat;
	height: 22px;
	line-height: 20px;
	color: #cd3300;
	font-size: 85%;
	cursor: pointer;
}

#body .rightColumn
{
	width: 534px;
	float: right;
}

#body .rightColumn .heading
{
	background-color: #cc6700;
	margin: 0 0 20px 0;
}

#body .rightColumn .short-margin
{
	margin: 0 0 10px 0;
}

#body .rightColumn .heading h1
{
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	line-height: 36px;
	color: #fff;
	font-size: 130%;
	background: url(../images/heading-bg.png) repeat-x;
	height:36px;
}

#body .rightColumn .heading h1.short-margin
{
	margin: 0 0 10px 7px;
}

#body .rightColumn p
{
	padding: 0 0 0 4px;
	margin: 0 0 20px 0;
	line-height: 1.1em;
}

#body .rightColumn form
{
	width: 60%;
	margin: 0 0 20px 0;
}
#body .rightColumn form p
{
	margin: 0 0 15px 0;
	text-align: right;
}
#body .rightColumn label
{
	margin: 0 15px 15px 0;
	text-align: right;
	color: #9b3300;
}
#body .rightColumn input, #body .rightColumn select
{
	width: 175px;
}
#body .rightColumn input.submit
{
	width: auto;
	float: none;
}

#footer
{
	margin: 2px 7px 0 7px;
	height: 42px;
	background: url(../images/footer-bg.png) repeat-x;
	
}
#footer p
{
	font-size: 85%;
	text-align: right;
	padding: 18px 5px 0 0;
	color: #feffce;
}

