@charset "UTF-8";

#mainpage .item {
	width:290px;
	height:160px;
	float:left;
	margin-right:15px;
	letter-spacing:0.1em;
}

#mainpage .item a, #mainpage .lastitem a {
	color:#663399;
	font-size:12px;
}

#mainpage .item p, #mainpage .lastitem p {
	width: 150px;
}

#mainpage .lastitem {
	width:290px;
	height:160px;
	float:left;
	letter-spacing:0.1em;
}

#mainpage .item .learn, #mainpage .lastitem .learn {
	margin-top:10px;
}

#connect {
	width:255px;
	padding-left:20px;
	text-align:left;
}

.connectHr {
	background:url(../images/hr_connect.png);
	margin-top:10px;
	margin-bottom:10px;
	height:10px;
	width:200px;
	text-align:center;
}

#connect .item {
	width:215px;
	height:85px;
	letter-spacing:0.1em;
	margin-left:15px;
	margin-right:15px;
}

#connect h2 {
	margin-bottom:0px;
}

#connect .item a {
	color:#663399;
	font-size:12px;
}

#connect .item p{
	margin-top:6px;
}

#connect .lastitem {
	height:120px;
	letter-spacing:0.1em;

}

#connect .lastitem p {
	width:215px;
	margin-top:6px;
}

body {
	font: 100% Geneva, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	padding: 0 10px 0 20px;  /* 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. */
	margin-top: 10px;
	height: 170px;
	position:relative;
	z-index:5;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	/* padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position:relative;
}
.oneColFixCtrHdr #mainContent a {
	color: #000000;
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #FF9900;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.png) repeat-x #42474A;
}
.oneColFixCtrHdr #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 */
	color:#FFFFFF;
	font-size:10px;
}
