@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/bgblue.jpg);	
}
#container {
	width: 876px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/bgblue.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header {
	background: #DDDDDD;
	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-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 257px;
	width: 876px;
	margin: 0px;
}
 #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 */
}
 #mainContent {
	background-image: url(../images/borders.jpg);
	background-repeat: repeat-y;
	margin-left: 72px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	clear: left;
	width: 720px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	height: auto;
}
 #footer {
	padding: 0 10px;
	text-align: center;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
 #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 */
}h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
#insertrt1 {
	float: left;
	height: 32px;
	width: 220px;
	background-image: url(../images/bgblue.jpg);
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #93C;
	font-weight: bold;
	padding-right: 5px;
	margin: 0px;
}
#insertlft1 {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	text-align: center;
	width: 450px;
	height: 42px;
	clear: right;
	font-style: italic;
}
#insertrt2 {
	float: left;
	height: 32px;
	width: 220px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #93C;
	font-weight: bold;
	padding-right: 5px;
	margin: 0px;
}
#insertlft2 {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #C2D9EB;
	text-align: center;
	width: 450px;
	height: 42px;
	clear: right;
	font-style: italic;
	background-image: url(../images/bgblue.jpg);
}
#insertrt3 {
	float: left;
	height: 32px;
	width: 220px;
	background-image: url(../images/bgblue.jpg);
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #93C;
	font-weight: bold;
	padding-right: 5px;
	margin: 0px;
}
#insertlft3 {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	text-align: center;
	width: 450px;
	height: 42px;
	clear: right;
	font-style: italic;
}
#subcontent {
	height: 280px;
	width: 434px;
	clear: both;
	background-image: url(../images/bgsubcontent.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 196px;
	text-align: center;
	padding-left: 20px;
	padding-top: 20px;
}
#rightcol {
	float:right;
	width:360px;
}
#leftcol {
	float: left;
	width: 360px
}
.descriptor {
	height:85px;
	width:300px;
	padding-top: 40px;
	background-image: url(../images/bg-descriptor.gif);
	background-repeat: no-repeat;	
}
	
a {
	color: #93C;
	text-decoration: none;
}
.leftimg {
	float: right;
	height: 250px;
	width: 300px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BCD3E5;
}

.subright {
	text-align: right;
	height: 300px;
	width: 390px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BCD3E5;
}
.subleft {
	text-align: left;
	height: 300px;
	width: 390px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-left: 0px;
	padding-right: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BCD3E5;
	
}
.imgright {
	height: 250px;
	width: 300px;
	float: left;
	padding-top: 20px;
	background-position: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BCD3E5;
}
.clear {
	clear: both;
	height: 5px;
	width: 700px;
}
h3 {
	text-transform: uppercase;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}

