body
{
	background-color: #555555;
	margin:              10px;
}

table.main
{
	width:             1056px; /* Width of the Main Table and Page */
	text-align:        center;
	background-color: #eeeeee;
}

td.menu-col
{
	width:          25%;
	text-align:  center;
	vertical-align: top;
}


/*******************/
/*                 */
/*   Menu styles   */
/*                 */
/*******************/

table.menu
{
	width:     225px; /* Width of the Main Menu */
	margin-top: 25px; /* Margin above each menu */
	margin-bottom: 25px; /* Margin above each menu */
	text-align:		center;
	}

td.menu
{
	width:               100%; /* Width of menu item                  */
	height:              20px; /* Minimum height for a menu item      */
	text-align:        center; /* Center each menu item               */
	border:   2px solid black; /* Border around each menu item        */
	background-color: #ccaa88; /* Background color for each menu item */
}

.menu
{
	font-family: "Comic Sans MS";
	font-size:              12px;
	font-weight:            bold;
	color:                 black;
}

.menu a
{
	font-weight: normal;
	color:      #2222dd;
}

/*****************************************************/
/*                                                   */
/*   All links are bolded and have standard colors   */
/*                                                   */
/*****************************************************/

a        {color: #0000aa; text-decoration: bold;}
a:hover  {color: #0000ff; text-decoration: bold;}
a:active {color: #ff00ff; text-decoration: bold;}

