/* CSS Document */
p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
h1 {
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 15.5px; 
	font-weight : bold;	
	text-decoration : none;	
	letter-spacing : 1.5px;	
}	
h2{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-left:0px;
	background: url(images/white-top-left.gif) no-repeat top left;	
}
.center-header{
	padding:0;
	margin:0;
	background: url(images/white-top-right.gif) no-repeat top right;
	text-align: center;
	background-color:#330066;	
}
.top-header{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#330066;
	padding-left:5px;
}
.sub-header{
	font-size:14px;
	font-weight:bold;
}

a:link{
	color: #0000FF;	
	font-weight : normal; 
	font-size: 12px; 
	text-decoration : none;
}

a:visited {
	color: #0000FF;	
	font-size: 12px; 
	font-weight : normal; 
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.blue{
	color: #24478F;	
	font-size: 14px; 
	font-weight : bold;	
	text-decoration : none;	
	letter-spacing : 0.5px;
}
a.blue:hover{
	font-size: 14px; 
	color: #24478F;	
	text-decoration : underline;
}
a.blue:visited{
	color: #24478F;	
	font-size: 14px; 
	font-weight : bold;	
}

a.blue:active{
	color: #24478F;	
	font-size: 14px; 
	font-weight : bold;	
}


/********************************************/
.center-col {
	float: left;
	line-height: 120%;
	width:95%;
	height:auto;
}
.center-col-bottom {
	float: left;
	line-height: 120%;
	width:99%;
	height:auto;
	margin-bottom:20px;
}

#home-intro{
	height:180px;
	margin-left:20px;
	margin-top:20px;
}
.wrapContainer{
	/*width:99.5%; */
	width:90%;
	float:left;
} 
.wrapContainer-small{
	width:400px;
	float:left;
} 

.image-right{
	float: right; 
	vertical-align: text-top;
} 
img.left{
	padding:5px;
}
/***************************************/

.text-area img.right{
	float:right;
	margin:20px;
	margin-top:0;
	clear:right;
}

.text-area .image-caption{
	float:right;
	margin:20px;
	margin-top:0;
	clear:right;
	width:150px;
	text-align:center;
}
.text-area .image-caption-small{
	float:right;
	margin:20px;
	margin-top:0;
	clear:right;
	width:120px;
	text-align:center;
}

.left-col {
	margin-left:20px;
	float: left;
	width: 400px;
	display: block;
	line-height: 120%;
	clear:both;
}
.right-col {
	margin-left:20px;
	float: left;
	width: 400px;
	display:block;
	line-height: 120%;
}

.left-col-small {
	margin-left:20px;
	float: left;
	width: 350px;
	display: block;
	line-height: 120%;
}
.right-col-small {
	margin-left:20px;
	float: left;
	width: 350px;
	display: block;
	line-height: 120%;
}

/***********************************/

.content ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content ul.announcements li .thumb {
	width: 101px;
	margin-bottom: 15px;
}
.text-area{
	margin-left: 0px;
	margin-bottom:20px;
}

.text-area-no-bottom{
	margin-left: 0px;
}
.text-area-no-bottom ul{
	list-style: none;
	margin:0;
	padding:0;
}
.text-area-no-bottom ul.link li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.no-space{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
.list li{
	list-style: disc;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
.text-area ul.list li{
	list-style: disc;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

.content ul.list li .text-area {
	overflow: hidden;
}
.content ul.list li {
	clear: left;
	padding-top: 7px;
	padding-bottom: 4px;
}

/*********************/
.superscript{
	vertical-align:super;
	font-size:8px;
}
/**************************/

#rotator
{
	float:left;
	width:150px;
	height:155px;
	margin: 2 2 2 2;
}
#four-cols
{
	float:left;
	margin-left: 20px;
	margin-bottom:20px;
}

.area{
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-width:1px;
	border-color:#330066;
	margin:0;	
/*	margin-bottom:5px;*/
	padding:3px;
	height:120px;
}
.area ul{
	list-style:none;
	margin:0;
	padding:0;
}
.area li.more{
	text-align:right;
}
.four-block
{
	margin-right:5px;
	float: left;
	display:block;
	width: 200px;
}

.right-box{
	float:right;
	width:150px;
	height:100px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #bbbbbb;
	clear:left;
}
.clear{
	clear:both;
}

.img-black-border{
	border: 1px solid #000000;
}

.img-gray-border{
	border: 1px solid #bbbbbb;
}

p.home-text-block{
	float:left;
}
.large-space li{
	padding-top: 5px;
	padding-bottom: 5px;
}