html
{
	/* overflow-x: hidden;  to avoid gap between bottom and browser window when window is rezised  */
}

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma ,"Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ebf1f3;
}


/* styles for the dropdown menu with jquery */
/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }
		#theSearchMenu { float: left; width: 200px; height: 100%; margin: 0 0 0 28px; padding: 0; font-size: 12px; color: #000000;}
		#theMenu { float: left; width: 200px; height: 100%; margin: 0 0 0 28px; padding: 0; font-size: 10px; color: #3083be; background-color: #d1dfe9; background-image: url(../images/dropdownmenu_bg.jpg); background-position: bottom left; background-repeat: repeat-x;}
		#theMenu1 { float: left; width: 175px; height: 100%; margin: 0 0 5px 28px; padding: 5px 0 5px 25px; font-size: 10px; color: #3083be; background-color: #e2e6e9;}
		
		#theMenu1 a {
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
		}
		
		#theMenu li
		{
			list-style-type: none;
		}
		#pageText ul{ margin-left:15px;}
		#pageText ol{ margin-left:20px;}
		#pageText ul li{ list-style-type:disc;}
		#pageText ol li{ list-style-type:decimal;}
		/* Some list and link styling */
		/*ul li { width: 200px; }*/
		ul ul li { margin: 0; padding: 0; }
		ul ul li a { display: block; color: #FFF; padding: 3px 6px; font-size: 10px; text-decoration: none;}
		ul ul li a:hover { display: block; color: #369; background-color: #eee; padding: 3px 8px; text-decoration: none;}
		/* For the sub menu */
		ul ul ul li { padding: 0 0 0 15px;  margin: 0; font-size: 10px; background-color: #7096b2; }
		ul ul ul li a { display: block; color: #000; }
		ul ul ul li a:hover { display: block; color: #369; background-color: #eee; }
		
		/* For the xtra menu */
		ul ul ul ul li { padding: 3px 0 3px 8px; margin: 0; font-size: 9px; border: none; background-color: #7096b2;}
		ul ul ul ul li a { display: block; padding: 0; color: #5a97a7; background-color: #7096b2;}
		ul ul ul ul li a:hover { display: block; padding: 0; color: #FFF; background-color: #7096b2;}
		
		
		/*li { list-style-type: none; }*/
		h2 { margin-top: 1.5em; } /* subcategorie */
		
		/* Header links styling */
		/*h3.head a {   item 
		color: #3083be;
		display: block;		
		background: #d1dfe9 url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 50%;
		margin: 0;
		padding: 3px 0 3px 25px;		
		text-decoration: none;
		}	*/
		
		h3.head
		{
			display: block;
			background: #d1dfe9 url(../images/menu_bg.gif) repeat-x; 
			background-position: left;
		}
		
		h3.head a {   /*item */		
		color: #3083be;
		display: block;		
		/*background: #d1dfe9 url(../images/menu_bg.gif) repeat-x; 
		background-position: left;*/
		margin: 0;
		padding: 10px 0 10px 25px;		
		text-decoration: none;
		}
		
		h3.head a:hover { 
		color: #3083be;
		background: url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 55%;
		text-decoration: none;
		}
		h3.selected a { 
		background: url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 55%;
		color: #fff;
		/*height: 29px;*/
		padding: 10px 0 10px 25px;
		text-decoration: none;
		}
		h3.selected a:hover { 
		background: url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 50%;
		color: #fba72d;
		text-decoration: none;
		}
		h3.theLink a {
		color: #3083be;
		display: block;
		border-bottom: 1px solid #00252f;
		background: url(../images/down.gif) no-repeat; 
		background-position: 1% 50%;
		margin: 0;		
		padding: 3px 0 3px 15px;		
		text-decoration: none;
		}
		h3.theLink a:hover {
		color: #fba72d;
		background: url(../images/down.gif) no-repeat; 
		background-position: 1% 50%;
		text-decoration: none;
		}
		h3.selected a { 
		background: url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 55%;
		color: #3083be;
		padding: 10px 0 10px 25px;
		text-decoration: none;
		}
		h3.selected a:hover { 
		background: url(../images/plus_icon.jpg) no-repeat; 
		background-position: 5% 55%;
		color: #3083be;
		text-decoration: none;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #FFF;
		display: block; 		
		background: #7096b2 /*url(../images/down.gif) no-repeat*/; 
		background-position: 1% 50%;
		padding: 5px 0 5px 30px;
		}
		h4.head a:hover { 
		color: #FFF;
		padding: 5px 0 5px 30px;
		background: #7096b2 /*url(../images/down.gif) no-repeat*/; 
		background-position: 1% 50%;
		}
		h4.selected a { 
		background: #7096b2 /*url(../images/up.gif) no-repeat*/; 
		background-position: 1% 50%;
		color: #fff;
		padding: 5px 0 5px 30px;
		}
		h4.selected a:hover { 
		background: #7096b2 url /*(../images/up.gif) no-repeat*/; 
		background-position: 1% 50%;
		color: #FFF;
		padding: 5px 0 5px 30px;
		}
		
		/* Xxtra Header links styling */
		h5.head a { 
		color: #fff;
		display: block; 		
		background: #255778 /*url(../images/down.gif) no-repeat*/; 
		background-position: 1% 50%;
		padding: 3px 0 3px 20px;
		}
		h5.head a:hover { 
		color: #FFF;
		padding: 3px 0 3px 20px;
		background: #255778 /*url(../images/down.gif) no-repeat*/; 
		background-position: 1% 50%;
		}
		h5.selected a { 
		background: #255778 /*url(../images/up.gif) no-repeat*/; 
		background-position: 1% 50%;
		color: #fff;
		padding: 3px 0 3px 20px;
		}
		h5.selected a:hover { 
		background: #255778 /*url(../images/up.gif) no-repeat*/; 
		background-position: 1% 50%;
		color: #fff;
		padding: 3px 0 3px 20px;
		}
		h5.theLink a {
		padding-left: 5px;
		}
		h5.theLink a:hover {
		padding-left: 5px;
		}
		h5.selected a { 
		color: #fff;
		}
		h5.selected a:hover { 
		color: #fff;
		}

/* styles for the dropdown menu with jquery end */

#container
{
	width: 752px;
	margin: 0 auto;
	padding: 0;	
}

#stretch
{
	position: absolute;
	clear: both;
	float: right;
	top: 54px;
	right: 0;
	width: 600px;
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: -5;
	background-image: url(../images/stretch_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#topbar
{
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #FFF;
}

#topbbar_divider
{
	float: left;
	width: 2px;
	height: 48px;
	margin: 4px 0 0 0;
	padding: 0;
}

#searchbox
{
	float: left;
	width: 280px;
	margin: 12px 0 0 22px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

#searchbox2
{
	float: left;
	width: 280px;
	margin: 22px 0 0 25px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

input
{
	width: 200px;
	height: 21px;
	margin: 4px 0 0 7px;
	background-color: #515151;
	border: 1px solid #787a7a;
	color: #FFFFFF;
}

.testbutton
{
	position: absolute; 
	width: 23px; 
	height: 23px; 
	margin: -23px 0 0 240px; 
	padding: 0; 
	z-index: 2; 
	background-image: url(../images/search_button.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.testbuttonFR
{
	position: absolute; 
	width: 23px; 
	height: 23px; 
	margin: -23px 0 0 255px; 
	padding: 0; 
	z-index: 2; 
	background-image: url(../images/search_button.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.searchbutton
{
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/search_button.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}

#emergency_button
{
	float: left;
	width: 138px;
	height: 24px;
	margin: 15px 0 0 11px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	background-image: url(../images/emergency_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#language
{
	float: left;
	width: 72px;
	margin: 22px 0 0 20px;
	padding: 0;
}

#english
{
	float: left;
	width: 70px;
	margin: 22px 0 0 30px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

#francais
{
	float: left;
	width: 75px;
	margin: 22px 0 0 25px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

#francais2 a 
{
	float: left;
	width: 75px;
	margin: 22px 0 0 25px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
}

#logo
{
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu
{
	/*width: 100%;*/
	height: 50px;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #6ea8d1;
	text-transform: uppercase;
	background-image: url(../images/menu_bg2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.active
{
	color: #194767;
	font-weight:bold;
	text-decoration: underline;

}

.menu
{
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
}

.menu li
{
	float: left;
	margin: 20px 0 0 3px;
	padding: 0;
}

.menu li a
{
	color: #276ea0;
	text-decoration: none;
}

.menu li a:hover
{
	color: #276ea0;
	text-decoration: underline;
}

.menudivider
{
	margin: -20px 0 0 0;
	padding: 0;
}

/* head ends */

#content
{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	background-image: url(../images/container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* styles for home page */
#buttons
{
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#top_button 
{
	float: left;
	width: 171px;
	height: 53px;
	display: block;
	margin: 16px 0 0 28px;
	padding: 5px 0 0 0;
	color: #FFF;
	text-align: center;
	text-decoration: underline;	
}

#top_button a
{	
	width: 171px;
	height: 53px;
	display: block;
	padding: 5px 0 0 0;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
	background-image: url(../images/blue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#top_button a:hover
{
	display: block;
	background-image: url(../images/darkblue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#test_button 
{
	float: left;
	width: 171px;
	height: 53px;
	display: block;
	margin: 5px 0 0 28px;
	padding: 5px 0 0 0;
	color: #FFF;
	text-align: center;
	text-decoration: underline;	
}

#middle_button
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	margin: 5px 0 0 28px;
	padding: 5px 0 0 0;
	text-align: center;
	color: #FFF;
}

#middle_button a
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	padding: 5px 0 0 0;
	text-align: center;
	color: #FFF;
	background-image: url(../images/blue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#middle_button a:hover
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	padding: 5px 0 0 0;
	text-align: center;
	background-image: url(../images/darkblue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#bottom_button
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	margin: 10px 0 0 28px;
	padding: 0;
	padding: 0;
	text-align: center;
}

#bottom_button a
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	padding: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
	background-image: url(../images/blue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#bottom_button a:hover
{
	clear: both;
	float: left;
	width: 171px;
	height: 53px;
	padding: 0;
	color: #FFF;
	text-align: center;
	background-image: url(../images/darkblue_button.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#changediv_1
{
	float: left;
	width: 501px;
	height: 180px;
	margin: 22px 0 0 21px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/change1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#changediv_1Right
{
	float: right;
	width: 501px;
	height: 180px;
	margin: 22px 20px 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/change1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#changediv_Right2
{
	float: right;
	width: 501px;
	height: 20px;
	margin: 22px 20px 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#textarea
{
	float: left;
	width: 270px;
	margin: 46px 0 0 32px;
	padding: 0;
}

#textarea_change
{
	float: left;
	width: 270px;
	margin: 33px 0 0 220px;
	padding: 0;
}

#changediv_2
{
	/*position: absolute;*/
	float: left;
	display: none;
	width: 501px;
	height: 180px;
	margin: -178px 0 0 231px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	z-index: 2;
	background-image: url(../images/emergency_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#changediv_2Right
{
	/*position: absolute;*/
	display: none;
	height: 180px;
	margin: 22px 0 0 21px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	z-index: 2;
	background-image: url(../images/emergency_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#changediv_3
{
	/*position: absolute;*/
	float: left;
	display: none;
	width: 501px;
	height: 180px;
	margin: -178px 0 0 231px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/prevention_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}


#changediv_3Right
{
	/*position: absolute;*/
	float: right;
	display: none;
	width: 501px;
	height: 180px;
	margin: 22px 20px 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/prevention_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}

#changediv_4
{
	/*position: absolute;*/
	float: left;
	display: none;
	width: 501px;
	height: 180px;
	margin: -178px 0 0 231px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/response_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	z-index: 4;

}


#changediv_4Right
{
	/*position: absolute;*/
	float: right;
	display: none;
	width: 501px;
	height: 180px;
	margin: 22px 20px 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/prevention_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	z-index: 4;

}

.changediv_headline
{
	font-size: 16px;
}

#newsbar
{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#newsbox
{
	float: left;
	width: 170px;
	height: 100px;
	margin: 15px 0 0 25px;
	padding: 0;
	font-size: 11px;
	color: #2a78b1;
	border-right: 1px dotted #2a78b1; 
}

/*
.newsbox_headline
{
	font-size: 29px;
}
*/
#newsbox a
{
	color: #2a78b1;
	text-decoration: underline;
}

.article_headline
{
	font-size: 15px;
	color: #3083be;
}

#articles
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 100px;
	top: 0;
	left: 0;
	margin: 15px 0 0 45px;
	color: #000000;
	
}

/*#scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #000;
   height: 200px;
   width: 200px
 }
 headline{
	position: absolute;
	top: 210px;
	left: 5px;
	height: 195px;
	width:190px;
 }
*/ 
.headline {
	position: absolute;
	/*float: left;*/
	top: 110px;
	left: 5px;
	height: 90px;
	width: 475px;
	/*border:2px solid red;*/
}

#article_left
{
	float: left;
	width: 245px;
	margin: 15px 0 0 45px;
	padding: 0 10px 0 0;
	color: #000000;
	border-right: 1px dotted #2a78b1;
}

#article_right
{
	float: left;
	width: 235px;
	margin: 15px 0 0 10px;
	padding: 0 5px 0 0;
	color: #000000;
}

/* styles for home page end */

/* styles for about page */
#dropdownmenu
{
	float: left;
	width: 255px;	
	margin: 0;
	padding: 0;	
}

#content_right
{
	float: left;
	width: 470px;
	margin: 0;
	padding: 0 5px 0 20px;
	font-size: 11px;
	color: #000000;
		
}
/* styles for about page end */

#wraparound
{
	width: 100%;
	/*height: 500px;*/
	margin: 0;
	padding: 0;
	background-color: #dfe5e9;	
	background-image: url(../images/content_shadow.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.caption
{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #3083be;
}	

.clear
{
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}

#bottom
{
	clear: both;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-image: url(../images/bottom_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#bottomA
{
	position: fixed;
	clear: both;
	float: right;
	top: 535px;
	right: 0;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	z-index: -5;
	background-image: url(../images/bottom_bg.jpg);
	background-position: top right;
	background-repeat: repeat-X;
}

#bottom_content
{
	width: 420px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

.bottom
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.bottom li
{
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}

.bottom li a
{
	color: #FFF;
	text-decoration: underline;
}

#MainCat1{
	/*width:700px;*/
	background:#57545b;
	padding:2px 0 2px 10px;
	border:1px solid #BFDBE4;
	margin-bottom:1px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}

/*#MainCat1:hover{ /*for ff. doesn't work in IE6
	background:#FBA82D;
	color:#FFFFFF;
}*/

#MainCat1 a{
	/*display: block;
	height: 100%;
	width: 100%;*/
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}

/*#MainCat1 a:hover{
	color:#000000;
	text-decoration:none;
}*/

#MainCat{
	/*width:700px;*/
	background:#255778;
	padding:2px 0 2px 10px;
	border:1px solid #BFDBE4;
	margin-bottom:1px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-weight:bolder;
	font-size:12px;
}

/*#MainCat:hover{ /*for ff. doesn't work in IE6
	background:#FBA82D;
	color:#FFFFFF;
}
*/
#MainCat a{
	/*display: block;
	height: 100%;
	width: 100%;*/
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}

/*#MainCat a:hover{
	color:#000000;
	text-decoration:none;
}*/

/*Category*/
.Cat{
	background:#d1dfe9;   
	padding:2px 0 2px 10px;
	border:1px solid #BFDBE4;
	margin-bottom:1px;
	margin-left:20px;
	color:#3083be;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
}

.Cat:hover{ /*for ff. doesn't work in IE6*/
	font-weight:bolder;
}

.Cat a{
	color:#3083be; /*F9A72A*/
	text-align:left;
	text-decoration:none;
}

/*.Cat a:hover{
	color:#000000;
	text-decoration:none;
}*/

.TheBox{
	background-color:#00252F;
	border:1px solid #FFFFFF;
	width:380px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}

.TheBoxFront{
	background-color:#00252F;
	border:1px solid #FFFFFF;
	width:650px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}

.TheBoxBack{
	background-color:#d1dfe9;
	border:1px solid #FFFFFF;
	width:700px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
	padding: 5px;
}

.TheTitle{
	width:110px;
	padding:10px;
}

.TheInput{
	width:310px;
	padding:10px;
}

.NoTitle{
	width:130px;
	padding:10px;
	background-color:#666666;
}

.NoTitleBlue{
	width:130px;
	padding:10px;
	background-color:#7096B2;
}

.NoTitleFront{
	width:50px;
	padding:10px;
	background-color:#666666;
}

/*Borders*/
.RightBorder{
	border-right:1px solid #999999;
}
.BottomRightBorder{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
.BottomRightBorderPub{
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.BottomBorder{
	border-bottom:1px solid #999999;
}
.BottomBorderPub{
	border-bottom:1px solid #FFFFFF;
}

.NoInput{
	width:290px;
	padding:10px;
	color:#333333;
	background-color:#eeeeee;
}

.NoInputBlue{
	width:290px;
	padding:10px;
	color:#333333;
	background-color:#C8D7E2;
}

.NoInputWhite{
	width:290px;
	padding:10px;
	color:#333333;
	background-color:#FFFFFF;
}

.NoInput2{
	/*width:290px;*/
	padding:10px;
	color:#333333;
	background-color:#eeeeee;
}

.NoInputBlue2{
	/*width:290px;*/
	padding:10px;
	color:#333333;
	background-color:#C8D7E2;
}

/*Sub-Category*/
.SubCat{
	background:#7096b2;
	padding:2px 0 2px 10px;
	border:1px solid #BFDBE4;
	margin-bottom:1px;
	margin-left:40px;
	color:#FFFFFF;
	cursor:pointer;
}

.SubCat:hover{ /*for ff. doesn't work in IE6*/
	font-weight:bolder;
}

.SubCat a{
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}

/*.SubCat a:hover{
	color:#000000;
	text-decoration:none;
}*/

#adminWeb{
	width: 100%;
	height:100%;
	background-color:#333333;
}

.blueLine{
	border-bottom:1px solid #32618F;
}

#headline
{
	width: 100%;
	text-align: left;
	font-size: 13px;
	font-weight:bold;
	color: #3083be;
	margin-top: 10px;	
	background-image:url(../images/headline-bar.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	
}

.daText{
	color:#2176ba;
	font-size:16px;
}

.headingBox{
	padding: 5px;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;		
	border-right: solid 1px #999999;
}

.headingBox2{
	padding: 5px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

.newsdoc{
	color: #000000;
	text-decoration:none;
}
.newsdoc a{
	color:#000000;
	text-decoration:none;
}
.newsdoc a:hover{
	color: #000000;
	text-decoration:none;
}
.newsdoc a:visited{
	color: #000000;
	text-decoration:none;
}
