@charset "UTF-8";
body  {
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(../images/42raw-bg.jpg);
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	padding-left: 25px;
	background-image: url(white75.png);
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
} 
.twoColFixRtHdr #header {
	height: 100px;
	width: 750px;
} 
#navcontainer {
	height: 20px;
	margin-top: 10px;
	width: 750px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
}
#logo {
	height: 30px;
	width: 100px;
	float: left;
	margin-top: 60px;
	margin-right: 00px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#navcheat {
	padding-left: 20px;
	background-color: #0066CC;
	height: 50px;
}
.twoColFixRtHdr #head1 {
	min-height:100px;
	width: 240px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #head2 {
	min-height:100px;
	width: 225px;
	float: left;
	margin-right: 5px;
	background-image: url(bag.jpg);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
} 
.twoColFixRtHdr #head3 {
	min-height:100px;
	width: 225px;
	float: left;
	background-image: url(bag.jpg);
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
} 
.twoColFixRtHdr #leftContent {
	min-height:400px;
	width: 230px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	float: left;
} 
.twoColFixRtHdr #centerContent {
	min-height:400px;
	width: 230px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 10px;
	} 
.twoColFixRtHdr #textContent {
	min-height:400px;
	width: 470px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-right: 10px;
	} 
.twoColFixRtHdr #rightContent {
	min-height:400px;
	width: 230px;
	padding-right: 10px;
	margin-bottom: 0;
	margin-left: 10;
	padding-left: 10px;
	float: left;
} 
.twoColFixRtHdr #container #leftContent p{
	font-size: 12px;
	margin-top:1px;
	
} 
.twoColFixRtHdr #container p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 14px;
	margin-bottom: -10px;
}
.twoColFixRtHdr #container p.inline {
	font-size: 12px;
	line-height: 14px;
	margin-top: 14px;
	margin-bottom: -7px;
	display:inline;
	
}
.twoColFixRtHdr #container p.adress {
	font-size: 10px;
	font-weight: normal;

}
.twoColFixRtHdr #container h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}
.twoColFixRtHdr #container h2 {
	font-size: 48px;
	margin-top: -5px;
	font-weight: normal;
	line-height: 56px;
	margin-bottom: -16px;
}
.twoColFixRtHdr #container h3 {
	font-size: 24px;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: -14px;
}
.twoColFixRtHdr #container #mainContent h3 {
	line-height: 28px;
	margin-top: 34px;
}

.twoColFixRtHdr #container h4 {
	font-size: 17px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h4 {
	line-height: 22px;
	margin-bottom: -14px;
	margin-top: 22px;


}
.twoColFixRtHdr #container h5 {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: -18px;
	margin-top: 10px;

}
.twoColFixRtHdr #container h6 {
	font-size: 10px;
	font-weight: normal;
}

.tags {
	font-size: 11px;
	font-weight: bold;
}

.twoColFixRtHdr #footer {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 750px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 
.twoColFixRtHdr #footer p {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.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;
}




.image {
	border: 0px;
}

img {
	border: 0px;
}



/* NAVIGATION)*/


 #navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
}

#navcontainer ul li { display: inline; 
align: left;

}

a
{
	text-decoration: none;
}

#navcontainer ul li a
{
	text-decoration: none;
	/*padding: 0 6px 0 4px;*/
	border-left: 1px solid #000;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}




#navcontainer li.active a:link, #navcontainer li.active a:visited,  #navcontainer li.active a:hover, #navcontainer li.active a:active {
	color: #000000;
	}
a:link, a:visited,  a:hover, a:active {
	color: #000000;
	}
	
	

/* TABLE */




table {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #000;
	vertical-align: top;
}

tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

	hr {
	height: 1px;
	color: #000;
	border: none;
	background-color:#000;
}
	#leftContent hr {
	width: 240px;
}

input
{
	color: #000;
	background: none;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}