HTML {
	height: 100%;
}

BODY {
	color : #000000;
	text-decoration : none;
	font-family: Verdana, Geneva, sans-serif;  
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	background : #e0f4fc;
	background-image : url(/shared/images/skin_bl/Body_Bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	height: 100%;
}


@media print {
	.screen-only, .screen-only * {
		display: none !important;
	}
	
	.print-only, print-only * {

	}
}

@media screen {
	.screen-only, .screen-only * {

	}
	
	.print-only, print-only * {
		display: none !important;
	}
}


IMG.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}


SPAN {
	font-size: 14px;
}


.error { 
	display: block;
	border: 1px solid #000000;
	background-color: #ffc0c0;
	padding: 4px;
	float: none;
	width: 600px;
	
	
}	

/*  HEADER  */
.DIV_Top_Container {
	width: 968px;
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
}

.DIV_Header {
	background: transparent url(../images/top_shadow.png) no-repeat bottom;
	height: 20px;
}

.DIV_Header_Content {
	
}




/*  BANNER  */
.DIV_Banner {
	background: transparent url(../images/banner_shadows.png) no-repeat;
	height: 153px;
}

.DIV_Banner_Content {
	background: #ffffff url(../images/Public_Banner.png);
	width: 940px;
	height: 150px;
	border-top: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	text-align: center;
	Color: #ffffff;
	Font-Family: Arial;
	Font-Size: 12px;
	Font-Weight: Bold;
}






/*  BODY  */
.DIV_Body_Wrap {
	background: transparent url(../images/body_shadows.png) repeat-y;
	width: 968px;
	margin-left: auto ;
  	margin-right: auto ;
	/* height: 100%; */	
}


.DIV_Body_Container {
	background: #ffffff;
	/* Padding-Left + Padding-Right + Width should equal 940*/
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 5px;	
	border-top: 0px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 0px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	/* min-height: 400px; */
}


.DIV_Body {
	padding-top: 5px;
	padding-bottom: 5px;
}


.DIV_Msg {
	background-color: #99ccff;
	height: 30px;
	color : #000000;
	text-decoration: none;
	text-align : center;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight : bold;
	font-size: 16px;
	line-height: 30px;
	border-top: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
	border-left: 2px solid #303030;
}



.DIV_Warning {
	background-color: #ffc0c0;
	height: 30px;
	color : #000000;
	text-decoration: none;
	text-align : center;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight : bold;
	font-size: 16px;
	line-height: 30px;
	border-top: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
	border-left: 2px solid #303030;
}



.DIV_Note {
	background-color: #cccccc;
	color : #000000;
	text-decoration: none;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight : bold;
	font-size: 12px;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: 1px solid #303030;
	padding: 10px;
}



/* Content Box */
.DIV_Content_Box_Full {
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	margin: 0px 5px 5px 5px;
}

.DIV_Content_Box_Center {
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	margin: 5px 5px 5px 5px;
	width: 500px;
	margin-left: auto ;
  	margin-right: auto ;
	text-align: left;
}

.DIV_Content_Box_500_Center {
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	margin: 5px 5px 5px 5px;
	width: 500px;
	margin-left: auto ;
  	margin-right: auto ;
}

.DIV_Content_Box_445_Left {
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	margin: 5px 5px 5px 5px;
	width: 445px;
}

.DIV_Content_Box_445_Right {
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	margin: 5px 5px 5px 5px;
	width: 445px;
	float: right;
}


.DIV_Content_Box_Header {
	background-image : url(../images/Horz_Nav_Bg.png);
	height: 30px;
	color : white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	padding-top: 0px;
	padding-left: 8px;
	font-weight : bold;
	font-size: 14px; 
	line-height: 30px;
	/* text-align: center; */
}


.DIV_Content_Box_Header a {
	color : white;
	text-decoration: none;
	font-weight : bold;
	font-size: 12px; 
}




