/* 
================================
Skin styles for DotNetNuke
================================
*/   
html,body {
    height: 100%;
    width: 100%;
    margin:0px;
padding:0px;
font-size:14px;
line-height:16px;
font-family: Tahoma, Verdana, Arial, sans-serif;
}


* {margin: 0; 
   padding: 0;}


.mainmenu
{
	background:url('/img/menubg2.png');
	width:230px;
	height:340px;
}

a, a:visited
{
	font-size:14px;
	color:green;
	text-decoration:underline
}
a:hover
{
	font-size:14px;
	text-decoration:none;
}

tr
{
	text-align:left;
}
.lefttop
{
	width:230px;
	padding-left:25px;
	padding-top:18px;
	padding-bottom:10px;
	text-align:left;
}
.middletop
{
	width:485px;
	padding-left:15px;
	padding-right:5px;
	vertical-align:bottom;
	font-size:10px;
	color:green;
	padding-bottom:10px;
}
.crumb,a.crumb,a.crumb:visited,a.crumb:hover
{
	font-size:12px;
	color:green;
}
.crumb2,a.crumb2,a.crumb2:visited,a.crumb2:hover
{
	font-size:12px;
	color:#929292;
}
.crmb
{
	padding-left:10px;
}

.righttop
{
	width:275px;
	padding-top:22px;
}
.maintop
{
	background:url('/img/topbg.png');
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
	margin-bottom:5px;
	height:50px;
}
.langtable
{

	color:#888;
	vertical-align:top;
}
.langtable tr td
{
		vertical-align:middle;
}
.langtable a
{
		font-size:11px;
	color:#929292;
}
.searchdiv
{

}
.searchcell
{
		padding-top:35px;
vertical-align:top;

}
.searchcellbutton
{
		padding-top:36px;
vertical-align:top;

}
.searchcell input
{
	height:17px;
	width:209px;
	border:solid 1px #929292;
	margin:0;
}
.menutd
{
	width:230px;
	text-align:left;
	vertical-align:top;
	background-color:White;
}
.contentcell
{
	background-color:White;
	vertical-align:top;
	text-align:left;
	padding: 0px 5px 0px 5px;
}
.innerContentCornercell
{
	background-color:White;
	vertical-align:top;
	text-align:left;
	padding: 5px 15px 0 0px;
}
.innerContentcell
{
	background-color:White;
	vertical-align:top;
	text-align:left;
	padding: 5px 15px 0 15px;
}
.rightcell
{
	vertical-align:top;
	width:275px;
	text-align:right;
	padding: 0 0 0 0;
}

.graycell
{
	height:340px;
	width:277px;
	background-image:url('/img/gray.jpg');
	text-align:right;
	border:0;
	
}
.graytext
{
	padding: 10px 20px 10px 20px;
	width:235px;

	text-align:justify;
}
.graytextInner
{
	padding: 0px 0px 10px 0px;
	width:175px;

	text-align:justify;
}
#rText strong,.leftHead
{
 color:#00923F;
 font-size:14px;
 font-weight:bold;
 text-align:justify;

}

.newsTableMain
{
	width:485px;
	border:0;
	margin-top:10px;

}
.contacts
{
	text-align:right;
	padding-top:15px;
	padding-right:20px;
	background: url('/img/contactsbg.jpg') no-repeat;
	background-position:right 25px;
}
.phone
{
 color:green;
}
.phone a
{
 color:green;
}
.contacts .phone{color:White; font-weight:bold;}
.contacts a{ color:White;}
.contacts { color:White;}

.bottom
{
	background:url('/img/bottombg.png');
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;

}

.author
{
	vertical-align:top;
	padding-top:10px;
	padding-left: 20px;
		padding-bottom:12px;
	font-size:10px;
	color:#969594;
	width:230px
}
.author a
{
	font-size:10px;
	color:#969594;
	text-decoration:none;
}
.copyright
{
	vertical-align:top;
	padding-top:10px;
	padding-left: 5px;
	font-size:10px;
	line-height:12px;
	color:#969594;
		padding-bottom:12px;
}




