#nav_tree {
	display: none;
}

BODY {
	margin:0px;
	color: #000000;
	background-color:#FFCC66;
	font-family:  Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
}
p {
	font-family:  Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	padding-bottom:0px;	
}
.smallhead {
	font-family:  Arial, sans-serif; 
	font-size: 10pt;
	font-weight: bold
	padding-bottom:0px;	
	padding-top:0px;	
}

.news {
	font-family:  Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	padding-bottom:0px;	
}

.tiny {
	font-family:  Arial, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	padding-top:0px;	
	padding-bottom:0px;	
}

.caption {
	font-family:  Arial, sans-serif; 
	background-color: #FFFFFF;
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	padding-top:0px;	
	padding-bottom:0px;	
}
.eventbody{
	font-family:  Arial, sans-serif; 
	font-size: 9pt;
	font-weight: normal;
	padding-bottom:0px;	
}
.eventheader{
	font-weight: bold;
	padding-top:5px;	
}
.indent{
	margin-left:2.5em;
}

/* added by Anca */
/* internal links */

a {
	color: #FF720C;
	background-color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #663300;
	background-color:#FFFFFF;
}

.news a{	color: #000000; 
	background-color:#FFFFFF;}
.news a:hover {color: #FF720C; 
	background-color:#FFFFFF;}

.caption a{color: #000000; 
	background-color:#FFFFFF;}
.caption a:hover {color: #FF720C; 
	background-color:#FFFFFF;}

/* end added by Anca */

#main {
	float: center;
	width: 800;
	background-color:  white;
}

/* Header   */
#header { position: relative; }

#header_quick_menu 
	{ position: absolute; 
	right: 0px; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;
	padding 3px; }
#header_pulogo 
	{ position: absolute; 
	left: 0px; 
	padding 2px; }
	
/* Menu Navigation */

#nav_toolbar {
	text-align: center;
	width=800;
	background-color: #999999;
	padding:0px;
	margin:0px;
}

/* Left column navigation */

UL.bullets {
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: square;
	margin: 10px;
	padding: 0px;
	padding-top: 0px;
}

UL.bullets LI {
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 0px;
}

UL.bullets A, UL.news A:visited {
	color: #FF720C;
	background-color: #FFFFFF;
	text-decoration: none;
}

UL.bullets A:hover, UL.news A:active {
	color:#FF720C;
}

UL.left_nav {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

UL.left_nav LI {
	padding-bottom: 4px;
}

UL.left_nav A, UL.left_nav A:visited {
	color: #FF720C;
	text-decoration: none;
}

UL.left_nav A:hover, UL.left_nav A:active {
	color: #663300;
}
/* added by Anca */

UL.left_sub {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	list-style:none;
	margin: 0px;
	padding:0 0 4px 10px;
}

UL.left_sub LI {
	padding: 1px 0;
}

UL.left_sub A, UL.left_sub A:visited {
	color: #FF720C;
	background-color: #FFFFFF;
	text-decoration: none;
}

UL.left_sub A:hover, UL.left_sub A:active {
	color: #663300;
}


UL.events {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

UL.events LI {
	padding-bottom: 0px;
	padding-top: 2px;
}

UL.events A, UL.events A:visited {
	color: #FF720C;
	background-color: #FFFFFF;
	text-decoration: none;
}

UL.events A:hover, UL.events A:active {
	color: #663300;
}


UL.news {
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

UL.news LI {
	padding-bottom: 0px;
	padding-top: 4px;
}

UL.news A, UL.news A:visited {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

UL.news A:hover, UL.news A:active {
	color:#FF720C;
}




UL {	
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top:0px;	
}
LI {
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Bread Crumb Navigation */

#breadcrumb {
	/*background-color: #cccccc;*/
	font-size: 7pt;
	/*border-bottom: solid 1px;*/
	margin-bottom: 10px;
	/*padding: 2px;*/
}

/* Content */
#content {
	width: 100%;
}
#left_content {
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
	width: 140px;
	border-right:1px solid #cccccc;
	padding: 10px;
}
#right_content {
	vertical-align: top;
	/*width: 250px;*/
	border-left:1px solid #cccccc;
	padding: 10px;
}

#center_content {
	vertical-align: top;
	width: 420px;
	padding-top: 10px;
}


#content H1 {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding-bottom:0px;	
}
#content H2 {
	color: #999999;
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	padding-bottom:0px;	
}
#content H3 {
	color: #999999;
	font-size: 100%;
	font-weight: normal;
	padding-bottom:0px;	
}
#content h4 {
	color: #000;
	font-size: 18pt;
	font-weight: normal;
	padding:0;
	margin:0;	
}
#content h5 {
	color: #999;
	font-size: 13pt;
	font-weight: normal;
	padding:0;
	margin:0;	
}

/* Footer */
#footer {
	clear: both;
	background-color:#ebebeb;
	font-size:xx-small;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cccccc;
	
	padding-left: 200px;
}
#footer a {
	background-color:#ebebeb;
	color: #FF720C;
}
#footer a:hover {
	background-color:#ebebeb;
	color: #FF720C;
	text-decoration:underline;
}
