/*main elements*/
html { margin: 0; padding: 0 }
body         { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #eeeeee; background-repeat: no-repeat; background-position: center 0; margin: 0; padding: 0 }
p         { line-height: 1.8em }
a   {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid gray }
a:hover    { 
color: #000; text-decoration: none; background-color: white; border-bottom: 1px solid #ccc; text-shadow: 0px 1px 2px #aaaaaa }
h1 { 
}
select,  ul,  li { }
input, textarea		 { }
img { border: 0 }
sup { font-size: 8px }

/*pageheader*/
#pageheader       { color: gray; font-size: 10px; background-color: #cccccc; background-repeat: no-repeat; background-position: center 0; text-align: left; display: block; margin: 0; padding: 0; width: 100%; height: 65px; vertical-align: bottom }
#contactinfo     { color: #777; font-size: 10px; line-height: 140%; text-align: right; margin: 0; padding: 0; position: absolute; top: 12px; width: 630px; height: 40px !important; float: left; clear: none }
#contactinfo a       { color: #777; line-height: 1.3; text-decoration: none; margin: 5px 0 0; padding: 2px 0; border-bottom: 0 none black }
#contactinfo a:hover     { color: black; background-color: transparent; margin: 0; padding: 2px 0; border-bottom: 1px solid black }

/*navigation*/
#nav { color: #999; line-height: 22px; text-decoration: none; text-align: right; text-transform: uppercase; margin: 0; padding: 20px 0 0; width: 634px; height: 100px; float: none; border: 0 }
#nav a          { color: #777; text-decoration: none; padding: 3px; border: 0 transparent }
#nav a:hover     { color: black; text-decoration: none; background-color: white; padding: 2px; border: solid 1px #ccc; text-shadow: 0px 1px 2px #aaaaaa }
.selected      { color: red; text-decoration: none; padding: 0; border: 0 transparent; text-shadow: 0px 1px 2px #aaaaaa }
/* MacIE5 exclusion for 2nd-level nav style\*/
.nav_secondlevel     {
	text-transform: lowercase;
	visibility: visible;
	margin: 0;
	padding: 3px 0 2px;
	border-top: 1px dotted #bbb }
/* end MacIE5*/

/*pagecontent*/
#pagecontent_leftcolumn       { margin: 0 0 0 135px; padding: 0 20px 20px 0; position: absolute; width: 430px; float: left }
#pagecontent_rightcolumn  { visibility: visible; margin: 0; padding: 0 0 700px 20px; position: absolute; left: 440px; width: 180px; float: left; border-left: 1px dotted gray }
.subhead  { font-size: 12px; font-weight: bold; text-transform: lowercase; margin: 0; padding: 0 }
.list_items  { line-height: 250% }
.linkatend { margin-top: -6px; margin-bottom: 6px }


/* commented backslash hack v2 \*/
#isnotMacIE5 {}
#isMacIE5 {}
/* end hack */


