/* body style */
body {
color:#5d4b29;
font-family: Verdana;
font-size: 9px;
font-weight: normal;
padding: 0px 0px 0px 0px;
background-image: url(../images/bodybg.gif);
background-repeat:  repeat-y;
background-position: top left;
}
table {
color:#5d4b29;
font-family: Verdana;
font-size: 9px;
}
/* links style */
a:link {
    color: #950B00;
    font-family: verdana;
	font-size: 9px;
	font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #950B00;
    font-family: verdana;
	font-size: 9px;
	font-weight: normal;
    text-decoration: none;
}

a:visited {
    color: #950B00;
    font-family: verdana;
	font-size: 9px;
	font-weight: normal;
    text-decoration:none;
}

a:active {
    color: #950B00;
    font-family: verdana;
	font-size: 9px;
	font-weight: normal;
    text-decoration: none;
}


a.more:link {
color: #625F22;
font-weight: none;
font-size: 9px;
text-decoration: underline;
font-weight: bold;
}

a.more:hover {
color: #625F22;
font-size: 9px;
font-weight: none;
text-decoration: underline;
font-weight: bold;
}

a.more:visited {
color: #625F22;
font-size: 9px;
font-weight: none;
text-decoration: underline;
font-weight: bold;
}


a.more:active {
color: #625F22;
font-size: 9px;
font-weight: none;
text-decoration: underline;
font-weight: bold;
padding: 0px 0px 0px 0px;
}








.bold {
	/*color:#2182AD;*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}






.copyright {
	color: #B4B4B4;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
}


.right{
        background-image: url(../images/right.jpg);
        background-repeat: no-repeat;
        background-position: center top;
		
		

}

.dante{
        background-image: url(../images/dante.jpg);
        background-repeat: no-repeat;
        background-position: center top;
		
		

}

.center {
	color:#5d4b29;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 10px 0px 30px;
}


.title {
	color:#625F22;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	
}


.title1 {
	color:#950B00;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	
}

.date {
	color:#950B00;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	
}


.title_new {
	color:#950B00;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	
	
}
#banners {
position: relative;
}
#menu {
position: relative;
z-index: 100;
}

#menu ul { 
        margin: 0; 
        padding: 0; 
        list-style: none;
        width: 140px; /* Width of Menu Items */ 
        border-bottom: none; 
} 

#menu ul li { 
        position: relative;
} 

#menu li ul { 
        position: absolute; 
        left: 141px; /*Set 1px less than menu width */ 
        top: 0; 
        display: block;
		border-bottom: 1px solid #DB906A;
		/*width: 180px;*/
} 

#menu li:hover ul {
        display: block; 
} 

#menu li:hover>ul { 
        visibility:visible; 
} 

#menu ul ul {
        visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
        margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
        display: block; 
		font-size: 10px;
        text-decoration: none; 
        color: #FFF2CB; 
        background: #A51E00; /* IE6 Bug */ 
        border: none; 
        border-bottom: 0; 
		padding: 4px 4px 4px 18px
		
} 

/* Hover Styles */ 
#menu ul a:hover { 
        color: #FFF2CB;
		font-size: 10px; 
        background: #BE5A37;
		padding: 4px 4px 4px 18px 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
        text-decoration: none; 
		font-size: 10px;
        color: #FFF2CB; 
        background: #A51E00; /* IE6 Bug */
        border: 1px solid #DB906A;
		border-bottom: none;
		padding: 4px 4px 4px 18px;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
        color: #FFF2CB; 
		font-size: 10px;
        background: #BE5A37;
        border: 1px solid #DB906A;
		border-bottom: none;
} 

/* Icon Styles */ 
#menu ul li a {
background:#A51E00 url("../images/r_arrow.gif") no-repeat left; 
background-position: 0px 9px;
} 
#menu ul li a:hover {
background:#BE5A37 url("../images/r_arrow_over.gif") no-repeat left;
background-position: 0px 9px;
}

/*input styles*/
.danteinput {
font-family: Verdana;
font-size: 11px;
color: #837939;
height: 15px;
width: 200px;
background: #CFC28D;
padding: 0px 0px 0px 3px;
font-weight: bold;
border: 0px
}

