@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: -10px;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-bottom: 10px;
	background-color: #CCC;
	margin-left: 10px;
	padding-top: 15px;
	background-repeat: repeat-y;
	margin-top: 10px;
	background-image: url(Images/SidebarBckgrnd.gif);
}
#sidebar1 p {
	padding-left: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: 172046;
	padding-left: 15px;
	margin-top: -5px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0px;
	margin-left: 215px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCCCCC;
	background-image: url(Images/MainContentGradientBckgrnd.gif);
	color: #172046;
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-left: 8px;
	border-bottom: 1px dashed #172046;
	font-weight: bolder;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .87em;
	text-align: left;
	padding-left: 45px;
	padding-top: 10px;
	line-height: 1.3em;
}
#mainContent p  a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #006;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #172046;
	padding-left: 20px;
	font-weight: lighter;
	font-style: italic;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	padding-left: 45px;
	color: #2f4429;
}
.MainContentTOPImg {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: -20px;
	top: auto;
}
.MainContentBTMImg {
	margin-left: -65px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC;
	height: 40px;
	background-repeat: no-repeat;
	border-top: 1px solid #172046;
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: 0.7em;
	color: #172046;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #2f4429;
}
.twoColFixLtHdr #container #mainContent #formlayout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	position: relative;
	height: 320px;
	width: 450px;
	left: 30px;
	top: -15px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #172046;
}
#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:155px;
}

#id1topwhitespace {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:47px;
}

#id2practicalsbs {
	position:absolute;
	left:0px;
	top:47px;
	width:376px;
	height:108px;
}

#id3home {
	position:absolute;
	left:376px;
	top:47px;
	width:77px;
	height:108px;
}

#id4services {
	position:absolute;
	left:453px;
	top:47px;
	width:70px;
	height:108px;
}

#id5portfolio {
	position:absolute;
	left:523px;
	top:47px;
	width:68px;
	height:108px;
}

#id6aboutus {
	position:absolute;
	left:591px;
	top:47px;
	width:84px;
	height:108px;
}

#id7contact {
	position:absolute;
	left:675px;
	top:47px;
	width:103px;
	height:108px;
}

#id8right {
	position:absolute;
	left:778px;
	top:47px;
	width:22px;
	height:108px;
}
.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;
}
.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;
	padding-bottom: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.ImgTop {
	padding-top: 0px;
	margin-top: -15px;
}
.ImgBtm {
	padding-bottom: 0px;
	margin-bottom: -15px;
}
.ImgCenter {
	padding-top: 2px;
	margin-left: -15px;
}
.fltrtCart {
	float: right;
	margin-left: 8px;
	padding-bottom: 4px;
	margin-top: -40px;
}