.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 15px;
	
}


.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}

.submenu0
{
	width:230px;
}


#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:230px;
		font-family:Calibri,Arial,sans-serif;
}
#navigation a.level1,#navigation a.level1NoChildren {
	cursor:pointer;
	padding: 7px 35px 7px 18px;
	font-size:14px;
	color:white;
	display:block;
	font-weight:bold;
	margin:0px;
	text-decoration:underline;
}
#navigation a.level1closed,#navigation a.level1 {

	background:url('/img/arrow6.gif') no-repeat scroll  195px 8px;
}
#navigation a.level1open,#navigation a.level1:hover{
	background:url('/img/arrowselected6.gif') no-repeat scroll  191px 7px;
}

#navigation a.level2,#navigation a.level2NoChildren {
	color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 20px 5px 10px;
	background-color:#68b92e;
	font-size:12px;

}
#navigation a.level2closed,#navigation a.level2 {

	background:#68b92e url('/img/arrow6.gif') no-repeat scroll  185px 6px;
}
#navigation a.level2open,#navigation a.level2:hover {
	background:#68b92e url('/img/arrowselected6.gif') no-repeat scroll  181px 5px;
}


#navigation a.level3{
	color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 20px 5px 15px;
	background-color:#68b92e;
	font-size:12px;

}
#navigation a.level3NoChildren 
{
	color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 0px 5px 15px;
	background-color:#68b92e;
		
	font-size:12px;	
	
}
#navigation a.level3closed,#navigation a.level3{

	background:#68b92e url('/img/arrow6.gif') no-repeat scroll 185px 6px;
}
#navigation a.level3open,#navigation a.level3:hover {
	background:#68b92e url('/img/arrowselected6.gif') no-repeat scroll 181px 5px;
}

#navigation a.level4,#navigation a.level4NoChildren{
	color:white;
	display:block;
	text-decoration: underline;
	padding:3px 20px 5px 0;
	background-color:#68b92e;
	padding-left:10px;
	font-size:12px;
}
#navigation a.level4closed,#navigation a.level4{

	background:#68b92e url('/img/arrow6.gif') no-repeat scroll 185px 6px;
}
#navigation a.level4open,#navigation a.level4:hover {
	background:#68b92e url('/img/arrowselected6.gif') no-repeat scroll 181px 5px;
}
#navigation a.level5,#navigation a.level5NoChildren{
	color:white;
	display:block;
	text-decoration: underline;
	padding:3px 20px 5px 0;
	background-color:#68b92e;
	padding-left:10px;
	font-size:12px;
}

#navigation a.headmenu {
	cursor:pointer;
	padding:5px 0 5px 15px;
	font-size:14px;
	background:url('/img/arrow2.png') no-repeat scroll 15px 5px;
	color:white;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: underline;
}
#navigation a.headmenuNoChildren {
	cursor:pointer;
	padding:5px 0 5px 15px;
	font-size:14px;
	color:white;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: underline;
}
#navigation a.headmenu:hover {
	color:white;
	padding:5px 0 5px 15px;
	font-size:14px;
	background:url('/img/arrow2.png') no-repeat scroll 15px 5px;
}
#navigation a.headmenu.selected {
	background: url('/img/arrowselected2.png') no-repeat scroll 12px 7px;
}
#navigation a.selected {
	background: url('/img/arrowselected2.png') no-repeat scroll 12px 7px;
}
#navigation ul {
	margin:0px;
	padding:0px;
	text-indent:0px;


}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:white;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding:3px 0 3px 0;
	background-color:#68b92e;
	padding-left:35px;
	font-size:12px;
}
#navigation li li a:hover {
	background-color:#c2c0c1;
	color:white;
}


