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%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: white;
	/*background:url(../images/back.jpg);*/
	background-color:#696a6c;
}

#light{
	line-height: 1.5;
	color: white;
	/*background:url(../images/back2.jpg);*/
	background-color:#ffffff;
}

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: "" "";
}

/* ------------------------ */

html { font-size:.625em; }
/* base font size: 1.1em = 11px, 1.2em = 12px */
body { font-size: 1.2em; font-family:Verdana, Arial, Helvetica, sans-serif; }

a:link { color:#a2a5a9; text-decoration:none; }
a:visited { color:#a2a5a9; text-decoration:none;}
a:hover { color:#ffffff; }
a:active { color:#ffffff; }

.clear { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px;
}

#leftColumn {
	float: left;
	width: 206px;
}

#rightColumn {
	float: right;
	width: 206px;
}

#centerColumn { 
	float: left;
	width: 470px;
	padding:0px 24px 0px 24px;
}

#centerColumn .br {
	padding:0px 10px 10px 0px;
	}

#centerColumn .bonly {
	padding:0px 0px 10px 0px;
	}

div.container {
	position: relative;
	height: 126px;
	/*border: dashed 1px white;*/
}

div.container div.text {
	position: absolute;
	bottom: 0px;
}

#bar_center {
	width: 470px;
	height: 6px;
	background: #a2a5a9;
	margin:4px 0px 0px 0px;
	}
	
#bar_right {
	width: 206px;
	height: 6px;
	background: #a2a5a9;
	margin:4px 0px 0px 0px;
	}

#navigation { padding:58px 0px 0px 0px; }
#navigation ul li { margin:0px 0px 4px 0px; }
#navigation a { text-decoration:none; }
#navigation a:hover { color:#ffffff; }

.selected { color:#ffffff; }

#home_header_text {
	font-size: 2.5em;
	font-family:Times, serif;
	height:59px;
	color:#ffffff;
}

#tag {
	font-size: 1em;
	color:#ffffff;
	letter-spacing: .1em;
}

#legal {
	font-size: .9em;
	color:#ffffff;
}
