@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #F66C49;
}
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F37052;
	padding-top: 10px;
}
.insetwhite {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 100px;
}
.twoColElsLtHdr #container {
	width: 950px; /* 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. */
	background-color: #5783A4;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColElsLtHdr #header {
	background-color: #5783A4;
	height: 110px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
} 
.twoColElsLtHdr #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 */
}
.twoColElsLtHdr #box #container #header p {
	font-size: 150%;
	font-weight: bold;
	color: #CCCCCC;
}
.twoColElsLtHdr #box #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #333333;
	font-weight: bold;
}

.spaceleft100 {
	margin-left: 100px;
}



.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #5783A4;
	height: 350px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	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;
	font-weight: bold;
	color: #99FF33;
}

.twoColElsLtHdr #mainContent {
	margin: 10 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer {
	padding: 10 10px 0;
	background-color: #5783A4;
	height: 230px;
} 
#logo {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

.twoColElsLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
#lp1 {
	margin-left: 50px;
	float: left;
	margin-top: 10px;
}
#lp2 {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
.rahmen {
	background-color: #F66C49;
	padding: 3px;
	border: thin solid #000000;
}
#lp3 {
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
#content P {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
.fltr25r {
	float: right;
	margin-right: 25px;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #F66C49;
	padding: 3px;
}
#floatrightorang {
	background-color: #F66C49;
	padding: 3px;
	margin-right: 25px;
	border: thin solid #000000;
	float: right;
}
#content a {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-decoration: underline;
}
.twoColElsLtHdr #box #container #mainContent br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FFCC00;
}
.twoColElsLtHdr #box #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.fllrCopy {
	float: left;
	margin-right: 5px;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #F66C49;
	padding: 3px;
}
.mainContent ul, li {
    font-size: medium;	
}
