﻿body
{
	font-size: small;
	color: #000000;
	font-family:  Arial;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width: 600px;
	background-image: url(Images/BlackToSilverGradient.gif);
	 background-repeat: repeat-x;
	background-color: #464646;
	/*background-image: url(Images/adobe.jpg);*/
}
/* Just a reminder in case I ever need to use comments */ 

#divHeader
{
	width: 770px;
	padding: 0;
	margin: 0 auto;
	border-color:dimgray;
	border-style:solid;
	border-width:5px;
	position:relative;
	background-color: #ffffff;
}
	
	#divHeaderTitle
	{
	background-image: url(Images/top2.gif); 
		 vertical-align:middle;
		 text-align:center;
		}
	
	#divCenter
{
	clear: both;
	color: #000000;
	width: 100%;
	position:relative;
	top:0px;
	left: 0px;
	width: 100%;
	height:850px; 
	background-color: #ffffff;
}
	
	#divMain
{
	/*clear: both;*/
	color: #000000;
	width: 100%;
	position:relative;
	top:0px;
	left: 0px;
	width: 100%;
	height:20px; 
	text-align:center;
	background-color:gainsboro;
}
	
	#divBottom
{
	clear: both;
	color: #FFFFFF;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	font-size: x-small;
	border-top: #242424 3px ridge;
	background-color: #2F2F2F
}
	#divLeftDefault
{
	width:292px;
	float:left;
	color: #000000;
	position:relative;
	top:0px;
	left: 0px;
	background-image: url(Images/top1.gif); 
	height:340px;
}
	#divRightDefault
{
	color: #000000;
	position:relative;
	margin-left:292px;
	background-image: url(Images/top2.jpg); 
	height:340px;
}
	#divLeft
{
	width:292px;
	float:left;
	color: #000000;
	position:relative;
	top:0px;
	left: 0px;
	height:340px;
}
	#divRight
{
	color: #000000;
	position:relative;
	margin-left:292px;
	background-image: url(Images/topMTBlack1.jpg); 
	height:340px;
}

	#divText
{
	color: #000000;
	   text-align:justify;
	}
	
	.tabl
{
	padding: 0px;
	margin: 0px;
}
	
	.but
{
	/*writing-mode: tb-rl;  */
	padding-bottom: 5px;
	border-right: whitesmoke 1px solid;
	border-top: whitesmoke 1px solid;
	border-left: whitesmoke 1px solid;
	border-bottom: whitesmoke 1px solid;
	text-align: right;
}

.txtColor
{
	color:#2DCC33;
	color:black;
	 background-color: Yellow;
	}
