

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: .7em;
	
}

#container {
	width: 620px;
	margin: 0 auto;
	background: url(images/bg-trim.gif) repeat;
	min-height: 700px;
}



#header {
padding-left: 20px;
padding-top: 40px;
padding-bottom: 25px;
}

#content {
  width: 66%;
  float: left;
  margin-left: 30px;
  background: transparent;

}

#nav {
	width: 22%;
	float: right;
	margin-right: 30px;
    background: transparent;
}

#subcontent {
	width: 100%;
	border-top: 1px solid #cccccc;
	float: left;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#news {
	width: 230px;
	border-right: 1px solid #cccccc;
	float: left;
	margin-top: 10px;
	padding-right: 5px;
}

#news img {
	padding-right: 3px;
}	

#subscribe {
	width: 160px;
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.txtHead {
	font-weight: bold;
	color: #BF0000;
}

.regTxt {
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
}

textarea { border: 1px solid #990000;
		font-family: Verdana;
		color: #666666;
		font-size: 10px;}

#calDate {
	float: left;
	padding-top: 15px;
}

#calDet {
	width: 80%;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

#leftcell {
	float: left;
	padding-top: 15px;
	padding-right: 10px;

}

input.datetxt {
		border: 1px solid #CCCCCC;
		width: 90px;
		font-family: Verdana;
		font-size: 10px;
		color: #666666;
		
}


input.datep {
		border: 0px;
		background: url(admin/img/date.jpg) no-repeat;
		width:17px;
		height:17px;
}

#leftcell2 {
	float: left;
	width: 50%;
	padding-top: 15px;

}

#rightcell2 {
	width: 40%;
	float: left;
	padding-left: 15px;
	padding-top: 15px;

}


#rightcell {
	width: 150px;
	float: right;
	padding-left: 20px;
	padding-top: 15px;
	
}

#subtxt {
	border-top: 1px solid #cccccc;
	margin-top:10px;
	padding-top: 10px;
}

#navlist
{
margin-top: 5px;
margin-left: 0;
padding: 0;
}

#navlist li
{
list-style: none;
margin: 0;
padding-left: 5px;
padding-bottom: 2px;
border-bottom: 1px solid #CCCCCC;
text-align: left;
line-height: 18px;
font-size: 10pt !important;
}

input.email {
	border: 1px solid #CCCCCC;
	
}

input.btn {
	background: url(images/btn-bg.gif) repeat-x;
	font-family: Verdana;
	font-size: 9pt !important;
	border: 1px solid #CCCCCC;
}

#nav a {color: #000000; text-decoration: none;}
#nav a:visited {color: #000000; text-decoration: none; }
#nav a:hover {color: #0F298F; font-weight: bold;  text-decoration: none;}
#nav a:active {color: #0F298F; font-weight: bold; text-decoration: none;}

a {color: #000000; text-decoration: none;}
a:hover {color: #990000; text-decoration: none;}

.rTxt {color: #990000;}

.divborder {border-top: 1px solid #cccccc;
						margin-top: 10px;
						margin-bottom: 10px;
						
}

.alink {color: #0F298F !important; font-weight: bold; text-decoration: none;}

.txtRss {

	padding-top: 10px;
	}

#rss {
	margin-top: 5px;
}

#rss a{
	font-weight: bold;
	color: #BF0000;
	text-decoration: none;
}

#msgList li{
	}

input.btn2 {
		border: 1px solid #990000;
		width: 300px;
		font-family: Verdana;
		font-size: 10px;
		color: #666666;
}

input.btn3 {
		border: 1px solid #990000;
		width: 60px;
		font-family: Verdana;
		font-size: 10px;
		color: #666666;
}

input.btn4 {
		border: 1px solid #990000;
		width: 200px;
		font-family: Verdana;
		font-size: 10px;
		color: #666666;
}

#pField {
	width: 80%;
	text-align: left;
}

#pForm {
	text-align: center;
}
	
/** calendar format **/
.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: #666666;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	}


/* 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: #990000;
	color: #FFFFFF;
	}


/* 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: #990000;
	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: #990000;
	background: #ffffff;
	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: #990000;
	background: #ffffff;
	font-weight: bold;
	}
