/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }






/* main page styles */

body {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#main-table{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

td.contm {
	background-image: url(../pagepix/dotted-v.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

td.gutter {
	width: 1px;
	background-color: #999999;
}
	

td.main-nav{
}


td.right-col{
	width: 190px;
}

.datatable {
	margin-left: 15px;
	margin-right: 15px;
}

.magnifyer{
	background-image: url(../pagepix/magnifyer.gif);
}

#sidenav {
	margin: 0px;
	padding: 0px;
}

#sidenav ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sidenav a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 0px;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d1e4;
	background-image: url(../pagepix/link-bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	margin: 0px;
}

#sidenav a:link, #navlist a:visited
{
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	list-style-type: square;
}

#sidenav a:hover
{
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000 }
A:active	{ text-decoration:underline; font-weight: normal; color: #000000 }


ul {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

ol {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


p	{
	text-decoration:none;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h1	{
	text-decoration:none;
	background: transparent;
	font-size: 21px;
	color: #000000;
	line-height: normal;
	text-transform: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
	margin: 0px;
}


h2	{
	text-decoration:none;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

h3	{ text-decoration:none; background: transparent; font-size: 10px; font-weight: normal; color: #9999CC }
h4	{ text-decoration:none; background: transparent; font-size: 12px; font-weight: bold; color: #000000 }
h5	{ text-decoration:none; background: transparent; font-size: 11px; font-weight: normal; color: #000000; padding-left: 10px; }
h6	{ text-decoration:none; background: transparent; font-size: 8px; font-weight: normal; color: #000000; padding-left: 10px;  }


.proptitles{
	font-size: 13px;
	font-weight: normal;
}

#searchtable{
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-top: 8px;
}

#searchtable td{
	padding: 2px;
}