.level1c {
	padding: 0;		
	width: 202px;
	display: none;	
	list-style: none;
	position:absolute;
	margin-top:-18px;
	margin-left:215px;
	z-index:1000;

}


.level2c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-18px;
	margin-left:203px;
	z-index:1000;

}


.level3c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-18px;
	margin-left:203px;
	z-index:1000;
}


.level4c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-18px;
	margin-left:203px;
	z-index:1000;
}


.smtop{	background:url('/img/smtop.png');height:10px;width:202px;}
.smbot{	background:url('/img/smbot.png');height:10px;width:202px;}
.smtopr{	background:url('/img/smtopr.png');height:10px;width:202px;}
.smbotr{	background:url('/img/smbotr.png');height:10px;width:202px;}

.innertopbody{width:1000px;background:white url('/img/topbody.jpg') repeat-x bottom;height:30px;}
.topbody{width:1000px;background:white url('/img/topbody.jpg') repeat-x bottom;height:30px;}
.toprightbody{width:50%;background:white url('/img/toprightbody.jpg') no-repeat bottom left;}
.topleftbody{width:50%;background:white url('/img/topleftbody.jpg') no-repeat bottom right;}
.leftbody{width:50%;background:white url('/img/leftbody.jpg') repeat-y right;}
.rightbody{width:50%;background:white url('/img/rightbody.jpg') repeat-y left;}
.bottombody{width:1000px;background:white url('/img/bottombody.jpg') repeat-x top;height: expression( (document.body.clientHeight > 600) ? (document.body.clientHeight-610) / 2 +"px" : "auto" )}
.bottomrightbody{width:50%;background:white url('/img/bottomrightbody.jpg') no-repeat top left;}
.bottomleftbody{width:50%;background:white url('/img/bottomleftbody.jpg') no-repeat top right;}

.mainbody
{
	width:1000px;
	vertical-align:top;
}
.openPane
{
	vertical-align:top;
	text-align:right;
	padding-bottom:5px;
	background: white url('/img/lgray.jpg') no-repeat bottom right;
}
.slidePane
{
	width:175px;
	vertical-align:top;
	padding-top:0px;
	background: #ECECEA url('/img/lgray2.jpg') no-repeat bottom left;

}
h1
{
	padding-bottom:12px;
}
ul
{
	padding-left:20px;
}

.galImage
{
	display:block;
}
.leftPane
{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}
#dnn_leftContentPane,#dnn_rightContentPane
{
	padding-top:15px;
	vertical-align:top;
}

#rotator
{
	cursor:pointer;
}
iframe {
overflow: hidden;

} 

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/img/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: green;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/img/loading.gif) no-repeat 0 50%;
}

.clickDiv {
border-bottom:1px dashed green;
color:green;
cursor:pointer;
font-size:12px;
margin-bottom:10px;
}
.showDiv {
display:none;
margin-top:10px;
margin-bottom:10px;
font-size:13px;
}
.answerDiv
{
	margin-top:10px;
}
.showDiv input[type=text],.showDiv textarea,.answerDiv input[type=text],.answerDiv textarea
{
	width:450px;
}
.opinitem
{
	width:100%;
	border-top: 1px solid #97a5b0;
}
.subText
{
	color:#929292;
	font-size:12px;
}

.paging
{
	margin-top:12px;
}
.paging a
{
	padding-left:5px;

}
.paging a.stran_a
{
	color:Black;
	text-decoration:none;
}

.showDiv
{
	font-size:12px;
	display:none;
}

.clickDiv {
border-bottom:1px dashed #008000;
cursor:pointer;
font-size:12px;
}






.jcarousel-skin-ie7 .jcarousel-container {


}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 545px;
    padding: 0px 40px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  545px;
}



.jcarousel-skin-ie7 .jcarousel-item {
    width: 150px;
    border: 1px solid #fff;
    padding-right:6px;
    padding-left:6px;
}


