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,
b, u, i, center,
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: transparent;
	font-weight: normal;
	line-height: 1.6em;
}
body {
	margin: 0;
	padding: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* END OF CSS RESET */





body {
	background-color: #c9d7e4;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #626364;
}

div#container {
	width: 924px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
}

div#header {
	height: 357px;
	background-image: url(../../images/bg_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#header a#logo {
	position: absolute;
	top: 22px;
	left: 34px;
}

img#headerphoto {
	position: absolute;
	bottom: 0px;
	right: 25px;
}

div#topnav {
	position: absolute;
	top: 46px;
	left: 277px;
}

div#sidenav {
	position: absolute;
	width: 226px;
	bottom: 0px;
	left: 25px;
}

div#content {
	margin: 24px;
	overflow: auto;
}

div#rightcolumn {
	width: 623px;
	overflow: auto;
	float: right;
	overflow: auto;
}

h1 {
	color: #1b5b6a;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	padding: .5em 0;
	line-height: 1.4em;
}

p {
	padding: .5em 0;
}

div#footer {
	position: relative;
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 72px;
	padding-bottom: 15px;
	clear: both;
	background-color: #c9d7e4;
}

div#footer span#footerlinks {
	position: absolute;
	top: 5px;
	left: 24px;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	color: #b9cdd1;
}

div#footer span#footerlinks a:link, div#footer span#footerlinks a:visited, div#footer span#footerlinks a:active {
	text-decoration: none;
	color: #488492;
}

div#footer span#footerlinks a:hover {
	color: #054655;
}

div#footer span#copyright {
	position: absolute;
	top: 43px;
	left: 24px;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	color: #8b949c;
}

div#lightingtip {
	background-image: url(../../images/bg_lightingtips.gif);
	background-repeat: repeat-y;
	width: 226px;
	color: #486279;
	margin-top: 11px;
	overflow: auto;
}

div#lightingtiptext {
	padding: 10px 19px;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif
}

ul li, ol li
{
	margin-left: 30px;
}



/* TEXT FORMATTING RULES */

div#rightcolumn h1, div#rightcolumn h2, div#rightcolumn h3, div#rightcolumn h4, div#rightcolumn h5
{
	padding: 1em 0 0.75em 0;
	margin: 0;
	font-weight: normal;
	color: #1b5b6a;
}

div#rightcolumn p
{
	padding: .25em 0 1em 0;
	margin: 0;
	line-height: 1.7em;
}

div#rightcolumn ul, div#rightcolumn ol
{
	padding: 0;
	margin-top: 0;
	margin-bottom: .75em;
}
div#rightcolumn ul ul, div#rightcolumn ol ol
{
	margin-bottom: 0;
}

div#rightcolumn ul li, div#rightcolumn ol li
{
	background-image: none;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 3em;
}

div#rightcolumn h1
{
	font-size: 26px;
}

div#rightcolumn h2 
{
	font-size: 20px;
}

div#rightcolumn h3 
{
	font-size: 18px;
}

div#rightcolumn h4 
{
	font-size: 16px;
}

div#rightcolumn h5 
{
	font-size: 14px;
}

div#rightcolumn a:link, div#rightcolumn  a:visited, div#rightcolumn  a:active 
{
	color: #0567a8;
}

div#rightcolumn a:hover 
{
	color: #47aa42;
}

div#rightcolumn a img {
	border: 0;
}



div#rightcolumn table td, div#rightcolumn table th
{
	/*border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;*/
	padding: 0.4em;
}

div#rightcolumn table
{
	/*border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;*/
	width: 99%;
	font-size: 12px;
	background-color: #f8f8f8;
	padding: 0;
	margin: .25em 0 1em  0;
	margin-left: 1px;
}

div#rightcolumn blockquote 
{
	margin: 0 0 0 3em;
	padding: .25em 0 1em 0;
}

div#rightcolumn table tr.tableheader td, div#rightcolumn table thead tr td
{
	background-color: #1b5b6a;
	font-weight: normal;
	color: White;
}