body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	margin-top:10px;
	font-size:12px;
	background-color: #ffefdf;
}

td {font-family: Arial, Helvetica, sans-serif;font-size:10px;}


	#container{
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #bd1929;
	background-image:url(libary/automatic_gates_bg.jpg);
	background-repeat: repeat-y;
}
	#topline{height:27px;}
	#topbar{height:83px}
	#menu{height:42px;}
	
	#main{height:auto; width:100%;}	
	#leftcol{
	width:253px;
	height:auto;
	float:left;	
}
	#right_col{
	width:179px;
	height:auto;
	float:right;
	text-align: center;	
}
	
	#center{
	width:505px;
	padding-top: 20px;
	height:auto;
	margin-left: 253px;
	padding-right: 10px;
	}
	
	#footer{
	width:100%;
	height: 20px;
	background-color: #BD1929;
	padding-top: 2px;
	color: #FFFFCC;
	text-align: center;
}	

/*text and titles*/
h1{
	font-size: 14px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #BD1929;
}h2{
	font-size: 12px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #BD1929;}
p{
	margin-left: 20px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #115b7b;
}
/*
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: url(libary/bullet.gif);
	list-style-position: outside;
	text-indent: 5px;
	}*/

/*start of the links*/
a:link{
	text-decoration: underline;
	color: #BD1929;
}
a:visited{
	text-decoration: underline;
	color: #BD1929;
}
a:active{
	text-decoration: underline;
	color: #BD1929;
}
a:hover{
	text-decoration: underline;
	color: #0000FF;
}

a.bottom:link{	text-decoration: underline;	color: #FFFFCC;}
a.bottom:visited{	text-decoration: underline;	color: #FFFFCC;}
a.bottom:active{	text-decoration: underline;	color: #66CCFF;}
a.bottom:hover{text-decoration: underline;	color: #66CCFF;}