/* CSS Document */

body {
	background-image: url(../images/page_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #dadada;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

body, td, input, select, textarea, div {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 12px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: none;
}


#divcontainer {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/container_bkg.jpg);
	height: auto;
	text-align: center;
}



#divheader {
	background-image: url(../images/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 167px;
	text-align: center;
	clear:both;
	width: 100%;
}

#divcontent {
	background-image: url(../images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: auto;
	}



#divfooter {
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	text-align: center;
	padding: 25px 0px;
	clear:both;
	background-color: #DADADA;
	color: #666666;
}


.main970 { 
	width: 970px; 
	text-align: left;
	}
	
.tdmenu {
	text-align: center;
	background-image: url(../images/menu_bkg.gif);
	height: 40px;
	vertical-align: middle;
	width: 130px;
	white-space: nowrap;
	padding: 0px 10px;
	cursor: pointer;
}

.tdmenu a {
	color: #535D78;
	text-decoration: none;
	font-weight: bold;
}
.tdmenu a:hover {
	font-weight: bold;
	color: #CD2518;
	text-decoration: none;
}

.tdmenu2, .tdmenu3 { width: 154px;}

.tdmenu1 {
	background-image: url(../images/menu_bkg_first.gif);
	background-position: left top;
}
.tdmenu8 {
	background-image: url(../images/menu_bkg_last.gif);
	background-position: right top;
}


.pagetitle {
	font-size: 26px;
	color: #D0281B;
	line-height:normal;
}

.pagesubtitle {
	font-family: Tahoma, Arial, Verdana;
	font-size: 17px;
	color: #CC2417;
	line-height:normal;	
}

.pagemark {
	font-size: 13px;
	font-weight: bold;
	color: #C92114;
}

.pagebox {
	background-color: #eeeeee;
	padding: 30px 20px;
}

.imgborder {
	border: 1px solid #DADADA;
}

hr { margin: 10px 0px; 
	height: 0px;
	border-top: 1px dashed #cccccc;}
	
	
.pageboxline { border: 1px solid #dddddd;}	
