/***********************************************/
/* anticoag.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************/
/* COLORS                                      */
/* PINK: 		E03288                         */
/* FAWN: 		D1BAA3                         */
/* CHOCOLATE: 	6F6150						   */
/* DARK GREY:	878889				  		   */
/* LIGHT GREY: 	C6C7C8                         */
/***********************************************/ 


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3;
	font-size: 90%;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #E03288;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, {
	font-family: Helvetica, Arial,sans-serif;
	line-height: 1;
	margin: 0 0 18px 0; 
	padding: 0 0 2px 0;
	
}

h1{
	font-size: 120%;
	color: #6F6150;
	font-weight: bold;

}

h2{
	font-size: 100%;
	color: #6F6150;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D1BAA3;
	border-right-color: #D1BAA3;
	border-bottom-color: #D1BAA3;
	border-left-color: #D1BAA3;
}

h3{
	font-size: 100%;
	color: #666666;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 color: #E03288;
  font-weight: bold;
}

h5{
 font-size: 100%;
 font-weight: bold;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: 100% Helvetica,Arial,sans-serif;
 color: #666666;
}

/***********************************************/
/* Index styles                                */
/***********************************************/
#indexContainer{
	width:100%;
	text-align:center;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width:800px;
	margin: 0px 0px 10px 0px;
}

/*********** TOP ROW *************/
#masthead{
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 800px

}


/*********** SECOND ROW *************/
#dateBox{
	float:left;
	clear:left;
	display:inline;
	width: 119px;
	height:30px;
	line-height:1.8;
	color:#FFFFFF;
	text-align:center;
	margin: 10px 0px 0px 10px;
	padding:0px;

	background-color: #D1BAA3;
}

/* nav container */
#navBar{
	float:left;
	display:block;
	width: 660px;
	height:30px;	
	margin: 10px 0px 0px 10px;
	padding:0px;
	background-color: #D1BAA3;
}


/*********** THIRD ROW *************/

#content{
	float:left;
	width: 656px;

	/*height: 600px;*/
	margin: 10px 0px 10px 10px;
	padding: 0;
	border: 1px solid #D1BAA3;
}

#feature{
	float:left;
	/*overflow: auto;*/
	width: 616px;
	/*height: 532px;*/
	margin: 0;
	padding: 14px 20px 20px 20px;
}

#footer{
	clear:both;
	width: 486px;
	height: 28px;
	margin: 0px 0px 0px 20px;
	padding: 6px;
	border-top: 1px solid #D1BAA3;
	line-height:2;
}


#adBar{
	position:absolute;
	left: 678px;
	top: 181px;
	width: 120px;
	height: 600px;
	padding:0px;
	border: 1px solid #D1BAA3;
	background-color:#CCCCCC;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	display: block;
	position: relative;
	margin:0px;
	height:30px; 
}

#sectionLinks a:link{
	display:block;
	position: relative;
	margin:0px;
	height:30px; 
}

#sectionLinks a:visited{
	display: block;
	position: relative;
	margin:0px;
	height:30px; 

}

#sectionLinks a:hover{
	display:block;
	position: relative;
	margin:0px;
	height:30px; 
	background-color:#6F6150;
}

/*********** #navBar styles ***********/
#navBar ul{
padding:0px;
margin:0px;
line-height:1.8;
color:#FFFFFF;
}

#navBar li { list-style: none;  margin: 0; height: 30px;  direction: ltr; display: inline-block; line-height:1.8;}
#navBar li a:link, #navBar li a:visited,  #navBar li a:hover {color:#FFFFFF; text-decoration:none; display:inline-block; padding: 0px 15px 0px 15px; margin:0px;}

/*********** #content styles ***********/

.right{
float:right;
padding: 0 0 0 10px;
}

.left{
float:left;
padding: 0 10px 0 0;
}




#content .contents{
	border: 1px solid #D1BAA3;
	padding: 0px 0px 0px 10px;
	width 50%;
}

#content .contents ul li{
	list-style: disc;  
}

#content .contents ul li li{
	list-style: circle;  
}

#content .reference{
	font-size: 80%;
}

#content .reference a:link, #content .reference a:visited, #content .reference a:hover{
	color: #666666;
}


#content .pdflink img{
	vertical-align:top;
	padding: 0;
	margin: 0 4px 0 0;
	text-decoration : none;
	border:0;
	height: 17px;
	width: 17px;;
}
