body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fbf7e5;
	background-image:url(/images/bg1.jpg);
	background-repeat:repeat-x;
	text-align: center ;
	color:#000000;		
}

/*body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

*/
#bg2 {
	background-image:url(/images/bg2.jpg);
	background-repeat:repeat-x;
	height: 560px;
	width: 990px;
	text-align:center;
	margin:0 auto;
	position: relative;
	border: 1px;
}

.pageTitle {font-size: 18px; color: #900}
.title1 		{color: #903; font-size: 18px}

#container {
	width: 990px;
	text-align:left;
	margin:0 auto;
	position: relative;
}

#container_top {
	width: 990px;
	/*height: 430px;*/
	text-align:center;
	margin:0 auto;
	position: relative;
	background-image:url(/images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#container_left{
	float: left;
	text-align:right;	
	width: 470px;
}

#container_right{
	float: right;		
	width: 520px;
}

#container_sub {

	background-image:url(/images/bgline.png);
	background-repeat:repeat-y;
	width: 990px;
	height: 100%;
	text-align:left;
	margin:0 auto;
	position: relative;
}

#container_sub_bottom_left {

	background-image:url(/images/sub_14.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 990px;
	height: 100%;
	text-align:left;
	margin:0 auto;
	position: relative;
}

#container_sub_bottom_right {

	background-image:url(/images/sub_16.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: 990px;
	height:121px;
	text-align:left;
	vertical-align: bottom;
	margin:0 auto;
	position: relative;
}

#container_sub_bottom_center {
	/*background-image:url(/images/sub_15.jpg);
	background-repeat:no-repeat;
	background-position:center top;	*/
	width: 892px;
	height: 100%;
	text-align:left;
	margin:0 auto;
	position: relative;
}

a.text11_white:link { TEXT-DECORATION: none; FONT-SIZE: 11px; FONT-WEIGHT: none; COLOR: #FFFFFF;  background: none}

a.text11_white:visited { TEXT-DECORATION: none; FONT-SIZE: 11px; FONT-WEIGHT: none; COLOR: #FFFFFF; background: none}

a.text11_white:active { TEXT-DECORATION: none; FONT-SIZE: 11px; FONT-WEIGHT: none; COLOR: #FFFFFF; background: none}

a.text11_white:hover { FONT-SIZE: 11px; FONT-WEIGHT: none; COLOR: #cc9966;TEXT-DECORATION: underline  }

.footer            {COLOR: #aaaaaa;  FONT-SIZE: 11px;}
.footer  b          {COLOR: #aaaaaa;  FONT-SIZE: 11px;}
.footer A:link     {COLOR: #aaaaaa; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.footer A:visited  {COLOR: #aaaaaa; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none}

.footer A:hover    {COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

.text_14 {
	font-size: 14px;	
}

.text_22 {
	font-size: 22px;	
}

.text_18 {
	font-size: 18px;
}

.text24_red {
	font-size: 25px;
	color: #990000;
}

.pageHead {font-size: 24px; color:#900; font-style: italic; font-weight: bold}

div.outer
{
	position: absolute;
	left: 66%;
	top: 5%;
	border:1px solid #000000; background-color:#ffffff; width:500px;  min-height: 500px; z-index: 190;visibility: hidden;display: none;
	margin-left: -250px; /* half of width */
	/* margin-top: -250px;  half of height */
}

div.picture
{
	position: absolute;
	left: 50%;
	top: 1%;
	border:1px solid #000000; background-color:#ffffff; min-width:500px;  min-height: 500px; z-index: 190;visibility: hidden;display: none;
	margin-left: -350px; /*-250px;  half of width */
	/* margin-top: -250px;  half of height */
}

div.center
{
	position: absolute;
	left: 50%;
	top: 50%;
	border:1px solid #000000; background-color:#ffffff; width:500px;  min-height: 500px; z-index: 190;visibility: hidden;display: none;
	margin-left: -250px; /* half of width */
	 margin-top: -250px; /* half of height */
}

div.center2
{
	position: absolute;
	left: 50%;
	top: 50%;
	border:1px solid #000000; background-image: url(../images/522x512.gif); width:512px;  min-height: 512px; z-index: 190;visibility: hidden;display: none;
	padding-right: 10px;
	margin-left: -250px; /* half of width */
	 margin-top: -250px; /* half of height */
}

/* Date picker */
/* the div that holds the date picker calendar */
.dpDiv {
    }

/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
    }

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
    }
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    }
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTR {
    }

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
    }

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #ece9d8;
    }

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    }

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    background-color: #aca998;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
    }

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    }

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
   }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
    }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
   }

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
    color: 4060ff;
    font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {

    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}