body {
	background-image:url(../images/background.jpg); background-repeat:repeat-x; background-color:#d4dee8;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#676767;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:link img, a:visited img, a:hover img{
	border:none;
}
#middle {
	font-family:"Trebuchet MS";
	color: #676767;
	font-size:14px;
	width:90%;
}
	
#middle h1 {
	font-family:"Trebuchet MS";
	color:#006295;
	font-size:28px;
	margin:0px;
	font-weight:normal;
	}
	#middle h2 {
	color:#006295;
	font-size:22px;
	margin:0px;
	font-weight:normal;
	}
	#middle h3 {
	color:#006295;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

#middle a:link {
	color: #494949;
	text-decoration: underline;
}
#middle a:visited {
	color: #494949;
	text-decoration: underline;
}
#middle a:hover {
	color: #5091cd;
	text-decoration: underline;
}

#leftside1 {
	font-family:"Trebuchet MS";
	color: #FFF;
	font-size:12px;
	height:279px;
	}
#leftside1 h1 {
	color: #FFF;
	font-size:16px;
}

#news {
	font-family:"Trebuchet MS";
	color: #006295;
	font-size:14px;
	}
	#news a:link {
	color: #006295;
	text-decoration: none;
}
#news a:visited {
	color: #006295;
	text-decoration: none;
}
#news a:hover {
	color: #006295;
	text-decoration: underline;
}

#footer {
	font-family:"Trebuchet MS";
	color: #FFF;
	font-size:14px;
	}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.grey_h1 {color: #676767}	

/****************************/
/*     navigation menu	    */
/****************************/
.ddsmoothmenu{
font-family:"Trebuchet MS";
color:#006295;
font-weight:bold;
width: 100%;
background:#D6DEE9; 
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #D6DEE9; /*background of menu items (default state)*/
color: white;
padding: 0px 0px;
color: #006295;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #006295;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #D6DEE9; 
	color: #006295;
}

.ddsmoothmenu ul li a:hover{
background: #D6DEE9; /*background of menu items during onmouseover (hover state)*/
color: #000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
z-index:100;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
min-width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
visibility:hidden;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
visibility:hidden;
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.ddsmoothmenu ul li{
	padding:0px;
}
