h1	{
 	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}
.text1 {
	font-family: Verdana;
	font-size: 12px;
	color: #D60F1D;
	font-weight: bold;
	margin-top: 10px;
}
.text2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;

}
a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;

}

a:hover {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}


a.menulink {
	color: #999999;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.menulink:visited {
	color: #CCCCCC;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;

}
a.menulink:hover {
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #CCCCCC;
}

.copyright {color: #FFFFFF}

img {
 border: 0;
}


div {
    	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;

}


#top {
    height: 10%;
    background-color: #FFFFFF;
    text-align: center;
}

#main {display: table-row}

#left{
   width: 33%;
   text-align: center;
   display: table-cell;
}
#center{
   width: 33%;
   display: table-cell;
   vertical-align: top;
}
#right{
  width: 33%;
  display: table-cell;
   vertical-align: top;
}
#bottom{ 
  width: 100%;
  height: 5%;
  text-align: center;
  background-color: #FF0000
	}

 

