@charset "utf-8";
/* CSS Document */

body {
    text-color: #000000;
    background-color: #dddddd;
    background-image: url(images/top_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003399;
text-decoration:none;
}
a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}

.text1 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.heading_caption {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}



.text white {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.subtitle {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #316194;
	text-decoration: none;
}

.text_alignment {
	width: 99px;
	text-align:center;
}

.text_alignment2 {
	width: 80px;
    text-align:center;

}

.text_alignment3 {
	width: 160px;
	text-align:center;

}

.text_alignment4 {
	width: 184px;
	text-align:middle;

}



.subtitle_orange {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: ff9700;
	text-decoration: none;
}



.table_text{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.table_text_white{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}


.table_text_box{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	width: 180px;
}


#backforthbuttons {margin-top: 6px;
}

#slideshowContainer{
width: 400px;
height: auto;
}

#numberDiv a{
font: bold 14px Arial;
text-decoration: none;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 201px; /*WIDTH OF MAIN MENU ITEMS*/
border:none;
}

.glossymenu li{
position: relative;
float: left;
height: 1%; 
}

.glossymenu li a{
background:#9294df;
font: 12px Verdana, Helvetica, sans-serif;
color:#ffffff;
display: block;
text-align:left;
width: auto;
height: 1%;
text-decoration: none;
height:29px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
color:#0000ff;
height:20px;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
height: 1%;
top: 5px;
display: none;
padding-left:2px;
}

.glossymenu li ul li{
float: left;
height:20px;
}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
height:20px;
padding:4px 2px 0px;

border:1px solid #aaa; border-bottom:none; border-left:none;
}
.glossymenu li ul li ul {
position:absolute;
padding-left:197px;
height:20px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #9294df;
color:#ffffff;
}

.glossymenu li a:hover{
background:#41399A;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/****************************************/

#menu ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 190px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 189px; /*Set 1px less than menu width */ 
	top: 0px; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0px 0px 0px 0px; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #777; 
	background: #acf9b3; /* IE6 Bug */ 
	padding: 0px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #E2144A; 
	background: #acf9b3; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #77F; 
	background: #acf9b3; /* IE6 Bug */ 
	padding: 3px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

/* Icon Styles */ 
/*#menu ul a.submenu {background:#fff url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#f9f9f9 url("r_arrow.gif") no-repeat right;}*/


