﻿body {
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size:medium;
   
}
h1
{
	font-size: 2.4em;
	 color: Navy;
	 text-align:center;
}
h2
{
	text-align:center;
	color:Navy;
}
.mainh1
{
	margin-bottom: 1px;
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #2dcfff;
	color: #f0ffff;
}
.mainl2 
{
	margin-left: 30%;
}
.leftside
{
	margin-left: 5px;
	float: left;
	width: 160px;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	background-color: #fafad2;
}
.storageleftside
{
	margin-left: 5px;
	float: left;
	width: 220px;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	background-color: #fafad2;
}
.rightside
{
	
	width: 170px;
	float: right;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;

}
.intro
{
	width: 570px;
	margin-left: 15px;
	float: left;
}
.storageintro
{
	width: 570px;
	margin-left: 15px;
	float: left;
}
.leftside p 
{
	margin-left: 8px;
}
.defh2 
{
	margin-top: 60px;
}
.tblhd
{
	font-weight: bold;
}
#minaNav 
{
	margin-top: 80px;
}

#mainNav li {
	float: left;
	margin-left: 10px;
}

a:link 
{
	color:Blue;
}
a:visited
{
	color:Navy;
}
a:hover
{
	color:#F33;
}
a:active
{
	color:#B2F511;
}
#ContentPlaceHolder1 
{

}
#footer 
{
	text-align:center;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media print 
{
		
.rightside
{
	
	display: none;

}	
.intro
{
	width: 470px;
	margin-left: 15px;
	float: left;
}		
}