﻿body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding:3px;
	margin:0px;
}

a:link  {
	color: #74bc40;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #74bc40;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

 #container {
	width: 910px;  /* this will create a container 80% of the browser width */
	margin-left:auto; margin-right:auto;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-left: 5%;
	width:50%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #mainContent {
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
} 
#Date {
	position:absolute;
	width:120px;
	height:19px;
	z-index:2;
	left: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	top: 100px;
}

#contentcontact {
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
}
.twoColLiqLtHdr #container #contentcontact News {
}
#news {
	width: 25%;
	float: right;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}
.twoColLiqLtHdr #container #contentcontact #news newsright {
}
#newsright {
	background-color: #EBEBEB;
	padding: 5px;
	border-top-width: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #74bc40;
	border-right-color: #74bc40;
	border-bottom-color: #74bc40;
	border-left-color: #74bc40;
}



 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #74bc40;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #74bc40;
}
h3 {margin-bottom: 0cm; padding-bottom: 0pt;}

 #container #Navbar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #74bc40;
	border-bottom-color: #000000;
	border-left-color: #74bc40;
	width: auto;
	height: 20px;
	margin-top: 10px;
	margin-left: 5%;
	background-color: #74bc40;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 4%;
	color: #FFFFFF;
}

.condensedtext {
	margin: 7px;
}

h4 {
	margin-top: 8px;
	margin-bottom: 6px;
	margin-right: 8px;
	margin-left: 2px;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	margin-top: 9px;
	font-weight: bold;
	padding-top:12px;
	margin-bottom:6px;
}

.grey {
	color: #666666;
	font-weight: bold;
}
#sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	margin-left: 20px;
	margin-top: 2%;
	margin-right: 4px;
}
#sidebar2 {
	float: right;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	margin-right: 20px;
	margin-top: 2%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#container #Demo {
	margin-right: 5%;
	margin-left: 5%;
}
 #container #pictures {
	float: right;
	margin-left: 10px;
}
 #container #Pictures2 {
	float: right;
	margin-left: 15px;
	width: 301px;
}
 #container #Demo #Demo3 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #74bc40;
	border-right-color: #74bc40;
	border-bottom-color: #74bc40;
	border-left-color: #74bc40;
}
 #container #Demo #Demo3 #pictures3 {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	width: 301px;
}
#container #Demo #presentation {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #74bc40;
	border-right-color: #74bc40;
	border-bottom-color: #74bc40;
	border-left-color: #74bc40;
}

 #container #Demo #Text2 {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #74bc40;
	border-bottom-color: #74bc40;
	border-left-color: #74bc40;
	margin-top: 3px;
}
#lastpara {
}


 #container #Text {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #74bc40;
	border-right-color: #74bc40;
	border-bottom-color: #74bc40;
	border-left-color: #74bc40;


}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.smalltextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	margin-top:6px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	color:#74bc40;
}

 #container #image1 {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
	margin-top: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.Navbar:link, a.Navbar:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}


a.Navbar:hover {
	text-decoration: underline;
}


.fakelink  {
	color: #74bc40;
	font-weight:bold;
	text-decoration: none;
}
.subheading {

}
.advisorytodotext 
{display: inline;
        color: #FF0000;
        background-color: inherit;
        vertical-align: baseline;
        padding-top: 0pt;
        padding-bottom: 0pt;
        padding-left: 0pt;
        padding-right: 0pt;
       }
.expandingblock {border: dotted 1px;
		border-color: #000000;
		background-color: #fff1d1; 
        margin-top: .5cm;
        margin-bottom: .5cm;
        margin-left: .5cm;
        margin-right: .5cm;
		padding: .25cm;
		width:90%;
}
.expandingblocksmall {border: dotted 1px;
		border-color: #000000;
		background-color: #fff1d1; 
        margin-top: .5cm;
        margin-bottom: .5cm;
        margin-left: .5cm;
        margin-right: .5cm;
		padding: .25cm;
		width:55%;
}

.yeardiv {background-color: inherit; 
        margin-left: .5cm;
        margin-right: .5cm;
		padding: .25cm;
		width:100%;
}

.strikethrough 
{display: inline;
        font-style: italic;
        color: #800040;
        background-color: inherit;
        vertical-align: baseline;
        text-decoration: line-through;
        padding-top: 0pt;
        padding-bottom: 0pt;
        padding-left: 0pt;
        padding-right: 0pt;
       }
