/* CSS Document */
#announcements-container2 {
	float: left;
	padding-top: 0px;
	height: 185px;
	width: 355px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: visible;
	vertical-align: top;
}
#announcements-container2 ul {
	list-style-image: url(/images/arrow5.gif);
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}
#announcements-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	list-style-image: url(/images/arrow5-2.gif);
	padding-bottom: 3px;
	padding-top: 0px;
	height: 160px;
	padding-left: 17px;
	line-height: 22px;
	float: left;
	width: 330px;
	margin-left: 0px;
	overflow: visible;
}

#announcements-container2 ul li {
	padding-bottom: 6px;
}
#announcements-container2 #title {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 99%;
	padding-left: 3px;
}

.announcements-subcontent {
	height: 150px;
	width: 323px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
	background-color: #FFFFFF;
	border: 1px solid #999999;
	list-style-type: disc;
	padding: 8px;
	z-index: 100;
	float: left;
	position: absolute;
	display:none;
	clear: left;
	left: 285px;
	top: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#announcements-subcontent-col1 {
	width: 298px;
	height: 150px;
	float: left;
	overflow: auto;
	line-height: 15px;
}
#announcements-subcontent-col2 {
	float: right;
	width: 15px;
}
.more-quicklinks {
	width: 265px;
	height: 180px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
	background-color: #FFFFFF;
	border: 1px solid #999999;
	z-index: 100;
	float: left;
	position: absolute;
	display:none;
	clear: left;
	left: 285px;
	top: 800px;
	list-style-image: url(/images/arrow5-2.gif);
}
#subcontent2 #quicklinks-col1 {
	width: 240px;
	height: 150px;
	float: left;
	overflow: auto;
	line-height: 22px;
}
#subcontent2 #quicklinks-col3 {
	float: right;
	width: 15px;
}
.Red-Strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.quicklinks-col-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	width: 200px;
	height: 130px;
	
}
#subcontent2 #links-col {
	float: left;
	width: 260px;
	height: 180px;
	padding-top: 5px;
}

.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 526px;
	width: 484px;
}
.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #0066CC;
color: white;
cursor: move;
overflow: hidden;
width: 484px;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 2px solid black;
background-color: white;
color: black;
height: 150px;
padding: 0px;
overflow: auto;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
#flash-movie {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 526px;
	width: 484px;
}
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
