@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana;
	font-size:12px;
	color: #FFFFFF;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background:url(../images/image_01.jpg) repeat-x #0031b7;
	}

img{
	border:none;
}	
.tdBgImg16 {

	background-image:url(../images/image_16.jpg);
	background-repeat: no-repeat;
}
.tdBgImg18 {
	background-image:url(../images/image_18.jpg);
}
.tdBgImg19 {
	background-image:url(../images/image_19.jpg);
}
.tdBgImg20 {
	background-image:url(../images/image_20.jpg);
}
.tdBgImg21 {
	background-image:url(../images/image_21.jpg);
}
.tdBgImg24 {
	/*background-image:url(../images/image_24.jpg);*/

background-position:left top;
	background-repeat:repeat-x;
}
.tdBgImg25 {
	background-image:url(../images/image_25.jpg);
}
.tdInnerbg {
	background-image:url(../images/innerbg_16.gif);
	background-repeat:no-repeat;
}
.link{
	font-family:Verdana;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.link:hover{
	font-family:Verdana;
	color: #CCCCCC;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

.link1{
	font-family:Verdana;
	color:#0000CC;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.link1:hover{
	font-family:Verdana;
	color: #0066CC;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

.content{
	font-family:Verdana;
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
a.linknavigation{
	font-family: Verdana;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
a.linknavigation:hover{
	font-family: Verdana;
	font-size:12px;
	color: #FF8080;
	text-decoration:none;
	font-weight: normal;
}


.tdContentArea {
    padding-top:5px;
}
.dvPageheading {
    width:100%;
    height:15px;
    padding:5px 0px 20px 5px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}
.dvBreadcrum {
    width:100%;
    height:15px;
    border-bottom:1px solid black;
    padding:5px 0px ;
}
.dvBreadcrum a {
	color: #ffffff;
	text-decoration:none;
}
.dvBreadcrum a:hover {
	color: #ffffff;
	text-decoration:underline;
}
/* ##Date picker style */
/* 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;
}
/* ##Date picker style */



#scrollup {
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	height:89px;
	width: 100%;
}

.headline {
	text-align:left;
	position: absolute;
	top: 210px;
	left: 5px;
	width:100%;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
}

.ulSiteMap li {
    padding:3px;
    font-size: 11px;
}
.ulSiteMap li a {
    color:#ffffff;
    font-family: Verdana;

    text-decoration: none;
}
.ulSiteMap li a:hover {
    text-decoration:underline;
}
.ulSiteMap li a:visited {
    color:#ffffee;
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
}
.ulSiteMap li a:visited:hover {
    text-decoration:underline;
}
.tdTopNav {
/* border:1px solid red;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}
 /* Quick links list */
 .ulQuickLink {
	margin:10px 0px 0px 0px;
	list-style-image: url(../images/linksimg_03.gif);

 }
 .ulQuickLink li a{
	 margin-left:0px;
 }
.ulQuickLink li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.ulQuickLink li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF8080;
	text-decoration:none;
	font-weight: bold;
}
.link{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

input[type="button"] {
	vertical-align:middle;
	border:0px solid blue;
	height:30px;
	background:url("../images/btn_bg.gif") repeat-x;
	color:#fff;
	padding:0px 10px 10px 10px;
	font-weight:bold;
}

/** Styles for Department headers **/
#deptHeaderContainer{
	margin:auto;
	width:1000px;
}

#deptHeader{
	float:left;
	width:1000px;
	height:157px;
	background:url("../images/header_dept.jpg") no-repeat;
}
#deptHeaderTitle{
	float:right;
	display:inline;
	margin:80px 42px 0px 0px;
	color:#FFF;
	font-size:24px;
}