/* The very first row */
td.topright {	width: 165px; height: 50px;
			background-color: #CCCCFF;
			border-color: #000066;
			border-width: 2 0 0 2;
			border-style: solid
}

td.topcenter {	height: 50px;
			background-color: #CCCCFF;
			border-color: #000066;
			border-width: 2 2 0 0;
			border-style: solid
}

/* This section deals with the cells for links */
td.rightout {	width: 165px ; heigth: 30px;
			background-color: #CCCCFF;
			border-color: #000066;
			border-width: 0 0 2 2;
			border-style: solid
}

td.leftout {	width: 5px ; height: 30px ;
			background-color: #CCCCFF;
			border-color: #000066;
			border-width: 0 2 2 0;
			border-style: solid
}


td.firstlink {	height: 30px ;
			background-color: #DDDDFF; text-align: center;
			border-color: #000066;
			border-width: 1 1 2 1 ;
			border-style: solid;
}

td.link {		height: 30px ;
			background-color: #DDDDFF; text-align: center;
			border-color: #000066;
			border-width: 1 1 2 0 ;
			border-style: solid;
}

td.firstcurrent { height: 30px ;
			background-color: #FFFFFF; text-align: center;
			border-color: #000066 #000066 #FFFFFF #000066 ;
			border-width: 2 2 1 2;
			border-style: solid
}

td.current { 	height: 30px ;
			background-color: #FFFFFF; text-align: center;
			border-color: #000066 #000066 #FFFFFF #000066 ;
			border-width: 2 2 1 1;
			border-style: solid
}

/* This section is for the section menu */
table.menu{	background-color : #FFFFFF;
			width: 90%
}

td.menu{		text-align: left;
			border-color: #FF9900 ;
			border-width: 1 1 0 0;
			border-style: solid;
			padding: 3
}

/* links */

a{			text-decoration:none ;
			color: #336699
}

a:hover{		text-decoration:underline;
			color: #336699
}

/* current link */

font.current{	color: #000066;
			font-size : 105%
}


