body
{
    font-family: verdana, "trebuchet MS", helvetica, sans-serif;
    background-color:Black; 
}

img#logo
{
    float:left;
    padding: 1ex 1ex 0 1ex;
}

img#title
{
    height: 75px;
    text-align: center;
}

img#subtitle
{
	height: 20pt;
}

.titlebar
{
    background-image: url(../images/titlebg.jpg);
    background-repeat:no-repeat;
    background-color:Black;
}

.copyright, .last-edited
{
    font-size: 9pt;
    font-weight: normal;
    font-style: italic;
}

div#bottom
{
	color:White;
}

p.navigation-bar
{
    background-image: url(../images/linear_gradiant_20x40.png);
    background-repeat: repeat-x;
    border: small #ffffff outset;
    text-align: center;
    color: white;
    padding: .4% .8% .4% .4%;
}

.small-title-text
{
	font-size: 6pt;
	float: right;
	color: white;
}
	
p.navigation-bar a:link, p.navigation-bar a:visited
{
    color: white;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
}

p.navigation-bar a:hover
{
    background-image: url(../images/linear_gradiant_20x40_invert.png);
    background-repeat: repeat-x;
    color: #A5F58D;
    text-decoration: none;
}

.coolGreen
{
    color: #A5F58D;
}

.content
{
    background-color: #dddddd;
}

div#content
{
	margin: 1ex 1ex 1ex 1ex;
}

div#bottom
{
	margin: 1ex 0 1ex 0;
	padding: .5ex .5ex .5ex .5ex;
}

div#content table
{
	border: solid 5px #555555;
	padding: 1ex 1ex 1ex 1ex;
	background-color: #555555;
}

div#content .content-title-text
{
	color:white;
	background-color:#555555;
	font-size:14pt;
}

div.menu a:link, div.menu a:visited
{
    color: white;
    display: block;
    text-decoration: none;
    padding: 1px 1px 1px 1px;
}

div.menu a:hover
{
    color: black;
    background-color: #A5F58D;
    text-decoration: none;
}

.coolDarkerGreen
{
    color: #3CE501;
}

div.menu
{
    margin: 1ex 1ex 1ex 1ex;
}

div.menu table
{
	border: solid 1px #ffffff;
	background-color: black;
	text-align: center;
	padding: .5ex .5ex 1ex .5ex;
}

div.menu .menu-title-text
{
	color:white;
	background-color:#555555;
	font-weight:bold;
}
