/* COLORS */

/*
Main Blue:  #0D76BD
Main Green: #7CA596
Dark Blue: #234fa8
Medium Grey: #e5e5e5
Light Grey: #f2f2f2

*/

/* HTML STYLES */
h1 {font-size: 150%; color: #0D76BD; font-weight: normal;}
h2 {font-size: 140%; color: #0D76BD; font-weight: normal;  line-height: 110%}
h3 {font-size: 130%; color: #000; font-weight: bold}
h4 {font-size: 120%; color: #0D76BD; font-weight: bold}
h5 {font-size: 100%; color: #000; font-weight: bold; margin-bottom: 3px;}
h6 {font-size: 100%; color: #0D76BD; font-weight: bold}

.img{padding-left:10px;padding-right:10px;}
.imgLeft {padding-bottom:15px;padding-right:15px; float:left}
.imgRight {padding-bottom:15px;padding-left:15px; float:right}

p {
	color : #000000;
	font-family : helvetica, arial, verdana, sans-serif;
	font-size : 100%;
	font-weight : normal;
	margin-top: 0px
}
table {}
td {}
tr {}
ul,ol {list-style: none;
	padding-left: 40;
	text-indent: -1em;}

li {}


body {color : #000; font-family : helvetica, arial, verdana, sans-serif;  font-weight : normal; margin: 0 0 0 0; font-size: 1em}

input {}

a, a:active, a:link {color: #0D76BD; font-weight: bold;}
a:hover {text-decoration: none;}
a:visited {color: #234fa8}


/* -------------- */

td.homeLeft h1 {font-size: 100%; font-weight: normal; margin: 0; margin-top: 15px; padding: 0px; color:#000000;  line-height: 150%}
td.homeLeft p {margin-top:0px; line-height: 120%;} /* This has no margin on it so that the h1 can be picked up by search engines only on the homepage */

.calloutRight {width: 200px; padding: 10px; background-color: #f2f2f2; border: solid #0D76BD 1px; float: right; position: relative; margin-left: 15px; marging-bottom: 15px;}

.calloutRight ul {list-style:outside; padding-left: 10px; text-indent:0; list-style-type:square;}

#drilldownContent ul {list-style:outside; padding-left: 40px; text-indent:0; list-style-type:square;}
#drilldownContent ol {list-style:outside; padding-left: 40px; text-indent:40;}
