/* GENERAL fonts 
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 10px;
}
H1 { font-size: 12px; color:#000000; text-decoration: underline;  }
H2 { font-size: 11px; color:#000000; text-decoration: underline;   }
P, H1, H2 {margin: 0px 0px 5px 0px;}
*/

TD#footer P {
	font-size: 10px;
	text-align: center;
	color:#000000;
}

/* Content column */
TD#content {
	padding: 15px 15px 15px 200px;
	color:#000000;
        font-size: 14px;
	vertical-align: top; 
	width: 640px;
	max-width: 500px;
	height: 400px; 
}
#######################
# FOR THE MAILFORM
#######################
.csc-mailform-field {
text-align:left;
margin-bottom:2px;
}

#.csc-form-labelcell {}

.csc-mailform-submit {
text-align:right;
}

label {float: left;
width:76px;}

##########################
#
#LEFT MENU STYLE
##########################
/* leftMenu column */
#mainMenu {
	position: absolute;
	top:160px;
	width: 160px;	
}

TD#mainMenu {
	position: absolute;
	top:160px;
	width: 160px;	
	padding-top: 10px;
	
}
TD#mainMenu DIV {
	width: 95%;
}
TD#mainMenu DIV A {
	color: #C3A37D;
	text-decoration: none;
}
TD#mainMenu DIV A:hover {
	text-decoration: underline;
        font-style:italic;
}

/*  MENU 1, level 1, normal state (NO) */
TD#mainMenu DIV.mainMenu-level1-no {
	/*border-bottom: 1px dotted #999999;*/
	font-size: 12px;
	padding-bottom:inherit;
	padding-top:5px;
	padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#mainMenu DIV.mainMenu-level1-act {
	border-bottom: 1px solid #999999;
	font-weight:bold;
	font-size: 12px;
	padding-top:5px;
	padding-left:5px;
	filter:alpha(opacity='70', style='0');
}
TD#mainMenu DIV.mainMenu-level1-act A {
	color:D1B085;
}

/*  MENU 1, level 2, normal state (NO) */
TD#mainMenu DIV.mainMenu-level2-no {
	font-size: 11px;
	padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#mainMenu DIV.mainMenu-level2-act {
  	font-size: 11px;
  	font-weight:bold;
  	padding-left:20px;
}
#top {
	margin: 5px 20px 0px 5px;
	height: 25px; /* ie5win fudge begins */
	height: 25px;
	}

html>body #top {
	height: 25px; /* ie5win fudge ends */
	}

.content A {
   	color:#3733CD;
}
.content A:hover {
    	color:#CCCCCC;
	text-decoration: underline;
}


.header_1 {
	background-image: url(banner.gif); 
	background-color: #000000;
}

