/* ---------------------------------------------------------------TAGS */

html, body  {
	color: #333333;
	background-color : White;
	font-size : 90%;
	line-height : 130% ;
	margin : 0 ;
	padding : 0 ;
	text-decoration: none !IMPORTANT;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width :100% ;
	height: 100% ;
	

}

.background-image {
/*	height: 100% ;*/
	padding : 0;
	background-image : url(../images/interface/gif-V-lines.gif);
	background-position : center;
	background-repeat : repeat-y;
}
b, strong {  font-weight: bold;  }

i	{
	font-style:	italic;
	}
p {

	color: #000000 ;
	background-color : transparent ;
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 10px ;
}
p.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	margin-left : 0px;
	margin-right : 0px;
}


.nowrap { white-space:nowrap }

/* ---------------------------------------------------------------LISTS */
li {	
   list-style-position: outside;

	margin-left: 30px ;
	padding-left : 5px;
	padding-right : 30px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul li	{	
	list-style-type:	none;
	}
ol li	{	
	list-style-type: lower-alpha;
	}
ul ol li	{	
	list-style-type: decimal;
	}	
dt	{
	font-weight : bold;
	color : #5c62a5; background-color : transparent;
	padding-top: 8px;
	padding-left : 10px ;
}	
dd	{
	font-weight : normal;
	color : #333333; background-color : transparent;
}	

/* ---------------------------------------------------------------TITLES */

h1 {

	color : #4B5089; background-color : transparent;
	font-size : 180%;
	line-height : 130% ;
	font-style : normal;
	font-weight : normal;
    padding-top: 10px ;
	padding-left : 10px ;
	font-family: "Times New Roman", Times, serif;

}


h2{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color : #5c62a5; background-color : transparent;
	font-size : 100%;
	line-height : 140% ;
	font-style : normal ;
	font-weight : bold;
	padding-top: 10px ;
	padding-left : 10px ;
}
h3 {
 	font-family: "Times New Roman", Times, serif;
	color : #5c62a5; background-color : transparent;
	font-style : normal;
	font-weight : bold;
	font-size : 110%;
	line-height : 150% ;
	padding-left : 10px ;
}
h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #545454; background-color : transparent;
	font-style : normal;
	font-weight : bold;
	font-size : 95%;
	line-height : 130% ;
	padding-left : 10px ;
}
h5 {
	color : #4B5089; background-color : transparent;
	font-style : normal;
	font-weight : bold;
	font-size : 95%;
	line-height : 130% ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 10px ;
}
h6 {
	color : #333333; background-color : transparent;
	font-style : normal;
	font-weight : bold;
	font-size : 80%;
	line-height : 130% ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 10px ;
}


/* ---------------------------------------------------------------TYPE */
.dropcap {
 	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	color : #afbbdb;
	background-color : transparent;
	float : left;
	font-size : 300%;
	line-height : 75%;
	font-weight : normal;
	padding-right : 2px ;
	text-decoration: none ;
	}
.dropcap-smaller {
	color : #5c62a5;
	background-color : transparent;
	float : left;
	font-size : 160%;
	line-height : 80%;
	text-decoration: none ;
}
.pull-quote-left {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-style : italic;
	color : #283174 ;
	background-color : transparent;
	float : left;
	font-size : 110%;
	line-height : 130%;
	
	padding-top : 5px ;
	padding-bottom: 10px ;
	padding-right: 10px;
	padding-left : 10px ;
	
	margin-right : 35px ;
	margin-bottom: 5px;
	
	
	border-top-color: #5c62a5;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #5c62a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #AFBBDB;
	border-right-width: 1px;
	border-right-style: solid;

}
.pull-quote-right {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-style : italic;
	color : #283174 ;
	background-color : transparent;
	float : right;
	font-size : 110%;
	line-height : 130%;
	
	padding-top : 5px ;
	padding-bottom: 10px ;
	padding-left: 10px;
	padding-right : 10px ;
	
	margin-left : 35px ;
	margin-bottom: 5px;
	
	
	border-top-color: #5c62a5;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #5c62a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: #AFBBDB;
	border-left-width: 1px;
	border-left-style: solid;

}



