@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.important {
	color: #C00;
	text-decoration: blink;
}
.locations {
	text-decoration:none;
	font-family:verdana, arial;
	font-weight:normal;
	font-size:10.5pt;
	text-align:center;
	color: white;
}
.copyright {
	font-size:x-small;
	text-align:right;
	font-style: italic;
	color:#FFF
}
.padding_5 {
	padding: 5px;
}
.padding_10 {
	padding: 10px;
}
.width_250 {
	width: 250px;
}
.width_260 {
	width: 260px;
}
.bg_light_blue {
	background-color: #5badd4;
}
.formheaders {
		text-decoration:none; 
		font-family:verdana, arial;
		font-weight:bold; 
		font-size:9pt;
		padding: 5px;
		color: #326DAF
}

.formtext {
		text-decoration:none; 
		font-family:verdana, arial; 
		font-weight:normal; 
		font-size:9pt;
		padding: 4px
}

.formheadersrequired {
		text-decoration:none; 
		font-family:verdana, arial;
		font-weight:bold; 
		font-size:9pt;
		padding: 5px;
		color: #FF0000
}

.formbox{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 11px;
	HEIGHT: 19px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #16167D;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #FFFFFF
}
.formsubmitbox{
    BORDER-RIGHT: #000000 2px solid;
    BORDER-TOP: #000000 1px solid;
	FONT-FAMILY: verdana, arial;
	FONT-WEIGHT:bold; 
    FONT-SIZE: 10px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #16167D;
    BORDER-BOTTOM: #000000 2px solid;
    BACKGROUND-COLOR: #FFFFFF
}
.product {
	padding-left:15px;
}
.product img {
	padding:5px;
}

