	body
	{
		margin: 0;
		padding: 0;
		background: #AAA;
		font: 12px Arial;
		line-height: 120%;
		text-align: center;
	}
	
	td
	{
		font: 12px Arial;
		line-height: 120%;	
	}
	
	h1
	{
		font-size: 18px;
		padding: 0;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	
	ul.topnav
	{
		margin: 0;
		padding: 0;
		margin-left: 25px;
		cursor: default;
		list-style-type: none;
		display: inline;
		display: table;
		max-height: 25px;
	}

	ul.topnav li
	{
		float: left;
		font: 11px Tahoma;
		margin: 0;
		padding: 0;
	}
	
	ul.topnav a
	{
		display: block;
		float: left;
		margin: 0;
		padding: 5px 10px;
		text-decoration: none;
		font-weight: normal
	}
	
	a.topnav_normal:hover
	{
		color: white;
		background-image: url(images/topnav_a_hover.png);
	}
	
	div.topnav
	{
		width: 100%;
		border-top: 1px solid #999;
		background: gray;
		background-image: url(images/header_bg.png);
		background-position: 0 -100;
		border-bottom: 1px solid white;
	}
	
	
	a.topnav_normal
	{
		color: #DDDDDD;
	}
	
	a.topnav_selected
	{
		color: black;
		background: white;
		background-image: url(images/topnav_a_selected.png);
	}

	
	div.header
	{
		display: block;
		height: 95px;
		width: 100%;
		background: gray;
		background-image: url(images/header_bg.png);
	}
	
	div.page
	{
		width: 960px;
		text-align: left;
		padding: 0;
		margin: 0;
		background-color: #EEE;
	}
	
	div.content
	{
		background-color: white;
		padding: 0;
		margin: 0;
		width: 760px;
		float: right;
	}
	
	p.footnote
	{
		font: 10px Verdana;
		color: #333;
		padding: 5px 0px;
		margin: 0;
		text-align: center;
	}
	
	
	
	
	
	
	

	
	div.bulletmenu
	{
		font: 11px Verdana;
		background-color: #EEE;
		float: left;
		width: 200px;
		background: url(images/bulletmenu_bg.png);
	}
	
	div.bulletmenu p
	{
		padding: 0;
		margin: 0;
		padding-left: 8px;
		padding-top: 10px;
	}
	
	ul.bulletmenu
	{
		margin: 0;
		padding: 0;
		list-style: none;
		padding-top: 8px;
	}
	
	ul.bulletmenu li
	{
		padding: 0;
		margin: 0;
	}
	
	ul.bulletmenu a
	{
		text-decoration: none;
		display: block;
		color: navy;
		padding: 3px;
		padding-left: 8px;
		margin: 0;
		width: 100%;
	}
	
	ul.bulletmenu a.selected
	{
		text-decoration: none;
		display: block;
		color: black;
		padding: 3px;
		padding-left: 8px;
		margin: 0;
		background: white;
	}
	
	ul.bulletmenu a:hover
	{
		border-top: 1px solid navy;
		border-bottom: 1px solid navy;
		padding-top: 2px;
		padding-bottom: 2px;
		background: url(images/menuhover_bg.png);
	}
		
		div.designbox
		{
			display: inline-block; 
			border: 1px solid silver; 
			padding: 5px; 
			margin-right: 6px; 
			margin-bottom: 6px; 
			width: 128px;
			font-family: Verdana; 
			font-size: 9px; 
			background-color: white; 
			line-height: 13px;
			position: relative;
			float: left;
		}
		
		div.footer
		{
			clear: both;
			border-top: 2px solid #333;
			background: #AAA;
		}
		
		
		
		.pushbtn
		{
			border: 1px solid #115;
			color: #115;
			padding: 3px;
			cursor: pointer;
			background: url(images/pushbtn_bg.png);
			padding-left: 5px;
			padding-right: 5px;
		}
		
		
		.edit
		{
			border: 1px solid #115;
			margin-bottom: 5px;
			color: #115;
			padding: 2px;
			background: url(images/edit_bg.png);
			background-repeat: repeat-x;
		}