
body
{
    margin: 5px 10px 30px 230px;
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 12pt;
    background: #fff url(g3bg.gif) repeat-y;
    color: #666;
}
.g3
{
    width: 100%;
    text-align: center;
    font-family: elephant;
    color: #aaf;
    font-size: 24pt;
}
.g3 a:link, .g3 a:visited, .g3 a:hover, .g3 a:active
{
    color: #aaf;
    text-decoration: none;
}
div.background
{
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 265px;
    line-height: 1em;
    width: 2em;
    margin: -0.5em 0 0 -1em;
    text-align: center;
    font-family: elephant;
    color: #eef;
}
* html div.background,
* html .leftCol
{
    position: absolute;
}
.leftCol
{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 200px;
}
.rightCol
{
    position: relative;
}

h4 + p, h4 + a + p, h4 + a + p + a + p
{
    margin-top: 0;
}

h1
{
	font: 2em;
	margin: 0;
}
h2
{
	font-size: 1.5em;
	margin: 0;
}
h3
{
	font-size: 1.2em;
	margin: 0;
}
h4
{
	font-size: 1em;
	margin: 1em 0 0;
	clear: left;
}


.toggle_menu ul
{
	display: none;
	margin-left: 15px;
	padding-left: 0px;
}
.toggle_menu
{
	margin-left:15px;
	display:block;
	padding-left:0px;
	margin-top: 15px;
}
.toggle_menu .square, .toggle_menu li
{
	list-style-type:none;
	list-style-image:url(images/redsquare.gif);
	cursor:default;
}
.toggle_menu .minus
{
	list-style-type:none;
	list-style-image:url(images/minus.gif);
	cursor:hand;
}
.toggle_menu .minus ul
{
	display:block;
}
.toggle_menu .plus
{
	list-style-type:none;
	list-style-image:url(images/plus.gif);
	cursor:hand;
}
.toggle_menu .plus ul
{
	display:none;
}
.toggle_menu .currentPage
{
	font-weight:bold;
	color:#235288;
	height:1px;
	border:1px solid;
	padding:0px 5px;
}

@font-face
{
    /* eot for IE */
    font-family: elephant;
    src: url(images/elephant.eot);
}
@font-face
{
    /* ttf for all other browsers */
    font-family: elephant;
    src: url(images/elephant.ttf) format("truetype");
}
