/*body {
  	background-color: #03346c;
}
*/
#top {
	width:555px;
	float:left;
	margin-bottom: 30px;
}

.sectionTitle, .sectionTitle a, .sectionTitle a:link {
	font-weight:700;
	text-decoration:none !important;
}

/* Home page layout */

.homepage {

}

.homepage #col1 {
	width:362px;
	float:left;
	display:inline;
}

.homepage #col2 {
	width:172px;
	float:right;
	display:inline;
}


/* 1 column layout */

.numCols1 {

}

.numCols1 #col1 {
	width:555px;
}

/* 2 column layout */

.numCols2 {

}

.numCols2 #col1 {
	width:49%;
	float:left;
}

.numCols2 #col2 {
	width:49%;
	float:left;
}

/* 3 column layout */

.numCols3 {

}

.numCols3 #col1 {
	width:33%;
	float:left;
}

.numCols3 #col2 {
	width:33%;
	float:left;
}

.numCols3 #col3 {
	width:33%;
	float:left;
}

/* general column settings */

#col1 div, #col2 div, #col3 div {
	margin-top:10px;
}
