BODY.main
	{
	background-color: grey;
	margin-top: 2%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	}

BODY
	{
	background-color: rgb(80%,80%,80%);
	color: black; 
	margin-top: 3%;
	margin-left: 13%;
	margin-right: 13%;
	margin-bottom: 3%;
	}

A:visited
	{
	text-decoration: none;
	color: black;
	}

H1, H2, H3, H4, H5, H6
	{
	color: blue;
	font-family: sans-serif;
	}
	.right { text-align: right }
	.center { text-align: center }
	.left { text-align: left }
	.bold { font-weight: bold }
	.indent { text-indent: 3em }

img.formatted { width: 550px }

td.header { padding: 1em }

div.header,div.footer
	{
	padding-top: .5em;
	color:white;
	background-color:gray;
	text-align: center;
	clear: left;
	}

div.left
	{
	float: left;
	width: 175px;
	color: black;
	text-align: left;
	margin-left: 25px;
	margin-top: 2%;
	}

div.content
	{
	margin-left: 225px;
	border-left: 1px solid gray;
	padding: 4em;
	min-width: 600px;
	}

div.box
	{
	padding: 1em;
	background-color: white;
	}

div.container
	{
	margin: 0px;
	border: 1px solid black;
	line-height: 150%;
	align: center;
	}

a {text-decoration: none}

a.header
	{
	text-decoration: none;
	font-size: x-large;
	font-family: sans-serif
	}

a.footer
	{
	text-decoration: none;
	font-size: medium;
	font-family:sans-serif;
	color: white
	}

ul.left
	{
	text-decoration: none;
	font-size: medium;
	font-family:sans-serif;
	}

ul.main
	{
	text-decoration: none;
	font-size: x-large;
	font-family:sans-serif;
	}

/**##--FOR TABS--##**/

.indentmenu
	{
	font: bold 13px Arial;
	width: 100%
	}

.indentmenu ul
	{
	margin: 0;
	padding: 0;
	float: center;
	/** width: 80%; width of box**/
	/*border-top: 1px solid darkred; /*darkred border*/
	//background: black url(http://www.perry-houts.com/pixmaps/indentbg.gif) center center repeat-x
	}

.indentmenu ul li
	{
	display: inline
	}

.indentmenu ul li a
	{
	float: none;
	color: black; /*text color*/
	padding: 20px 11px;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid darkblue; /*darkred divider between menu items*/
	border-left: 1px solid darkblue;
	background: black url(http://www.perry-houts.com/pixmaps/indentbg.gif) center center repeat-x
	}

.indentmenu ul li a:visited
	{
	color: black
	}

.indentmenu ul li a.selected
	{
	color: black !important;
	background: black url(http://www.perry-houts.com/pixmaps/indentbg2.gif) center center repeat-x
	}
