/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

body {
	color: #333;
	background-color: white;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/paper.gif');
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 0.7em; 
	font-family: verdana, arial, helvetica, sans-serif
    }
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 230%;
	font-weight: 900;
    }
h1.titlebar {
	height: 65px;
	margin: 25px 0px 0px 20px;
	padding: 0px;
	font-size: 230%;
	font-weight: 900;
    }
h1.titlebar:first-letter {
	font-size: 200%;
    }
td.titlebar {
	background: #3c5c84;
  	color: #ffffff;
	background-image: url('../images/grid2.png');
    }
td.ruler {
	height: 20px;
	background-image: url('../images/fullruler.gif');
	background-repeat: no-repeat;
    }
p {
	font-size: 110%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
    }
p.a {
	font-size: 90%;
    }
a {
	color: #09c;
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
    }
a:link {
        color: #09c;
    }
a:visited {
        color: #07a;
    }
a:hover {
        color: #07a;
        background-color: #eeeeee;
} 

/* All the content boxes belong to the content class. */
.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 20px 230px 0px 190px;
        background: url('../images/BlackBorderBottomRight.gif') no-repeat bottom right;
	padding: 0px;
        text-align: justify;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.Content>p {margin: 0px;}
.Content>p+p {text-indent: 0px;}

.normcontent {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        font: 105% verdana, arial, helvetica, sans-serif;
	width: auto;
	min-width: 120px;
	margin: 20px 20px 0px 20px;
        background: url('../images/BlackBorderBottomRight.gif') no-repeat bottom right;
	padding: 0px;
        text-align: justify;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.normcontent>p {margin: 0px;}
.normcontent>p+p {text-indent: 0px;}


#navAlpha {
	position: absolute;
	width: 150px;
	top: 130px;
	left: 10px;
	z-index: 2;
/* 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;
	width: 150px;
	}
/* 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>#navAlpha {width: 150px;}
		
#navBeta {
	position: absolute;
	width: 200px;
	top: 130px;
	right: 10px;
	z-index: 1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width: 200px;}

#navGamma {
	position: absolute;
	width: 150px;
	top: 300px;
	left: 10px;
	z-index: 2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	}
/* Again, "be nice to Opera 5". */
body>#navGamma {width: 150px;}
		
#navDelta {
	position: absolute;
	width: 150px;
	top: 585px;
	left: 10px;
	z-index: 2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	}
/* Again, "be nice to Opera 5". */
body>#navDelta {width: 150px;}
		
.sidebox
{
    background: url('../images/DarkGreyBorderBottomRight.gif') no-repeat bottom right;
}

.boxhead
{
    background: url('../images/DarkGreyBorderTopRight.gif') no-repeat top right;
    margin: 0;
    padding: 0;
}

.boxhead h2
{
    background: url('../images/DarkGreyBorderTopLeft.gif') no-repeat top left;
    font: bold 130% verdana, arial, helvetica, sans-serif;
    margin: 0; 
    font-weight: bold;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
    border-bottom: #adadad 1px solid;
}

.boxbody
{
    background: url('../images/DarkGreyBorderBottomLeft.gif') no-repeat bottom left;
    font: 105% verdana, arial, helvetica, sans-serif;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px
}

ul.boxbodylist
{
    list-style: none;
    margin: 0;
    padding: 0;
}
	
.boxbodylist>li
{
    padding-bottom: 10px
}
	
.mainboxhead
{
    background: url('../images/BlackBorderTopRight.gif') no-repeat top right;
    margin: 0;
    padding: 0;
}

.mainboxhead h2
{
    background: url('../images/BlackBorderTopLeft.gif') no-repeat top left;
    font: bold 130% verdana, arial, helvetica, sans-serif;
    margin: 0; 
    font-weight: bold;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
    border-bottom: #0e0e0e 1px solid;
    /* color: #ffffff; */
}

.mainboxbody
{
    background: url('../images/BlackBorderBottomLeft.gif') no-repeat bottom left;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 5px
}

.buffered
{
    padding-left: 10px; 
    padding-right: 10px; 
}
	
.centerall
{
}