.DIV_Content_Box_Contents {
	color : #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}


.DIV_Content_Form_Center {
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	margin: 5px 5px 5px 5px;
	width: 500px;
	margin-left: auto ;
  	margin-right: auto ;
	text-align: left;
}

.DIV_Content_Form_Contents {
	color : #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}





/*  FOOTER  */
.DIV_Footer_Wrap {
	background: transparent url(../images/footer_bg.png);
	width: 968px;
	height: 105px;
	margin-left: auto ;
  	margin-right: auto ;
	
}


.DIV_Footer {
	color: #ffffff;
	width: 940px;
	border-top: 0px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 0px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	padding-top: 60px;
	text-align:	center;
}

.DIV_Footer a {
	color:	#cccccc;
}



/*  PAGE END  */
.DIV_End_Wrap {
	width: 968px;
	/* height: 105px; */
	margin-left: auto ;
  	margin-right: auto ;
	
}

.DIV_End {
	color: #333333;
	border-top: 0px solid #303030;
	border-right: 0px solid #303030;
	border-bottom: 0px solid #303030;
	border-left: 0px solid #303030;
	margin-left: 12px;
	margin-right: 12px;
	padding-right: 30px;
	text-align:	right;
}

.DIV_End a {
	color:	#cccccc;
}



/* FORMS */
.FORM_Text_Box {
	width: 380px;
	background-color: #dddddd;
}


.FORM_Text_Box_Money {
	width: 372px;
}

.FORM_Textarea {
	width: 600px;
	height: 100px;
	font-family: Arial, Helvetica, Geneva; 
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : Black;
}

.FORM_Select {
	width: 385px;
	background-color: #f9fafb;

}


.FORM_SubButton {
}

.FORM_Search_Box {
	width:140px;
	border: 1px solid #006;
    background: #ffc;

}

.FORM_Search_Box:hover {
    border: 1px solid #f00;
    background: #ff6;
}


.FORM_Search_Submit {
	margin-right:3px;
}

input {
	margin:3px 2px 3px 2px;
	padding:1px 1px 1px 1px;
}
















/* Login Box */
.DIV_Login_Box {
	border-top: 2px solid #555555;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #555555;
	margin: 5px 5px 5px 5px;
	width: 300px;
	margin-left: auto ;
  	margin-right: auto ;
}


.DIV_Login_Box_Header {
	background-image : url(../images/Horz_Nav_Bg.png);
	height: 30px;
	color : white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	padding-top: 0px;
	padding-left: 8px;
	font-weight : bold;
	font-size: 14px; 
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #555555;
}

.DIV_Login_Box_Contents {
	color : black;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 16px;
}


.Login_Text_Box{
	width: 135px;
	background-color: White;
}

.Login_Button{
	color: White;
	font-weight : Bold;
	background-color: #475875;
	border-color: #555555;
	padding-right: 5px;
	padding-left: 5px;
}




/* HORZ NAV */

.DIV_Horz_Nav_Wrap {
	background: transparent url(../images/body_shadows.png) repeat-y;
	width: 968px;
	margin-left: auto ;
  	margin-right: auto ;
	z-index: 1;
}

.DIV_Horz_Nav {
	background: #336699 url(../images/horz_nav_bg.png);
	width: 940px;
	height: 31px;
	border-top: 0px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 0px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
}




.DIV_Horz_Nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.DIV_Horz_Nav li {
	float: left;
	/*background: transparent url(../images/common/nav_divider.png) no-repeat bottom right;*/
	padding:0px 0px 0px 0px;
	line-height: 27px;
}

.DIV_Horz_Nav li:hover {
	float: left;
	background: #336699 url(../images/horz_nav_bg_hot.png);
	padding:0px 0px 0px 0px;
	line-height: 27px;	
}

.DIV_Horz_Nav li.current {
	float: left;
	background: #336699 url(../images/horz_nav_bg_hot.png);
	padding:0px 0px 0px 0px;
	line-height: 27px;
}


.DIV_Horz_Nav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}

.DIV_Horz_Nav li a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}

.DIV_Horz_Nav li.current a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}




/*

.UL_Horz_Nav {
	margin:			0;
	padding:		0;
	list-style:		none;
	
	line-height:	1.0;
	
	width:			100%;
	
	float:			left;
	position:		relative;
}

*/




.TABLE_Content {
	width : 100%; 
	border-top : solid #303030 0px;
	border-left : solid #303030 0px;
	border-right : solid #303030 0px;
	border-bottom : solid #303030 0px;
	/* padding : 4px; */
}

.TABLE_Content TH {
	background-color: #aaaaaa;
	Text-Align: center;
}



.InfoBox {
	border: 3px solid #000000;
	color: #000000; 
	background-color: #cccccc; 
	width: 460px; 
	height: 150px;
	padding: 10px;
	text-align: center;
	line-height: 130px;
	font-size: 1.5em;
	font-weight: bold;
}




.PopupBox {
	border: 3px solid #000000;
	color: #000000; 
	background-color: #cccccc; 
	width: 400px; 
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}


.PopupBox_Header {
	color: #000000; 
	background-color: #999; 
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 30px;
}








/* TABS */

.Tab_Left_First_Off {
	background-image : url(../images/tabs/Tab_Left_First_Off.png);
	width : 22px;
	height : 29px;
}
.Tab_Content_Off {
	background-image : url(../images/tabs/Tab_Content_Off.png);
	height : 29px;
}
.Tab_Content_Off a{
	color : black;
	font-weight: bold;	
}


.Tab_Right_Last_Off {
	background-image : url(../images/tabs/Tab_Right_Last_Off.png);
	width : 22px;
	height : 29px;
	color : black;
}
.Tab_Left_First_On {
	background-image : url(../images/tabs/Tab_Left_First_On.png);
	width : 22px;
	height : 29px;
}
.Tab_Content_On {
	background-image : url(../images/tabs/Tab_Content_On.png);
	height : 29px;
	/* padding-bottom : 4px; */
}
.Tab_Content_On a{
	color : white;
	font-weight: bold;
}

.Tab_Right_Last_On {
	background-image : url(../images/tabs/Tab_Right_Last_On.png);
	width : 22px;
	height : 29px;
}
.Tab_Left_On_on_Off {
	background-image : url(../images/tabs/Tab_Left_On_on_Off.png);
	width : 22px;
	height : 29px;
}
.Tab_Right_On_on_Off {
	background-image : url(../images/tabs/Tab_Right_On_on_Off.png);
	width : 22px;
	height : 29px;
}
.Tab_Left_Off_on_Off {
	background-image : url(../images/tabs/Tab_Left_Off_on_Off.png);
	width : 22px;
	height : 29px;
}
.Tab_Right_Off_on_Off {
	background-image : url(../images/tabs/Tab_Right_Off_on_Off.png);
	width : 22px;
	height : 29px;
}