.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 32px;
    height: 82px;
    cursor: pointer;
    background: transparent url(/js/carousel/next.gif) no-repeat 0 0;
}



.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 32px;
    height: 82px;
    cursor: pointer;
    background: transparent url(/js/carousel/prev.gif) no-repeat 0 0;
}


.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;

}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




h6
{
	color:Black;
	font-size:14px;
	margin-left:10px;
	margin-bottom:10px;
}



 a.rlvl1, a.rlvl1NoChildren {
		font-family:Calibri,Arial,sans-serif;
			cursor:pointer;
	padding: 7px 2px 7px 22px;
	font-size:14px;
	color:#009249;
	display:block;
	font-weight:bold;
	margin:0px;
	text-decoration:underline;
}
 a.rlvl1closed, a.rlvl1 {

	background:url('/img/rarrow.gif') no-repeat scroll 10px 11px;
}
 a.rlvl1open, a.rlvl1:hover{
	background:url('/img/rarrowselected.gif') no-repeat scroll  9px 11px;
}

 a.rlvl2, a.rlvl2NoChildren {
		font-family:Calibri,Arial,sans-serif;
			color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 5px 5px 22px;
	background-color:#68b92e;
	font-size:12px;

}
 a.rlvl2closed, a.rlvl2 {

	background:#68b92e url('/img/arrow6r.gif') no-repeat scroll  5px 6px;
}
 a.rlvl2open, a.rlvl2:hover {
	background:#68b92e url('/img/arrowselected6r.gif') no-repeat scroll  5px 6px;
}


 a.rlvl3, a.rlvl3NoChildren  {
		font-family:Calibri,Arial,sans-serif;
			color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 5px 5px 22px;
	background-color:#68b92e;
	font-size:12px;

}
 a.rlvl3closed, a.rlvl3{

	background:#68b92e url('/img/arrow6r.gif') no-repeat scroll  5px 6px;
}
 a.rlvl3open, a.rlvl3:hover {
	background:#68b92e url('/img/arrowselected6r.gif') no-repeat scroll  5px 6px;
}

 a.rlvl4, a.rlvl4NoChildren
 {
 			font-family:Calibri,Arial,sans-serif;
	color:white;
	display:block;
	text-decoration: underline;
	padding: 3px 5px 5px 22px;
	background-color:#68b92e;
	font-size:12px;
}
 a.rlvl4closed, a.rlvl4{

	background:#68b92e url('/img/arrow6r.gif') no-repeat scroll  5px 6px;
}
 a.rlvl4open, a.rlvl4:hover {
	background:#68b92e url('/img/arrowselected6r.gif') no-repeat scroll  5px 6px;
}
 a.rlvl5, a.rlvl5NoChildren
 {
 			font-family:Calibri,Arial,sans-serif;
	color:white;
	display:block;
	text-decoration: underline;
	padding:3px 20px 5px 0;
	background-color:#68b92e;
	padding-left:10px;
	font-size:12px;
}




.rlvl2c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-23px;
	margin-left:-199px;
	z-index:1000;

}

.rlvl3c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-18px;
	margin-left:-203px;
	z-index:1000;
}

.rlvl4c {
	padding: 0;		
	width: 202px;
	list-style: none;
	display: none;	
	position:absolute;
	margin-top:-18px;
	margin-left:-203px;
	z-index:1000;
}



.photoframe
{
	height:9px;
	background: transparent url(/img/photo.gif) repeat-x scroll 0 0;
}

.flink
{
	color:green;
font-size:14px;
cursor:pointer;
}

h1.title15 .Head
{
color:#333333;
font-family:Tahoma,Arial,Helvetica;
font-size:15px;
font-weight:normal;
text-transform:uppercase;
font-weight:bolder;
}

a.newsTitleLink
{
    font-size:15px;
    font-weight:bold;
    color:Black;
    text-decoration:none;
}