.bodystyle {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#999999;
	}
h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:21px;
	line-height:21px;
	font-weight:700;
	color:#999999;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
/* #Content>p {margin:0px;} */

.BodyStyle a {
	color:#480B2D;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
.BodyStyle a:link {color:#480B2D;}
.BodyStyle a:visited {color:#480B2D;}
.BodyStyle a:hover {background-color:#eee;}

#Header {
	margin:25px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#sideBar {
    position:absolute;
    z-index:2;
    top:50px;
    left:5px;
    width:172px;
    padding:10px;
    text-align:center;
    border:0px black solid;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:150px;
}
/* Again, "be nice to Opera 5". */
body>#sideBar {top:100px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

.menu
{
    z-index:3;
    text-align:left;
    font:12px verdana, arial, helvetica, sans-serif;
    width:auto;
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:1px #eee solid;
}

.menu p
{
    width:auto;
    padding: 2px;
}

.menu A
{
    display:block;
    border-bottom:1px #eee solid;
    border-top:1px white solid;
    text-decoration:none;
    border:1px white solid;
    border-bottom: 1px #eee solid;
    color:black;
    font:10px verdana, arial, helvetica, sans-serif;
    padding: 2px;
}

.menu A:hover
{
    background-color:#eee;
    padding: 2px;
    border:1px solid black;
    text-decoration:none;
}

.menuTitle
{
    width:auto;
    text-align:center;
    color:#480B2D;
    padding:5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border:1px solid black;
    background-color:#eee;
    z-index:1;
}
 
.menuItem
{
    width:auto;
    text-align:left;
    margin:0px 2px 2px 10px;
    padding:0px 0px 0px 0px;
    border:1px solid white;
    z-index:1;
}

/* Defines a section in a page. Draws a gray box around section. */
.pageBox
{
    position:relative;
    width:auto;
    margin:0px 0px 10px 0px;
    border:1px solid #eee;
    padding:10px 10px 10px 10px;
    font:10px verdana, arial, helvetica, sans-serif;
    line-height: 1.5;
    z-index:3;
}

/*------------------------------------------------------------------------------
** Form Style
*/
form
{
    font-family:80% verdana,arial,helvetica,sans-serif; 
}

textarea
{
    scrollbar-3d-light-color: #0099CC;
    scrollbar-arrow-color: #0099CC;
    scrollbar-base-color: #0099CC;
    scrollbar-dark-shadow-color: #0099CC;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #0099CC;
    overflow:auto;
    width:400px;
    font-family:80% verdana,arial,helvetica,sans-serif; 
    border:1px solid #480B2D;
}

input
{
    font-family:80% verdana,arial,helvetica,sans-serif; 
    border:1px solid #eee;
}

select
{
    font-family:80% verdana,arial,helvetica,sans-serif; 
}

/* For printing/debugging client data */
.obj
{
    margin: 0px 0px 0px 10px;
    padding: 2px 2px 2px 5px;
}

.objPages
{
    border:1px solid #eee;
    padding: 0px 0px 0px 20px;
}

.objPageVal
{
    padding: 0px 0px 0px 20px;
}

.objPageMeta
{
    padding: 0px 0px 0px 40px;
}

.objPageData
{
    padding: 0px 0px 0px 40px;
}

.objPageDataItem
{
    padding: 0px 0px 0px 20px;
}
