﻿html
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    height: 100%;
    background-image: url(bg.jpg);
    margin: 0;
    padding: 0;
    font-family: Garamond, Times New Roman;
    color: black;
}

#outer {height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.MainMenu_MenuItem 
{ 
    font: bold 11px verdana, tahoma, sans-serif; 
    color: red;
}

.MainMenu_MenuItemSel
{ 
    font: bold 11px verdana, tahoma, sans-serif; 
}

.portlinks
{
	font-family: garamond, times new roman, verdana; color: yellow; text-decoration: none; font-size: 15px; font-weight: bold;
}
.portlinks: hover
{
	font-family: verdana, garamond, times new roman; color: yellow; text-decoration: none; font-size: 16px; font-weight: bold;
}
.portlinks: visited 
{
	font-family: garamond, times new roman, verdana; color: yellow; text-decoration: none; font-size: 15px; font-weight: bold;

}
.loginlink
{
	font-family: garamond, times new roman, verdana; color: gray; text-decoration: none; font-size: 15px; font-weight: bold;
}
.loginlink: hover
{
	font-family: verdana, garamond, times new roman; color: silver; text-decoration: none; font-size: 16px; font-weight: bold;
}
.loginlink: visited 
{
	font-family: garamond, times new roman, verdana; color: gray; text-decoration: none; font-size: 15px; font-weight: bold;

}


















