body
{
    margin: 0px;
    background-color: #deddd4;
    background-image: url("/gfx/back.gif");
    background-position: center;
    background-repeat: repeat-y;
}
#page 
{
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -392px;
    width: 784px;
}
#head
{
    position: absolute;
    width: 784px;
    height: 219px;
    background-image: url("/gfx/head.gif");
}
#menuleft
{
    position: absolute;
    left: 20px;
    top: 239px;
    width: 168px;
    font-family: verdana;
    font-size: 11px;
    color: #b3b3b3;
}
#menuright
{
    position: absolute;
    left: 604px;
    top: 239px;
    width: 160px;
    font-family: verdana;
    font-size: 11px;
    color: #4c4c4c;
}
#content
{
    position: absolute;
    left: 210px;
    top: 230px;
    width: 364px;
    height: 50px;
    font-family: verdana;
    font-size: 11px;
    color: #4c4c4c;
}
a:link, a:active, a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #154d8b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #a9530a;
	font-weight: bold;
	text-decoration: none;
}
#title
{
    font-family: verdana;
    font-size: 40px;
    font-weight: normal;
    color: #154d8b;
}

div.menuitem
{
    width: 168px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #154d8b;
    background-color: #d2e1e9;
    margin-bottom: 3px;
}

div.menuiteminner
{
    padding: 2px;
    padding-left: 6px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #154d8b;
    background-color: #d2e1e9;
}

div.menuitemhigh
{
    width: 168px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #154d8b;
    margin-bottom: 3px;
}

div.menuitemhighinner
{
    padding: 2px;
    padding-left: 6px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #154d8b;
}

a.menuitem
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #154d8b;
    text-decoration: none;
}

div.title
{
    width: 160px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #154d8b;
    margin-bottom: 3px;
}

div.titleinner
{
    padding: 2px;
    padding-left: 6px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #154d8b;
}