/* mce styles */
.bold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.title {
	color:#625F22;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.red {
	color:#950B00;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}
.red10px {
	color:#950B00;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.red11px {
	color:#950B00;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.red12px {
	color:#950B00;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.green {
	color:#625F22;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}
.green10px {
	color:#625F22;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.green11px {
	color:#625F22;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.green12px {
	color:#625F22;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.text9px {
font-size: 9px;
}
.text10px {
font-size: 10px;
}
.text11px {
font-size: 11px;
}
.text12px {
font-size: 12px;
}

.table_style {
	background-color: #FFF2CB;
	border: 1px solid #B1A27D;
	border-collapse: collapse;
}
.table_style td {
	border: 1px solid #B1A27D;
	border-collapse: collapse;
	padding: 4px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table_style_1st_row, .table_style_1st_row td {
	background-color: #E6DAAD;
	border: 1px solid #B1A27D;
	border-collapse: collapse;
	font-weight: bold;
	padding: 8px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.table_style_last_row, .table_style_last_row td {
	background-color: #B1A27D;
	border: 1px solid #B1A27D;
	border-collapse: collapse;
	padding: 4px;
	text-align: center;
}

.table_style2 {
	background-color: #E5AE86;
	border: 1px solid #D17F56;
	border-collapse: collapse;
}
.table_style2 td {
	border: 1px solid #D17F56;
	border-collapse: collapse;
	padding: 4px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table_style2_1st_row, .table_style2_1st_row td {
	background-color: #B23E1E;
	border: 1px solid #D17F56;
	border-collapse: collapse;
	font-weight: bold;
	padding: 8px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.table_style2_last_row, .table_style2_last_row td {
	background-color: #D17F56;
	border: 1px solid #D17F56;
	border-collapse: collapse;
	padding: 4px;
	text-align: center;
}

/* CoolMenus 4 - default styles - do not edit */ 

.clCMAbs{
position:absolute;
visibility:hidden; 
left:0; 
top:0
} 

/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/ 

.clBar{
position:absolute; 
width:10; 
height:10;
background-color:Navy; 
layer-background-color:Navy; 
visibility:hidden;
} 

/*Styles for level 0*/ 

.clLevel0,.clLevel0over{
position:absolute; 
padding: 2px 2px 2px 18px;
font-family: verdana; 
font-size:10px; 
font-weight: normal;
}

.clLevel0{
background-color: #A51E00; 
layer-background-color: #A51E00; 
color: #FFF2CB;
background-image: url(../images/r_arrow.gif);
background-repeat: no-repeat;
/*background-position: left top;*/
background-position: 0px 7px;
}

.clLevel0over{
background-color:#BE5A37; 
layer-background-color:#BE5A37;
color: #FFF2CB; 
/*cursor:pointer; */
cursor:hand;
background-image: url(../images/r_arrow_over.gif);
background-repeat: no-repeat;
/*background-position: left top;*/
background-position: 0px 7px;
} 

.clLevel0border{
position:absolute;
visibility:hidden; 
background-color:#A51E00; 
layer-background-color:#A51E00;
}

/*Styles for level 1*/ 

.clLevel1, .clLevel1over{
position:absolute; 
padding: 2px 2px 2px 16px;
font-family: verdana; 
font-size:10px; 
font-weight: normal;
white-space: normal;
}

.clLevel1{
background-color:#A51E00; 
layer-background-color:#A51E00; 
color: #FFF2CB;
background-image: url(../images/r_arrow.gif);
background-repeat: no-repeat;
/*background-position: left top;*/
background-position: 0px 7px;
}

.clLevel1over{
background-color:#BE5A37; 
layer-background-color:#BE5A37;
color: #FFF2CB; 
cursor:hand;
background-image: url(../images/r_arrow_over.gif);
background-repeat: no-repeat;
/*background-position: left top;*/
background-position: 0px 7px;
} 

.clLevel1border{
position:absolute;
visibility:hidden; 
background-color: #DB906A; 
layer-background-color: #DB906A;
}