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

a img { 
	border: 0px; 
}

a:hover img {
	border: 0px; 
}

a:visited img {
	border: 0px; 
} 

a:link {
	color:#68bbed;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}    
	
a:visited {
	color:#68bbed;
	text-decoration: none;
	font-weight: bold;
} 
	
a:hover {
	color:#f7931e;
	text-decoration: none;
	font-weight: bold;
}  
	
a:active {
	color:#f7931e;
	text-decoration: none;
	font-weight: bold;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #666;
	background-color: #CFEFFC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #f7931e;
	font-style: italic;
}

.contentborder {
	 border-right: 10px solid #68BBED;
}

.red {
	color: #F00;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Main Menu Item widths */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFF;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #FFF;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #68bbed; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:hover{
	background-color: #f7931e;
	color: #FFF;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

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