body
{
background-color: #FFCCFF;
color: rgb(205,217,70);
font-family: Trebuchet MS, sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(236,49,121);
}

#content
{
font-size: 116%;
background-color: rgb(255,255,265);
color: rgb(217,44,110);
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 45px 45px 45px 45px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(247,229,240);
color: rgb(105,71,84);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(196,125,152);
}

a.menuitem
{
font-size: 122%;
color: rgb(217,44,110);
font-variant: normal;
text-transform: uppercase;
font-weight: bold;
margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(105,71,84);
text-align: center;
}

#logo, #logo a
{
font-size: 152%;
background-color: transparent;
padding: 10px 10px 10px 10px;  
margin: 2px; 
position: relative;
color: rgb(217,44,110);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
border-color: rgb(105,71,84);
text-align: center;
padding: 0px 5px 5px 1px;
}

#content a
{
color: rgb(231,94,146);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}

h1, h2, h3, h4, h5, h6
{
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 141%;
}

h2
{
font-size: 130%;
}

h3
{
font-size: 119%;
}

h4
{
font-size: 108%;
}

h5
{
font-size: 97%;
}

h6
{
font-size: 86%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(241,177,243);
color: rgb(0,0,0);
}

#logo a
{
text-decoration: none;
}

/* layout */
#menu		{width: 30%; position: relative; top: 0; right: 0; float: right; text-align: center;}
.menuitem		{width: auto;}
#logo {width: 99%; position: relative; top: 1px; left: 1px; right: 1px;  text-align: center;}
#content		{margin-right: 30%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}

