@import url(reset.css);
@import url(layout3col.css);

/* main content styles */
.col1 h1 {
	font-size: 32px;
	color: #00F;
	text-align: center;
}
.col1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00F;
	text-decoration: underline;
	text-align: left;
}
.col1 h5 {
	color: #00F;
	text-align: center;
	padding-bottom: 10px;
}
.col1 h6 {
	color: #000;
	text-align: left;
	font-weight: normal;
}
.col1 p {
	text-align: justify;
}

/* right column styles */
.col3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #000099;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	text-align: center;
}
.col3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 1px;
}
.col3 a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
}
.col3 a {
	text-decoration: underline;
	background-color: #FFF;
}
.col3 th {
	color: #0000FF;
	text-align: left;
	font-weight: normal;
	padding: 4px;
}
.col3 td {
	padding: 4px;
}

#shirts {
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 20px;
}

