﻿.NoDisplay {display:none;}
body {background-color: #7DC622}

a {color: blue; text-decoration: none}
a:hover {color:red;	text-decoration:underline;}

div#Nav {float:left; width:110px; margin:0; font-size:small; padding:0; background-color:#00AABD}
div#Nav ul {width:100px; list-style: none;
	margin: 0;
	padding: 0;
	background-color: #00AABD;}
div#Nav ul > li {border-bottom-color: white;
	border-top: white solid 1px;
	border-bottom: solid thin;
	padding:5px;}
div#Nav ul > li a {color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;}
div#Nav ul > li a:hover {color: #004080;
	background-color: #E20078;
	text-decoration: underline;}

#Content {width:650px}
#ContentRight {float:left; width:0; margin:0; padding:0}
#ContentRight div {border-bottom:blue thin solid}

div#BottomLeft {background-position: bottom;
	float: left; margin:0; padding:0;
	background-image: url('images/footer_pinkstars.gif');
	width: 210px;
	background-color: #E20078;
	background-repeat: no-repeat;}
div#BottomCenter {float: left; margin:0;; padding:0;
	background-color: #5D0C7B;
	width: 380px;}
div#BottomCenter a {color:white; text-decoration:none}
div#BottomRight {float: left; margin:0; padding:0;
	background-image: url('images/footer_yellowstars.gif');
	width: 210px;}