@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eee;
	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. */
} 
.twoColFixRtHdr #header {
	background: #86a4cf;
	padding: 0 10px 0 20px;  /* 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. */
} 
.h3   {
	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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #889EC5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font: 0.9em "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-indent: 0.4em;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background: #ddd;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BFB89E;
	font: 0.65em "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
.twoColFixRtHdr #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.sidebar1h3 {
	margin-left: -2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: lighter;
}
.sidebar1h4 {
	margin-left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: lighter;
}
.h1 {
	font: bold 1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 6px;
}
.h2 {
	margin-left: 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
.h3 {
	margin-bottom: -0.5em;
	margin-left: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-variant: normal;
	font-style: oblique;
}
.h4 {
	margin-left: 1.75em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .95em;
	font-style: normal;
	margin-bottom: -0.25px;
	padding-bottom: 0.75em;
}
.h5 {
	margin-left: 2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
}
.p {
	font: 0.9em "Times New Roman", Times, serif;
	padding-left: 4px;
	text-align: justify;
	padding-right: 8px;
	margin-left: 1.5em;
	margin-top: -6px;
}
.super {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-variant: small-caps;
	vertical-align: super;
}
.li {
	text-align: left;
	margin-left: 2em;
	list-style-image: url(/images/listerisk.gif);
	list-style-type: none;
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: oblique;
	margin-right: 1em;
}
.pic {
	font: oblique 0.65em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 12px;
	margin-top: -6px;
	padding: 12px 8px 18px 4px;
	border: 0.1em solid #eee;
	background: #ccc;
}
.picSidebar {
	font: oblique 0.85em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 12px;
	margin-top: -6px;
	padding: 6px 4px 9px 2px;
	border: 0.1em solid #bbb;
	background: #eee;
}
a:link {
	color: #663300
}
a:visited {
	color: #963;
	text-decoration: none;
}
a:hover {
color: #44388C
}

