body {
	color : #333;
	font-family: 71%/1.5em  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#page {
    font-size 			: 0.7em; /* 14px */
    line-height 		: 1.4em; /* 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family 		: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

pre, code {
    font-size 			: 1.1em; /* Monospace fonts can be hard to read */
    font-family 		: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* headings */

h1, h2, h3, h4 {
	font-family 		: Georgia,Times,serif;
	line-height 		: 1.2em;
}

h1 {
	font-size 			: 3.571em; /* 50px */
    line-height 		: 1.3em; /* 65px */
	padding 			: 0 0 10px 0;
    font-weight 		: normal;
	color 				: #000;
}


h2 {
    font-size 			: 1.7142em; /* 24px */
    line-height 		: 1.2916em; /* 31px */
	font-weight 		: normal;
	color 				: #2786C1;
	margin 				: 0 0 5px;
}

h3 {
	color 				:#2786C1;
    font-size 			: 1.7142em; /* 24px */
    font-weight 		: normal;
    line-height 		: 1.2em; /* */
	margin 				: 0 0 5px; 
}

h4, h5, h6 {
	font-weight 		: normal;
    font-size 			: 1.0714em; /* 15px */
    line-height 		: 1.3em;
    margin-top 			: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom 		: 0.909em;
}

/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote {
	margin 				: 0 0 10px 0
}

/** lists **/

/* standardize list item indentation */

ul, ol {
	margin 				: 0 0 15px 20px;
	padding 			: 0;
}

/* Drupal overrides */

.block ul, 
.item-list ul {
    margin 				: 0;
    padding 			: 0;
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
	margin 				: 0;
}

li {
	margin 				: 0 0 15px 0;
	padding 			: 0;
}

/* Drupal override */

.item-list ul li {
    margin 				: 0;
    padding 			: 0;
    list-style 			: inherit;
}

/* Drupal override */

ul.menu li, 
li.expanded,
li.collapsed,
li.leaf {
	margin 				: 0;
  	padding  			: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dl {
	font-size 			: 1.1535em;
	line-height 		: 140%;
	margin 				: 0 0 25px;
	overflow 			: hidden;
}

dt {
	clear 				: left;
	color 				: #666;
	float 				: left;
	padding 			: 0 5px 0 0;
	margin 				: 0;
}

dd {
	color 				: #000;
  	margin 				: 0 0 0 2em;
  	padding 			: 0;
}


a, a:link, a:visited {
	color 				: #2786C1;
	text-decoration 	: none;
}

a:hover, a:focus, a:active {}

:active, :focus {
  outline 				: none;
}

/** tables **/
/* Override Drupal default CSS */
table {
	border-collapse 	: collapse;
}

th,
thead th,
tbody th {
  	text-align 			: center;
  	padding-right 		: 0;
	border-bottom 		: none;
}

tbody {
	border-top 			: none;
}

/** abbreviations **/
abbr {
	border-bottom 		: 1px dotted #666;
  	cursor 				: help;
  	white-space 		: nowrap;
} 

/* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */

abbr.created {
    border 				: none;
    cursor 				: auto;
    white-space 		: normal;
}

/** images **/

img {
	border 				: 0;
}

/** horizontal rules **/ 

hr {
    height 				: 1px;
	border 				: 1px solid #666;
}

/** forms **/

form {
    margin 				: 0;
    padding 			: 0;
}

fieldset {
    margin 				: 1em 0;
    padding 			: 0.5em;
}

.removed {
	left 				: -900000px !important;
	position 			: absolute !important;
}

.hide {
	display 			: none;
} 

/** june started here **/
.header_digi {    
font-size: 1.7em; 
line-height: 1.2em; 
padding-bottom: 10px;
	 }