body{
	font-family:	arial;	
	font-size:		12px;
}
#table2{
	width:			650px;
}
#main{
	background-color:	white;
}

#bottom_bar{

	color:				#8AA2BA;
	text-align:			center;
	font-size:			11px;
	height:				35px;
}
#navigation_bar{

	height:				20px;
	color:				#1B4065;
}
#menu{
	color:				white;	
	overflow:			hidden;	
}
#nav{
	position:	relative;
	left:		-267px;
	height:		24px;
	overflow:	hidden;
}
#nav li{
	/*width:	100px;*/
}
#nav li:hover ul{
	width:	120px;	
}
#nav li ul{
	width:	120px;
	margin:	0px 0px 0px 0px;
}
#nav li ul li {
	width:			120px;	
	overflow:		hidden;
	font-size:		14px;
	font-weight:	bold;
	border-top:		#FFF 1px solid;
}
#nav a{	
	color: #1B4065;
	height:		27px;
}
#nav li a:hover{
	background-color:	#375777;	
}
#nav li:hover ul li a:hover{
	background-color:	#375777;
	width:				120px;	
}
#nav li:hover ul li a{
	width:	100px;	
}
#nav li ul li a:hover{
	background-color:	#9A5A5A;
	width:				120px;	
}
#nav li ul li a{
	font-weight: bold;	
}
#nav li ul li:hover{
	width:				120px;	
}
#nav li ul li a{
	width:	120px;	
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display:	block;
}
#title_bar{
	background:				url( "images/title.jpg" ) no-repeat;	
	border-bottom-style:	solid;
	border-bottom-color:	black;
	border-bottom-width:	3px;
	height:					31px;					
}
h3{
	padding-left:			0px;	
	font-weight:			bold;
	color:					#449FEA;
}
#main_cell {
	line-height:	20px;
	padding:				10px 12px 10px 12px;	
	width:					750px;
	
}
p {
	line-height: 	20px;	
	font-size:		14px;
}
#left_shadow{
	background:		url( "images/left_shadow.jpg" ) repeat-y;
	width:			15px;
}
#right_shadow{
	background:		url( "images/right_shadow.jpg" ) repeat-y;
	width:			15px;
}
#questions td{
	width:	280px;
}
.questions td{
	width:  280px;	
}
#link_table td{
	vertical-align:		text-top;
}
.notation{
	font-size:	9px;
	font-style:	italic;
}
.search_table td{
	vertical-align:	  	text-top;	
}