@charset  "utf-8";

/* CSS Document */
/* BeginĘ RESETS css */
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-size: 100%;
	vertical-align: baseline;
	background: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

textarea
{
	margin: 0;
	padding: 0;
}

img { border-style: none; }

/* EndĘ RESETS css */

body
{
	background-color: #FFF;
	background-image: url("../../files/background.gif");
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}

#faux
{
	background: url(../../files/faux-3-2-col.gif);
	margin: 10px 0px;
	overflow: auto;
	/* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#leftcolumn
{
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
}


#leftcolumn ul
{
	line-height: 1.4em;
	letter-spacing: .1em;
	margin: 20px;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.3em;
}

#leftcolumn ul li
{

	padding-bottom: 3px;
	margin-bottom: 5px;
}


#rightcolumn ul
{
	line-height: 1.4em;
	letter-spacing: .1em;
	margin: 5px;
	list-style-type: none;
	font-size: 1.3em;
	padding-bottom: 10px;
}

#rightcolumn ul li
{

	padding-bottom: 3px;
	margin-bottom: 5px;
}




/* Links */
a:link
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#leftcolumn a:link
{
	color: #575757;
	text-decoration: none;
}

#leftcolumn a:visited
{
	color: #575757;
	text-decoration: none;
}

#leftcolumn a:active
{
	color: #575757;
	text-decoration: none;
}

#leftcolumn a:hover
{
	color: #000000;
	text-decoration: none;
}

.linkpage a:link
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

.linkpage a:visited
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

.linkpage a:active
{
	font-weight: bold;
	color: #E77616;
	text-decoration: none;
}

.linkpage a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.linkpage ul
{
	list-style-type: none;
	margin-right: 10px;
}

.linkpage ul li
{
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/*****************/
#rightcolumn
{
	float: right;
	color: #FFF;
	margin: 20px 20px;
	padding: 0px;
	width: 648px;
	display: inline;
	position: relative;
}

.clear
{
	clear: both;
	background: none;
}

.active
{
	color: #000000;
	font-weight: bold;
}

div.form p
{
	margin: 0;
	letter-spacing: none;
	line-height: normal;
	font-size: 1.0em;
	font-family: 'verdana', 'arial', 'san-serif';
}

div.formtop p
{
	font-family: 'verdana', 'arial', 'san-serif';
	letter-spacing: none;
	line-height: normal;
	font-size: 1.0em;
}

div.cancelbutton {
	margin-top: -20px;
	float: right;
	width: 450px;
}

div.outline li {
font-size: 13px;
padding-bottom: 0;
}

