﻿.homepage {
	font-family:  Tahoma, Geneva, sans-serif;
	color:black;
	text-align:justify;
	font-size:12px;
	margin-left:37px;
	margin-right:95px;
	margin-top:10px;
}
.puzzel{
	margin-left:12px;
	margin-bottom:12px;
}
/*LI {
	font-family:  Tahoma, Geneva, sans-serif;
	color:black;
	text-align:justify;
	font-size:12px;}
*/
H1 {
	font-family:  Tahoma, Geneva, sans-serif;
	color:black;
	font-weight:bold;
	text-align:justify;
	font-size:14px;

	margin-right:95px;
	margin-top:23px;
}
H2 {
	font-family:  Tahoma, Geneva, sans-serif;
	color:black;
	font-weight:bold;
	text-align:justify;
	font-size:12px;
	margin-right:95px;
	margin-top:10px;
}
.secondaryPageBody {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	text-align: justify;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
}

.secondaryPageBody ul {
	margin:-5px 0 5px 10px;
}
.secondaryPageBody ul li{
	list-style-image:url(images/check.gif);
}
.secondaryPageBody ul ul {
}
.secondaryPageBody ul ul li {
	margin-top:10px;
	margin-left:-15px;
	list-style:none;
}
.secondaryPageBodyTable {
	font-family:  Tahoma, Geneva, sans-serif;
	color:black;
	text-align:justify;
	font-size:25px;
}
.copyright {
	font-family:  Tahoma, Geneva, sans-serif;
	color:white;
	text-align:right;
	font-size:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.Photo {
margin-top:5px;
}
a:link {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
a:hover {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
a:visited {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
a:visited:hover {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
speciallink {
	font-family:  Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #666633;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.leftmenutable {
}
.leftmenutable a:link {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666633;
	font-weight: bold;
}
.leftmenutable a:hover {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.leftmenutable a:visited {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666633;
	font-weight: bold;
}
.leftmenutable a:visited:hover{
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.leftmenutable td{
	padding-bottom:5px;
}
.header {
	color:#666633;
	}
.header a:link{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.header a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.header a:visited{
	color:#666633;
	font-weight:bold;
	text-decoration:none;
}
.header a:visited:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.header a:active{
	color:#666633;
	font-weight:bold;
	text-decoration:none;
}
.testimonials {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.testimonials a:link {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
.testimonials a:hover {
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}
.testimonials a:active {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
.testimonials a:visited {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
/*Following is for landing pages*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCC99;
	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;
}
.twoColFixLt #container {
	background-image:url(landing_pages/images/landingpage1_01.jpg);
	background-repeat:repeat-y;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#FFF;
}
.twoColFixLt #sidebar1 li{
	color: #FFF;
	list-style-image:url(landing_pages/images/landingpage1_19.jpg);
	text-align:left;
	margin-left:-15px;
	width:170px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	text-align:justify;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#538838;
	margin-bottom:0px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	margin-bottom:0px;
}
.twoColFixLt #mainContent ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
.twoColFixLt #mainContent ol li {
	margin:5px 0px;
}
.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;
}
.image {
	margin:10px 0px 0px 0px;
}
.logo {
	margin-top:15px;
}
.tabletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	color:#538838;
}
img {
	border:none;
	"
/*End of landing pages*/
