body {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*layout of the top*/
#top{
vertical-align:top;
text-align:right;
padding-top:10px;
padding-right:30px;
}

/*layout of the left hand side menu*/
#left{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:15px;
	color:#660033;
	text-align:left;
	line-height:20px;
	font-stretch:narrower;
	vertical-align:top;
	}

#left a:link{
    text-decoration:none;
	color:#330000;
	}
#left a:visited{
    text-decoration:none;
	color:#330000;
	}

#left a:hover{
    text-decoration:none;
	color:#660066;
	}

/*layout of the main content*/
#main{
   vertical-align:top;
   text-align:left;
   padding:0px 10px 10px 30px;
   }

#banner_top{
   background-image:url(../images/banner_top.gif);
   background-repeat:repeat-x;
   background-position:top;
   background-color:#663333;
   height:20px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#CCCCCC;
   line-height:20px;
   }

#banner_bottom{
   background-image:url(../images/banner_bottom.gif);
   background-repeat:repeat-x;
   background-position:top;
   background-color:#663333;
   height:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#CCCCCC;
   font-size:10px;
   text-align:center;
   }

.description{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#663366;
   vertical-align:text-bottom;
   text-align:right;
   padding-right:5px;
   }

.navigation{
   font-family:"Courier New", Courier, mono;
   font-size:14px;
   font-weight:bold;
   text-align:center;
   }

.navigation a:link{
   text-decoration:none;
   color:#330000;
   }

.navigation a:visited{
   text-decoration:none;
   color:#330000;
   }

.navigation a:hover{
   text-decoration:none;
   color:#CC6600;
   }

.detail{
   border-left:1px dotted #663366;
   border-right:1px dotted #663366;
   text-align:left;
   vertical-align:top;
   padding:5px 10px 10px 5px;
   font-family:"Courier New", Courier, mono;
   font-size:12px;
   color:#663333;
   }

.alert{
   font-family:"Courier New", Courier, mono;
   font-size:16px;
   color:#FFFFFF;
   padding:5px 5px 5px 5px;
   }

.alert a:link{
   color:#FFFFFF;
   }

.alert a:visited{
   color:#FFFFFF;
   }

.alert a:hover{
   color:#FFCC00;
   }

.float_left{
   float:left;
   }