.pull-quote-no-Margin {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-style : italic;
	color : #283174 ;
	background-color : transparent;
	float : center;
	font-size : 110%;
	line-height : 130%;
	
	padding-top : 5px ;
	padding-bottom: 10px ;
	padding-right: 10px;
	padding-left : 10px ;
	
	margin-right : 5px ;
	margin-bottom: 5px;
	
	
	border-top-color: #5c62a5;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #5c62a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #AFBBDB;
	border-right-width: 1px;
	border-right-style: solid;

}
.indent {
	padding-left : 50px;
	padding-right: 20px;
}

/* ---------------------------------------------------------------PSA */
p.psa_page {
	color: #4B5089;
	font-style:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	
}

h2.hpsa_page {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #5c62a5; background-color : transparent;
	font-size : 120%;
	line-height : 140% ;
	font-style : normal ;
	font-weight : bold;
	padding-top: 10px ;
	text-align: center;
		
}
	
div.psa_header {
	margin:0% 5% 0% 5%;
	width:591px;
	color : #4B5089; background-color : transparent;
	font-size : 100%;
	line-height : 120% ;
	font-style : normal;
	font-weight : normal;
    padding: 0px 5px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

div.psa_frame {
	padding:5% 5% 5% 5%;
	margin:5% 5% 0% 5%;
	background-color : #E2E3EF;
	width:534px;
	
}

div.psa_thumb {
	width:90px;
	margin: 20px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center

}

img_thumb {
	border:solid 1 #000;

}

img_thumb a:hover {
	border:solid 1 #FFF;

}

/* ---------------------------------------------------------------FORM */
.form-frame {
	padding:0% 5% 5% 5%;
	margin:5% 5% 0% 5%;
	border: dotted #E2E3EF 2px;
	width:450px;
	
}

p.form_page {
	color: #4B5089;
	font-style:normal;
	font-weight: 300;
	margin-bottom: 15px;
	
}

h2.form-frame_head {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #5c62a5;
	background-color : transparent;
	font-size : 120%;
	font-style : normal ;
	font-weight : bold;
	text-align: center;
}

div.form_header {
	width:516px;
	margin:0% 5% 0% 5%;

}

input.mainForm {
	width:100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea.mainForm {
	width:100%;
	height:200px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.mainFormbutton {
	width: 40%;
	margin: 3% 30% 0 30%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

input.mainFormError {
	width:100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FADADD;
	
}

textarea.mainFormError {
	width:100%;
	height:200px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FADADD;
	font-size: 11px;
	
}

/* ---------------------------------------------------------------GRAPHICAL */
.optional-BACKGROUND0 {
	background-color : transparent;
}
.optional-BACKGROUND1 {
	background-color : #283174;
}
.optional-BACKGROUND2 {
	background-color : #E2E3EF;
}
.optional-BACKGROUND3 {
	background-color : #3E488F;
}
.optional-BACKGROUND4 {
	background-color : #3E488F;
	background-image : url(../images/interface/backgrounds/sky.jpg);
	background-position : top;
	background-repeat : repeat;
}
.optional-BACKGROUND-emptySlideshow {
	background-color : #3E488F;
	background-image : url(../images/interface/backgrounds/top-5c62a5.jpg);
	background-position : center;
	background-repeat : repeat-x;
	height : 15px;
}
.optional-BACKGROUND-drugs {
	background-color : #3E488F;
	background-image : url(../HTML-pages/DRUG_FACTS/top.jpg);
	background-position : center;
	background-repeat : repeat-x;
	height : 15px;
}
 
.float-LEFT {
	float: left;
	padding-left : 0px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top : 0px;
	margin-bottom : 5px;
	margin-right: 20px ;
}

.float-RIGHT {
	float : right;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top : 0px;
	margin-bottom : 5px;
	margin-left : 20px ;
}

 
.BORDER-Full {
    border-color: #5c62a5;
    border-width: 1px;
    border-style: solid;
}
.BORDER-bottom {
    border-bottom-color: #5c62a5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.BORDER-top {
    border-top-color: #5c62a5;
    border-top-width: 1px;
    border-top-style: solid;
}
.BORDER-right {
    border-right-color: #5c62a5;
    border-right-width: 1px;
    border-right-style: solid;
}
.BORDER-left {
    border-left-color: #5c62a5;
    border-left-width: 1px;
    border-left-style: solid;
}
.BORDERs-V {
	 border-left-color: #5c62a5;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #5c62a5;
    border-right-width: 1px;
    border-right-style: solid;
}
 
.color-blue {  color: #5c62a5; background-color : transparent; }

.color-white {  color: white; background-color : #5C62A5;  font-weight : bold;    }






/* ---------------------------------------------------------------NAV */
.NAV  {
	color : #E3ECD9 ;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: BOLD; 
	text-align : center;
	vertical-align: middle;
	font-size : 90%;
	background-color: transparent ;
	background-image : url(../images/interface/ON.jpg);
	background-position : center;
	background-repeat : repeat-x;
}
.NAV A:LINK {
	color : #E3ECD9 !IMPORTANT;
	background-color: transparent ;
	background-image : url(../images/interface/ON.jpg);
	background-position : center;
	background-repeat : repeat-x;
	Display: block;
	width : 100%;
	line-height : 32px;
  vertical-align: middle;
}
.NAV A:HOVER {
	color : WHITE !IMPORTANT ;
	background-color: transparent ;
	background-image : url(../images/interface/OVER.jpg);
	background-position : center;
	background-repeat : repeat-x;


}
.NAV A:VISITED {
	color : #E3ECD9 !IMPORTANT;
	background-color: transparent ;
	background-image : url(../images/interface/ON.jpg);
	background-position : center;
	background-repeat : repeat-x;
	Display: block;
	width : 100%;
	line-height : 32px;
  vertical-align: middle;
}
 

.sub-NAV  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 85%;
	line-height : 120% ;
	color : #333333 !important ;
	font-weight: NORMAL !important;  
	text-align : left;
	vertical-align: top;
	border-bottom-color : #5C62A5;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-decoration : none ;
	Display: block;
	padding: 0;
	margin : 0;
	Width : 148px ;

}
.sub-NAV:LINK {
	color : #333333 !important ;
	font-weight: NORMAL !important; 
	width : 148px ;


}
.sub-NAV:HOVER {
	color : #5C62A5  ;
	font-weight: NORMAL !important;
}
.sub-NAV:VISITED {
	color : #808080 ;
	font-weight: NORMAL !important;
}
.sub-NAV-Box, p.sub-NAV-Box, a.sub-NAV-Box  {
	color : #E2E3EF ;
	background-color : #283174;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 90%;
	font-weight: BOLD; 
	
	Display: block;
	width : 100%;
	padding: 0 0 0 0;
	margin : 0 0 0 0;
	line-height : 110%;
	text-align : center;
}
.sub-NAV-Box A:LINK {
	color : #E2E3EF !IMPORTANT;
	background-color: #283174 ;
}
.sub-NAV-Box A:HOVER {
	color : WHITE !IMPORTANT ;
	background-color: #5C62A5 ;
}
.sub-NAV-Box A:VISITED {
	color : #E3ECD9 !IMPORTANT;
	background-color: transparent ;
}





 
a {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold;
text-decoration: none; 
font-style: normal;
}

a:link {
	text-decoration: none; 
	background-color : transparent;
	color : #5c62a5;
}

a:visited {
	color : Gray;
	background-color : transparent ;
}

a:hover {
	background-color : transparent;
	color : #5c62a5;
}

a:active {
	background-color : transparent;
	color : #8B0000;
}
	
	
/* ---------------------------------------------------------------FORMS */



.input
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	
}
.table-input
{
padding-left : 20px;
}

/*
.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}*/
