@charset "UTF-8";
/* CSS Document */

/* Global */

/* ~~ This fixed width container surrounds all other blocks ~~ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 600px;
	background-color: #FFFFFF;
	
	}
.container {
	width: 990px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content {
	width: 710px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

header {
	background: none;
} 



.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/

#centered {
	position: relative;
	top: 0;
	right: 0;
	width: 1000px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




#centered #div9 #rop {
	background-position: center;
}






td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}



a:link {
	color: #002953;
	text-decoration: none;
}
a:visited {
	color: #002953;
	text-decoration: none;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #FF9900;
}

.style13 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}	

.style14 {
	color: #FFFFFF;
}
.style15 {
	font-size: 15px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;
}


p {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2;
	margin-left: 2;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #4F4F4F;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2;
	margin-left: 2;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #666666;
	text-align:justify;
	font-weight: normal;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: 2;
	margin-left: 2;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2;
	margin-left: 2;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 30px;
	margin-right: 2;
	margin-left: 2;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	font-weight: lighter;
	padding-right: 15px;
	padding-left: 5px;
	margin-right: 2;
	margin-left: 2;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

h6 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2;
	margin-left: 2;
}




td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

.button {
	border: 1px solid #000000;
	color: #006;
	cursor: pointer;
	display: inline-block;
	float:center;
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	background-color: #FC3;
}
.tableForm {
	background-image: url(Tshirt-form.jpg);
	background-repeat: no-repeat;
}
.numberOfColors{
	font-size: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 6px;
}
