html, body {
		height:100%;
		background-image:url(images/pagebg.jpg);
		background-position:top;
		background-repeat:repeat-y;
		background-color:#CCCCCC;
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		width:100%;
		margin:0px; font-size:14px; line-height:20px;
		position:absolute;
		
		}
		
#pagecontainer {

		width:900px;
		clear:both;
		margin-left:auto;
		margin-right:auto;
		top:0px; 
		background-image:url(images/contentbg.jpg);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#ffffff;

		border-left:#000000 1px solid;
		border-right:#000000 1px solid;
		}
#filler100 {position:relative; height:100px;}

#titlebar {height:100px; width:900px; clear:both; position:relative; background-image:url(images/titlebar.jpg);  }

#buttonbar {height:40px; width:900px; clear:both; background-image:url(images/background-menu.jpg);}
#button {height:40px; border-right:#000000 1px solid; float:left; text-align:center; padding-left:10px; padding-right:10px;}
#button_text  {font-size:12px; margin-top:10px;}
#button a:link {color:#000000; text-decoration:none;}
#button a:active {color:#000000; text-decoration:none;}
#button a:visited {color:#000000; text-decoration:none;}
#button a:hover {color:#FF0000; text-decoration:underline;}


#footer {width:900px; text-align:center; height:100px; font-size:10px; line-height:14px; padding-top:20px; padding-right:0px; clear:both; background-image:url(images/background-footer.jpg); background-repeat:no-repeat; background-color:#FFFFFF; color:#999999; }
#footer a:link {color:#999999; text-decoration:none;}
#footer a:active {color:#999999; text-decoration:none;}
#footer a:visited {color:#999999; text-decoration:none;}
#footer a:hover {color:#FF0000; text-decoration:underline;}

a:link {color:#FF0000; text-decoration:none; text-shadow:none;}
a:active {color:#FF0000; text-decoration:none;  text-shadow:none;}
a:visited {color:#FF0000; text-decoration:none;  text-shadow:none;}
a:hover {color:#FF0000; text-decoration:none;  text-shadow:none;}

H1 {font-size:18px; padding:0px; margin:10px; }
H2 {font-size:16px; padding:0px;  color:#000000;  margin:10px; font-stretch:narrower;}
H3 {font-size:16px; padding:0px; color:#000000; margin:10px;}
H4 {font-size:14px; padding:0px; margin:10px; color:#FF0000; font-weight:bold;}
H5 {font-size:16px; padding:0px; margin:10px; color:#000000;}
H6 {font-size:14px; padding:0px;display:inline; margin:0px; margin-left:10px; }


#floatrightpic {float:right; margin-left:10px; margin-right:10px; margin-bottom:10px;}
#floatleftpic {float:left; margin-left:10px; margin-right:10px; margin-bottom:10px; }

p {margin:10px;}

#homelink{position:absolute; top:5px; left:100px; font-size:14px;}
