body {
	background-color: #0c68a3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a{
	text-decoration:underline;
	color:#073d5f;
	font-weight:bold;
}
a:hover
{
	text-decoration:none;
}

.leftshade {
	background-image: url(../images/left-shade.jpg);
	background-repeat: repeat-y;
}
.rightshade {
	background-image: url(../images/right-shade.jpg);
	background-repeat: repeat-y;
}
.menubar1 {
	background-image: url(../images/menu-color.jpg);
	background-repeat: repeat-x;
}
.menucolor {
	background-image: url(../images/menu-color.jpg);
	background-repeat: repeat-x;
}
.textbg {
	background-image: url(../images/text-bg.jpg);
	background-repeat: repeat-x;
}
.txbg {
	background-image: url(../images/txbg.jpg);
	background-repeat: repeat-x;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.txmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.style2 {color: #FF0000}
.menustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.menucolor td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footcolor {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}

.footerstrip
{
	height:36px;
	background-color:#5273A0;
	margin-bottom:1px;
	background-image:url(../images/footer3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
}


.f123 {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}
.footerimage {
	background-image: url(../images/footerimage.jpg);
	background-repeat: repeat-x;
}

.tex2bg {
	background-image: url(../images/txbg.jpg);
	background-repeat: repeat-x;
}
.innbg {
	background-image: url(../images/text-bg2.jpg);
	
}

.middiv
{
	background-image: url(../images/text-bg2.jpg);
	background-repeat:repeat-x;
	background-color:white;
	margin:0px 0px 0px 0px;
	min-height:500px;
	height:auto;
	border:0px solid white;
}

.dvcontent
{
	width:610px;
	/*margin:5px 5px 0px 0px;*/
	padding:5px 10px 10px 10px;
	height:auto;
}


/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	border:0px;
	background: url('../images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */

input.dp-applied {
	width: 140px;
	float: left;
}

.block{
	text-align: justify;
	margin: 7px 12px 7px 12px;
}


 
#scrollup {
  position: relative;
  overflow: hidden;
   height: 150px;
  width: 234px;
}

.headline {
  text-align:left;
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:230px;
}

