.stwidth {
	width: 766px;
	}

body {
	padding:0px;
	margin:4px;
		}

img {border: 0px;}

.content_text {
font-family: arial;
	font-size:12px;
	line-height:15px;
	color:#323232;
}
.ls1_text, .ls1_text a {
	font-family: Tahoma;
	font-size:10px;
	line-height:10px;
	color:#828282;
	text-decoration: none;
	}
	
.ls1_text a:hover {
	text-decoration: underline;
	}
	
.ls_text, .ls_text a {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
	}
	
.ls_text a:hover {
	text-decoration: underline;
	}
	
.h_text {
	font-family: Tahoma;
	font-size:11px;
	line-height:13px;
	color:#323232;
	}

.white_link, .white_link a, .white_link a:hover {
	font-family: Tahoma;
	font-size:11px;
	line-height:13px;
	color:#ffffff;
	}

.white_text {
	font-family: Tahoma;
	font-size:11px;
	line-height:13px;
	color:#ffffff;
	}
.white_text a, .white_text a:hover {
	font-family: Tahoma;
	font-size:11px;
	line-height:13px;
	color:#FFEA00;
	text-decoration: none;
	}
	
.l1_text, .l1_text a {
	font-family: Tahoma;
	font-size:11px;
	line-height:11px;
	color:#007CC3;
	}
.footerorangeline {	
	background-image: url('../images/f-line.jpg');
	}
	
.footer_text {
	font-family: Tahoma;
	font-size:11px;
	line-height:11px;
	color:#000000;
	}
	
.footer_text a {
	color:#007CC3;
	text-decoration: underline;
	}
	
.footer_text a:hover {
	color:#007CC3;
	text-decoration: none;
	}
	
.c_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#767676;
	}
	
.f_text
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:10px;
		color:#767676;
	}

	
a.ud_text {
	text-decoration:underline;
	}
a.ud_text:hover {
	text-decoration:none;
	}
	
a.witout_ud {
	text-decoration:none;
	}
a.witout_ud:hover {
	text-decoration:underline;
	}
	
.header_text, .header_text a {
	font-family: Tahoma;
	font-size:11px;
	line-height:11px;
	color:#AAF8FF;
	}
	
.orangebg {
	background-color: #FF8400;
	}

.linkbarheading {
	font-size: 16px;
	padding-left: 10px; 
	margin-left: 10px; 
	font-family: Tahoma;
	list-style: none;
	color: #0C5791;
	font-weight: bold;
	}

.linkbar {
font-size: 11px;
padding-left: 15px; 
margin-left: 15px; 
font-family: Tahoma;
color:#323232;
list-style-image:url('../images/arrow.gif');
}

.link, .link a, .link a:hover {
	margin-left: 5px; 
	margin-top: 5px;
	}
.mainheading {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFEA00;
	background-color: #000066;
	font-weight: bold;
	}
	
.imageborder {
	 border:2px solid #C0C0C0; 
	 margin-right:0px; 
	 margin-top:0px"
	}
	
	
	
	/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/





/* tame the lists */
ul.vertical, ul.vertical li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%; /* fix for win/ie's "non-linear text scaling" bug */
	}


/* navbar list */
ul.vertical {
	position:absolute;
	z-index:1000;
	cursor:default;
	
	/* navbar width */
	width:8em;

	/* navbar left and top position 
	   this DOES NOT already include 1px compensation 
	   on TOP, for list-item border collapse 
	   (1px defaults to around 0.05em) */
	left:1em;
	top:4.05em;
	}

/* navbar list-items */
ul.vertical li {
	position:relative;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	
	/* duplicate navbar width */
	width:8em;
	
	/* shift list-items to collapse borders vertically */
	margin:-1px 0 0 0;
	}


/* menu lists */
ul.vertical ul {
	z-index:1020;
	cursor:default;
	position:absolute;
	
	/* menu width */
	width:8.2em;
	
	/* menu offset, which already includes 1px compensation 
	   on TOP, for list-item border collapse */
	margin:-0.5em 0 0 7.5em;
	/* overlapping the menus improves usability */
	
	/* 
	position menus off the screen to hide 
	because using display, visibility, overflow or clip,  
	would hide them from browser-based screenreaders as well 
	*/
	top:-100em;
	
	/* shift menus to collapse navbar->menu borders */
	left:-1px;
	
	/* compensate for list-item border collapse */
	padding:1px 0 0 0;
	}
	
/* menu list-items */
ul.vertical ul li {
	/* duplicate menu width */
	width:8.2em;
	}


/* further child-menu offset */
ul.vertical ul ul {
	/* this already includes 1px compensation 
	   for list-item border collapse */
	margin:-0.5em 0 0 7.7em;
	/* overlapping the menus improves usability */
	}


/* menu triggers -- position menus back on the screen to show 
   hide these from safari < 1.2 because of it's "sticky hover" bug 
   that would make it difficult or impossible to close the menus 
   we're hiding it using the "@media with Media Type in Mixed Case" hack
   http://www.dithered.com/css_filters/css_only/media_mixed_case.html */
@media Screen, Projection { 
	ul.vertical li:hover > ul { top:0; }
	}


/* links */
ul.vertical a, ul.vertical a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	
	background:#ffc;
	border:1px solid #edbb85;
	padding:5px 7px;
	font:normal normal bold 0.7em tahoma, verdana, sans-serif;
	color:#008000;
	text-decoration:none;
	letter-spacing:1px;
	}
	
/* rollover pseudo-classes, and scriptable persistence class */
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {
	background:#ffefcf;
	color:#806020;
	}



/* hacks for win/ie to cure 'excess hidden margins' bug */
@media screen, projection {
	* html ul.vertical li {
		/* for ie5.0 */
		display:inline; 
		/* for ie5.5+ */
		f\loat:left; 
		/* this cures 'events fall through the menu' bug in ie6 */
		background:#ffffff; 
		}
	}
	
/* use different comparative positioning for ie, 
   to avoid problems with virtual z-ordering */
* html ul.vertical li { position:static; }
* html ul.vertical a { position:relative; }

/* hide menus from konqueror < 3.2 */
ul[class^="vertical"] ul { display:none; }
ul[class^="vertical"] ul { displa\y:block; }