@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: Helvetica, Geneva, Arial;
	font-size: 100%;
	background-color: #666666;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #000000;
	overflow: hidden;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(images/header/header.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 900px;
} 
.twoColFixLtHdr  #nav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 446px;
	clear: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContent {
	background-image: url(images/background/background.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 445px;
	width: 700px;
	clear: none;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent_testimonials {
	background-image: url(images/background/background.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 445px;
	width: 700px;
	clear: none;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: scroll;
}
.twoColFixLtHdr #mainContent_contact {
	background-image: url(images/background/contact_background.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 445px;
	width: 700px;
	clear: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 20px;
	font-family: Helvetica, Geneva, Arial;
}
.twoColFixLtHdr #mainContent_candidate {
	background-image: url(images/background/candidate_background.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 445px;
	width: 700px;
	clear: none;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent .table {
	padding-left: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr  #container  #mainContent .tableabout  {
	padding-left: 0px;
	margin-left: 20px;
	line-height: 19px;
}
td img {display: block;}
.twoColFixLtHdr #designed {
	width: 900px;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #666666;
}
body,td,th {
	font-family: Helvetica, Geneva, Arial;
	font-size: 14px;
	color: #333333;
}
.style6 {
	color: #990033;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial;
	font-size: 14px;
}
.style9 {
	font-size: 12px;
	color: #990033;
}
a {
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent_client {
	background-image: url(images/background/client_background.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 445px;
	width: 700px;
	clear: none;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.style8 {
	font-size: 12px;
	color: #000000;
}
