A.menu {
   text-decoration:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight:bold;
   color:#06366f;
   text-align:justify;
   display:block; 
   border:1px solid #dcdad2;
   height:20px;
   padding-top:0;
      }

A.menu:hover {
   text-decoration:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   color:#06366f;
   text-align:justify;
   display:block; 
   background:#dcdad2;
   padding-top:0;
	}

.times {
   border:1px solid #dcdad2;
   text-decoration:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   text-align:center;
   color:#053670;
	}

.titlebar {
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color:#fff;
   text-indent: 15px;
   letter-spacing: .2em;
	}

.copy {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color:#fff;
   text-indent: 15px;
	}
	
.text {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color:#000;
   text-align:left;
   	}
	
A.read {
  text-decoration:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight:bold;
   color:#053670;
   text-align:justify;
   }
   
A.read:hover {
  text-decoration:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight:bold;
   color:#ee6100;
   text-align:justify;
   }

p {
   text-align: justify;
   font-size: 15px;
   padding: 5px;   
   }
   
.Sub-Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

.text2 {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:#000;
   text-align:center;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-align:left;
	border: none;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
BODY {
	background-color : #FFFFFF;
	background-image : url(../images/newblackfade.jpg);
	background-position : left top;
	background-repeat : repeat-x;
	margin: 0px 0px 0px 0px;
	padding : 0;
	text-align : justify;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	list-style-type: square;
	cursor: text;



}
/* PRIMARY COLUMN
--------------------------------------------------------- */

#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 70%;
	background:  url(../images/content-center3.gif) repeat-y center #FFFFFF;
}


#ja-content-top {
	background:  url(../images/content-top3.gif) no-repeat center top;
}


#ja-content-bot {
	background:  url(../images/content-bot3.gif) no-repeat center bottom;
}


.narrow #ja-content {
	background:  url(../images/content-center3-n.gif) repeat-y center #FFFFFF;
}


.narrow #ja-content-top {
	background:  url(../images/content-top3-n.gif) no-repeat center top;
}


.narrow #ja-content-bot {
	background:  url(../images/content-bot3-n.gif) no-repeat center bottom;
}


#ja-current-content {
	padding: 20px;
	margin: 0;
}



/* COLUMNS

--------------------------------------------------------- */

#ja-col1 {
	float: left;
	overflow: hidden;
	width: 30%;
}


#ja-col1 div.ja-innerpad {
	padding-right: 5px;
}


#ja-col2 {
	float: right;
	overflow: hidden;
/*	width: 30%; 

        width: 36%;*/
       width: 320px;
}


#ja-col2 div.ja-innerpad {
	padding-left: 5px;
}


/*common style for column*/
