html{ min-height: 100%; margin-bottom: 1px; }

body {
	margin:0;/*still shows top and bottom border in opera*/
	border:0;
	padding:0;
	font-size:88.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;/*#fc9;*/
}
h1 {
	text-align:center;
   	margin-top:15px;
	font-size:130%;
	color:#39f;
}
h2 {
	margin-left:10px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:110%;
	color:#39f;
}
h2.leg{
	
	text-align:center;
	margin-bottom:0;
	font-size:100%;
}
h2.choice{
	text-align:center;
	font-size:100%;
	margin-bottom:7px;
}
p {
	margin-left:10px;
	margin-right:10px;
}

#wrapper {
	position:relative;
	font-size:80%;
	padding:0px;
	margin:0 auto;
	width: 730px;
	border-right:#00adef 1px solid;
	border-left:#00adef 1px solid;
	
}
#header_typ {
	background-color:#fff;
	height:89px;
	padding-left:2px;
	/*thinner, on typical pages */
	}
#topnav{
	padding:0.4em;
	background-color:#00adef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;	
	font-size:11px;
	text-align:center;
}
#topnav a{
	color:#fff;
	margin-left:4px;
	margin-right:4px;
}
#topnav a:link{
	text-decoration:none;
}
#topnav a:visited{
	text-decoration:none;
}
#topnav a:hover{
	text-decoration:underline;
}
#container { /*for home */
	margin:0px;
	width:730px;
	background-color:#fff;
}
#left40{ /*pairs with right60*/
	float:left;
	width:280px;/*292*/
	margin:0;
	background-color:#fff; 
	
}
#right60{ /*pairs with left40*/
	float:right;
	width:418px;
	margin:0;
	background-color:#fff; 
	
}
#right60 img{
	margin:40px auto;
}
#full_content{ /*eg on bus card pages */
	clear:both;
	width:710px;
	padding:0 10px 10px 10px;
}
#full_content img.rt{
	float:right;
	margin:5px;
}
#footer {
	clear:both;/*clears both leftcol and content divs if they are floated left*/
	background-color:#eee;
	margin:0;
	/*background-image: url(../graphics/cornerlogovs.jpg);
	background-position:100% 50%;
	background-repeat:no-repeat;*/
	padding:0 0 0 15px;/* problem here inconsistent in ie*/
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
}
#footer img{
	float:right;
}
#footer a{
	margin-left:7px;
	margin-right:7px;
}
#footer a:link{
	text-decoration:none;
}
#footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#cardins{
	float:left;
	padding: 0 0 0 15px;
}
#cardpri{
	float:left;
	height:100px;
	width:240px;
	margin-left:50px;
	margin-top:40px;
	background-color:#fff;
}
#cardins ol{
	margin-left:30px;
	border:#39f 1px solid;
	display:block;
	width:300px;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:10px;
}
#cardins ol.odes{
	margin-left:30px;
	border:#39f 1px solid;
	display:block;
	width:300px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}
#viewcart_link{
	position:absolute;
	visibility:visible;
	left:600px;
	top:120px;
	width:100px;
	padding:3px;
	color:#fff;
	font-weight:bold;
	background-color:#00adef;
	text-align:center;
	z-index:4;
}
#viewcart_link a{
	color:#fff;
}
#viewcart_link a:link{
	text-decoration:none;
}
#viewcart_link a:visited{
	text-decoration:none;
}
#viewcart_link a:hover{
	text-decoration:underline;
}
#bus_card_info_link{
	position:absolute;
	visibility:visible;
	left:415px;
	top:230px;/*130px;*/
	width:290px;
	padding:5px;
	background-color:#eee;
	z-index:5;
}
#bus_card_info_link a{
	color:#3399CC;
}
#bus_card_info_link a:link{
	text-decoration:none;
}
#bus_card_info_link a:visited{
	text-decoration:none;
}
#bus_card_info_link a:hover{
	text-decoration:underline;
}
#owndes_purch{
	width:300px;
	margin:0 auto;
	margin-bottom:70px;
	padding:10px;
	background-color:#f5f5f5;
	border:#09c 1px solid;
}
#owndes_purch a{
	color:#999;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
}
#owndes_purch a:link{
	text-decoration:none;
}
#owndes_purch a:visited{
	text-decoration:none;
}
#owndes_purch a:hover{
	text-decoration:underline;
}

fieldset {
	width:80%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
	color:#000080;
	border: solid 1px #63c6ff;
	margin:30px 0 10px 0;
	padding: 10px;
}
#frcdset fieldset{
	margin:0 auto;
	padding:5px;
}

input.fmintxt {
	border: solid 1px #ccc;
	background-color: #fffeee !important;
	font-size:90%;
	color: #666;
	margin-bottom:3px;
	padding: 2px;
	display:block;
}
label {
	font-weight: bold;
	font-size:90%;
	line-height: normal;
	text-align: left;
	display: block;
	margin-left:15px;
	
	
}
.ftlnk{
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
