.title { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #3366CC; font-weight: normal}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #3366CC; font-weight: normal}
.subtitle { font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #000099; font-weight: bold}
h2 { font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #000099; font-weight: bold}
.text { font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #00247D;}
.th {
	background-color: #000099;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.td_on {  background-color: #AEC0EC; font-family: Verdana, sans-serif; font-size: 10pt; color: #000000}
.td_off {  font-family: Verdana, sans-serif; font-size: 10pt; color: #000000; background-color: #F1F1F1}
.text_small {  font-family: Verdana, sans-serif; font-size: 8pt; color: #00247D}
.dropdown {  font-family: Verdana, sans-serif; font-size: 8pt; height: 13pt}
.textbox {  font-family: Verdana, sans-serif; font-size: 10pt; height: 20pt}
.listbox {  font-family: Verdana, sans-serif; font-size: 8pt;}

.category {
font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #99CC00; font-weight: bold
}

.hr{
	color: #E2081E;
}

/* The three following block define the style for all the website links */
A:link
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#E2081E;
}

A:visited
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#E2081E;
}

A:hover
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	color:#E2081E;
	
}


/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

#Content {
	width: 575px;
	border:0px solid #000000;
	padding-top: 25px;
}

#PolicyMatters {
	/*position:absolute;
	left:300px;
	top:153px;
	width:450px;
	height:30px;
	
	overflow: hidden;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	text-align: right;*/
	float:right;
}

#PolicyMattersDropDown{
	font-family: Verdana, sans-serif; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #00247D;
}

#PolicyMattersButton{
	font-family: Verdana, sans-serif; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #00247D;
}



#Footer {
	width:600px;
	border:0px solid #000000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

#FooterOptions {
	border:1px solid #F1F1F1;
	padding: 5px;
}


/* For side navigation of departments */
.menutitle{
	cursor:pointer;
	color:yellow;
	
}

.submenu{
	overflow:auto;
	color: #FFFFFF;
	width: 100%;
	border:0px solid #CCCCCC;
	margin: 0px;
	padding: 3px;
}

#navleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	text-align: left;
	vertical-align: top;
	width: 175px;
	padding: 5px;
	line-height: 30px;
}

#navleft ul {
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 2px 2px 0px 25px;
	line-height: 20px;
}

#navleft a{
	font-size:9pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:yellow;
}

#navleft a:hover{
	font-size:9pt;
	font-family:verdana, sans-serif;
	text-decoration:underline;
	color:yellow;
}

/* Post It News */
#PostIt{
	position:relative;
	width:150px;
	height:122px;
	overflow:hidden;
	clip:rect(0,150,122,0);
	visibility:hidden;
}

#PostItText{
	position:absolute;
	top:0;
	left:0;
}

#ContentOptions{
	text-align: right;
	width: 100%;


}

/* RSS News */
.NewsTitle {
	width: 500px;
}
.NewsLink {
	width: 500px;
}
.NewsDescription {
	width: 500px;
	height: 100px;

}
.NewsPubDate {

	width: 180px;
}
.NewsCategory {

	width: 250px;
}

