a:visited { text-decoration:none; color:gray; }
a:active { text-decoration:none; color:gray; }
a:link { text-decoration:none; color:gray; }
a:hover { color: yellow; }

html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:gray;
	text-align: center;
	min-width:700px;
}
#MainPage {
	margin:0 auto;
	width:700px;
	text-align: left;
	background:#336699;
}
#picsTable td {
	text-align:center;
}
#picsTable img {
	padding-top:15px;
}


/* HEADING TAGS */

#titleBar {
	background-color:#003366;
	height:50px;
	padding:12px 0 0 30px;
}



/* MENU TAGS */

.Menu a {
	display:block;
	text-decoration: none;
	margin:0 20px 0 21px;
	background: #002E5B;
	padding: 1px 1px 0 0;
	border-top: 2px solid #003366;
	font-size:12px;
	text-indent:3px;
	
}
.Menu a:hover {
	background: #00254A;
}
#mainMenuTop {
	background:url(/media/MainMenuTop.gif);
	height:63px;
	width: 150px;
}
#SideMenu {
	width:150px;
	float:left;
	background:#336699;
}
.menuMiddle {
	background:url(/media/MenuMiddle.gif);
}
.menuBottom {
	background:url(/media/MenuBottom.gif);
	height:29px;
}
#funStuffTop {
	background:url(/media/FunStuffTop.gif);
	height:63px;
}
#IETop {
	background:url(/media/IETop.gif);
	height: 63px;
}

/* LAYOUT TAGS */

.BlackFiller {
	height: 5px;
	font-size:1px;
	background: #000000;
}
#mainContentTop {
	background:url(/media/ContentTop.gif);
	height:29px;
}
#mainContentMiddle {
	background:url(/media/ContentMiddle.gif);
	vertical-align:top;
	padding-left:22px;
	padding-right:22px;
	text-align: justify;
}
#mainContentBottom {
	height:28px;
	background:url(/media/ContentBottom.gif);
}


/* FOOTER TAGS */

#pageFooter {
	background:#003366;
	padding-right:5px;
	padding:5px;
	height:40px;
}