/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



body{
	font-family: Verdana, sans-serif;
	color: #000066;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}

a{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #003399;
	text-decoration: none;
	font-weight: bolder;
}
sup {
line-height: 0;
vertical-align: text-top; font-weight:bold

}

a:visited{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #FF3300;
	
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3E4A70;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bolder;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	bottom: 10px;
	color: #000033;
}

ol{
	margin-top: 2px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: disc;
	margin-top: 2px;
	font-size:12px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul ul{
	list-style-type: circle;
	margin-top: 2px;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul ul ul{
	list-style-type: lower-alpha;
	margin-top: 2px;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}



label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.skiptomain { display: none }
.skiptonav { display: none }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: none;
	background-color: #384C92;
	width: 100%;
	background-image: url(../IMAGES/PRAC_HEADERLOGO_WEB.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	}
	#masthead h1 {
	font-size: 150%;
	padding: 5px 0px 5px 75px;
	color: #FDEEB7;
	
}

#navBar{
	float: left;
	clear:both;
	width: 197px;
	padding: 0px;
	background-color: #F3E4AF;
	border: thin solid #F4E7B9;
	margin-top: 1px;
	}

#headlines{
	float:right;
	width: 150px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000066;
	line-height: 110%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/************** #headlines styles **************/

#headlines li {
	font-size: 90%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: -10px;
	list-style: disc;
	}

#headlines h5{ padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#headlines p{ margin-left:5px;}

#content{
	float: left;
	width: 62%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
  
}

li {
	height: auto;
	font-size: 12px;
	}
	
	
#box {
	width:100%;
	background-image: url(../IMAGES/box_bckgrnd.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 5px 5px 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #141F46;
	text-align: left;
	}
#globalNav h6{
	font-size: 85%;
	color: #C6C6FF;
}
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C6C6FF;
}
#globalNav a:hover {
	font-size: 100%;
	padding: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	background-color: #FFFFCC;
}
/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 0px 10px;
	font-size: 110%;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/************** .feature styles ***************/


.featureTitle {
	padding: 20px 0px 5px;
	text-align: center;
}
.featurePar {
	padding: 20px 0px 5px;
	text-align: left;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.LogoSpace{
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0px;
	margin-top: 20px;
}

.headingClearLeft {clear:left; padding:15px 0px 15px 5px;}

.FirstSubhead {
	margin-bottom: 10px;
}

.ParClear {
	font-size:85%;
	text-decoration: none;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000033;
	clear:left;
}

.li_LH_story { margin-bottom: 2px;

}


.story p{
	font-size:85%;
	line-height: 150%;
	margin-top: 1px;
	margin-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000066;
}
.story blockquote {
	margin: 3px 0px 0px 25px;
}

.story li{
	margin-bottom: 8px;
	color: #000066;
	font-size: 85%;
}

.story ul{padding-bottom:0px; margin-bottom: 0px;
	font-size: 100%;
	color: #000066; line-height: 130%;
}
.story ul ul{
	padding-top: 0px;
	font-size: 100%;
	color: #000066; line-height: 130%;
}
.story ul ul ul{
	font-size: 120%;
	color: #000066; line-height: 130%;
}
.story ol{
	font-size: 100%;
	color: #000066;line-height: 130%;
}
.story h1, h2, h3, h4, h5, h6{
	color: #990000;
	font-weight: bolder;
	margin: 0px;
} 
.story  h1{
	color: #990000;
	margin: 0px;
	font-size:120%;
} 
.story  h2{
	color: #990000;
	margin: 0px;
	font-size:110%;
} 
.story  h3{
	color: #990000;
	margin: 0px;
	font-size:105%;
} 
.story  h4{
	color: #990000;
	margin: 0px;
	font-size:100%;
} 
.story  h5{
	color: #990000;
	margin: 0px;
	font-size:90%;
} 

.story dl {
	float: left;
	width: 575px;
 margin: 5px 10px; 
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}
.story dt {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bolder;
}
.story dd {
	float:right;
	width: 60%;
	font-size: 85%;
}
.story caption { font-size:85%; color:#000066; padding-top:10px; font-weight:bolder;}

#content tr { padding: 5px;
	}
	
#content td { padding-left: 15px;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #214563;
	border-top: 1px solid #214563;
	font-size: 70%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #6C511E;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #eventLinks styles ***********/

.eventsPar {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
}

.title2main {
	font-size: 50%;
	margin-top: 1px;
	margin-bottom: 2px;
}

/*********** #sectionLinks styles ***********/


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none #214563;
	}

#sectionLinks div {font-size: 90%;  }


#sectionLinks li{
	list-style-type: none;
	font-size:100%;
	}
#sectionLinks ul ul{
	font-size:100;
	padding-left: 12px;
	}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 5px;
	font-size:100%;
	border-top: 1px solid #996600;
	font-weight: bolder;
		}

#sectionLinks a:hover{
	background-color: #FBDD99;
	font-size:100%;
	border-top: 1px solid #996600;
	font-weight: bolder;
}

/************** #MISCELLANEOUS styles **************/
hr { border-width:.5px; color:#CCCCCC;}
.DataList {
	margin-left:10px;
	color: #000066;
}
.underlinePara {
	border-top: none;
	border-right: none;
	border-bottom: 0.5px solid #CCCCCC;
	border-left: none;
	}
.ResearchHeading {
	margin-bottom: 5px;
	background-color:#394C90;
	color: #FFFFFF;
}
.ResearchHeadingYellow { margin-bottom: 5px;
background-color: #F3E3B4;}

.TopMargin { margin-top: 1px;}
.TopMargin10px { margin-top: 10px;}

form {
	padding: 5px 0px 5px 5px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.floatLeft {
	float:left;
	margin-right:15px;
	padding-right: 10px;
}
.FL_BOX { float:left;
	padding: 5px;
	width: 350px;
	margin-left: 5px;
}

.FR_BOX { float:right;
	padding: 5px;
	width: 350px;
	margin-left: 5px;
}


.floatRight {
	float:right;
	padding-left: 10px;
}

#content .story .pad15px {
	padding: 15px 0px 0px;
}
.clearLeft {
	clear: left;
}
.blueBox {
	background-color: #DAE0EB;
	padding: 5px;
	clear: both;
	width: 50%;
	border: thin solid #999999; 
	}
	
.10pxMinus { padding-top:-10px; margin-top:-10px;}
	
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

.topBorder2 { padding-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6B4CE;
	
}
.BTMBorder { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B4CE;
	
}
.clearBoth { clear:both}
.btmpad { padding-bottom:15px;}

.redfontb {
	color: #990000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
