/* TODO
hover makes item green in menu
*/

A:link, A:visited {color: blue}

body
{
	background-color: 004e8c;
}

table, tr, td
{
	border-collapse: collapse;
	padding: 0px;
}

#inside_border
{
	background-color: white;
	width: 700;
	font-size: 18;
}

#logo
{
	margin-right: 30;
}

#menu
{
	margin-top: 23px;
	margin-bottom: 15px;	
}

#menu tr
{
	background: url(images/menu/mid.png);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

#menu td, .menuitem
{
	height: 46px;
}

#menu A
{
	text-decoration: none;
	color: green
}

#menu A:hover
{
	text-decoration: underline;
}

.menuItem
{
	margin-top: 8;
	color: green;
	padding-left: 3;
	padding-right: 3;
}

.spaceritem
{
	font-size: 23px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 18;
	color: green;
}

#CST-heading
{
	margin-bottom: 5;
	font-weight: bold;
}

#CST-body
{
	margin-left: 30; 
	margin-bottom: 20;
}