/* Page layout */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:3px;
}

#pagecell{
	width:100%;
	min-width:775px;
}

#pagecellleft{
	float:left;
	width:185px;
}

#pagecellright{
	/*left:195px;*/
	margin-left:195px;
	font-size:90%;
}

#indexfooter{
	width:775px;
}

#footer{
	padding-top:5px;
	width:100%;
	font-size:83%;
	text-align:right;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
	clear:both;
	
}

#footer img{
	padding-bottom:1px;
	vertical-align: middle;
}

#eservice{
	background-image:url(img/eservicebg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#eservice td{
	border:none;
	padding:0;
}

#eservice table{
	margin:0;
	padding:0;
}
	

/* font */

#breadcrumb{
	margin-top:5px;
	font-size:70%;
	color:#666666;
}

#pagetitle{
	color:#3366FF;
	font-weight:bold;
	font-size:90%;
	margin-top:5px;
	border-bottom:#cccccc 1px solid;
}

/* notice */

#notice{
	width:180px;
	border:#999999 solid 1px;
	float:left;
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-left:2px;
	margin-bottom:5px;
}

#noticetitle{
	border-bottom:#999999 solid 1px;
	font-weight:bold;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:80%;
	text-align:center;
}

#noticetext{
	padding-bottom:5px;
	font-size:85%;
	padding-left:2px;
	padding-right:2px;
	font-size:80%;
}

/* link decoration */
a{
	color:#000000;
	text-decoration:underline;
}

a:link{
	color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#0000FF;
	text-decoration: underline;
}

/* Navigation menu */

#menu{
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	border-top:#cccccc dashed 1px;	
	border-bottom:#cccccc dashed 1px;
	margin-top:9px;
	z-index:6;
}

#submenu{
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:#000000 solid 1px;
	z-index:6;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px;
}

ul li {
	position: relative;
	Text-Indent:15px;
}

li ul {
	position: absolute;
	left: 185px;
	top: 0;
	display: none;
}

#menu a{
	display: block;
	text-decoration: none;
	padding: 2px;
	background:url(img/menup.gif) no-repeat 3px center;
	color:#000000;
	
}

#menu a:visited{
	display: block;
	text-decoration: none;
	padding: 2px;
	color:#000000;
}

#menu a:hover{
	display: block;
	background:url(img/menubg.gif) no-repeat 0px center;
	padding: 2px;
	color:#FFFFFF;
}

#submenu a{
	display: block;
	text-decoration: none;
	padding: 2px;
	background:url(img/menup1.gif) no-repeat 0px center;
	color:#000000;
	
}

#submenu a:visited{
	display: block;
	text-decoration: none;
	padding: 2px;
	color:#000000;
}

#submenu a:hover{
	display: block;
	background:url(img/menubg.gif) no-repeat 0px center;
	color:#ffffff;
	padding: 2px;
	color:#FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block; }

/* Point2Point schedule */

.leftlistbox{
	margin-left:15px;
	font-size: 10px; 
	height: 75px; 
	width: 239px; 
	background-color: rgb(224, 235, 252);
}

.rightlistbox{ 
	style="font-size: 10px; 
	height: 75px; 
	width: 239px; 
	background-color: rgb(224, 235, 252);
}

pointfont{
	font-size:80%;
	font-weight:bold;
}

#p2pfont{
	font-size:80%;
	padding-left:15px;
}




/* Standard font */

p.explaination{
	font-size:80%;
}

td.font{
	font-size:80%;
}

.standardfont{
	font-size:80%;
}

.standardtitle{
	font-size:90%;
	font-weight:bold;
	color:#3366FF;
}

/* Office contact block */

#info_block{
	margin-top:5px;
	width:67%;
	font-size:85%;
	float:left;
}

.info_header{
	background-color:#99CCFF;
	font-weight:bold;
	padding:5px;
	border-bottom:#999999 1px solid;
	color:#333333;
}

.info_body{
	padding:5px;
	margin-bottom:5px;
}

.margin_bottom_link{
	margin-bottom:2px;
}

#other_info_block{
	border:#999999 1px solid;
	margin-top:5px;
	width:30%;
	font-size:85%;
	float:right;
	margin-right:5px;
}

form{
	margin:0;
}

