/************************ HMTL Styles */
body{
	font-family: trebuchet ms, arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(images/comq-bg.jpg);
	background-repeat: repeat;
}
td{
	font-size: 12px;
}
a{
	color: #544DB4;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #544DB4;
}
a:hover{
	color: white;
	text-decoration: underline;
	background-color: #544DB4;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 150%;
	margin-bottom: 15px;
}
h2{
	font-size: 120%;
}
h3{
 font-size: 100%;
}
h4{
}
h5{
}
a img{
	border: none;
}
/************************** Layout */
#mainContainer{
	background-color: white;
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#header{
	width: 900px;
	height: 100px;
	background-image: url(images/header.jpg);
	border: 4px solid white;
}
#mainNav{
	margin-left: 400px;
	margin-top: 45px;
	width: 400px;
}
#mainNav a{
	color: white;
	font-size: 14px;
	display: block;	
	text-decoration: none;
}
#mainNav a:hover{
	text-decoration: underline;
	background-color: transparent;
}
#mainNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainNav ul li{
	width: 120px;
	float: left;
	height: 25px;
}
#leftColumn{
	margin: 20px;


}
#rightColumn{
	display: none;
	float:right;
	width: 20%;
}
#centerColumn{
	display: none;
	float: left;
	width: 55%;
}
#footer{
	clear: both;
	text-align: right;
	font-size:10px;
	background-color: #CDC7E9;
	border: 4px solid white;
	background-image: url(images/bottom-gif.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	height: 63px;
}
#footerText{
	margin-top: 25px;
	margin-right: 9px;
}
#footer a{
	font-weight: normal;
	text-decoration: none;
}
.redText{
	color: red;
}

/* #leftColumn link styles 

#leftColumn ul a:link, #leftColumn ul a:visited {display: block;}
#leftColumn ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#leftColumn li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack 
html>body #leftColumn li {border-bottom: none;}*/
#helpNav{
	color: white;
	float: left;
	width: 200px;
	height: 350px;
}
#helpNav a{
	color: white;
}
#helpNavContent{
	margin: 9px;
	
}
#helpSubContent{
	padding-left: 230px;

}
#leftNavPage{
	background-image: url(images/bg-leftNav2.jpg);
	background-repeat: repeat-y;
	
}
.subtleText{
	color: #FFFFFF;
}
.picWithCaption{
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.imgLeft{
	margin-right: 15px;
}
#bigButtons{
	float: right;
	width: 300px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#bigButtons a{
	display:block;
	width: 100px;
	float: left;
	text-align: center;
	padding: 15px;
	border: 1px solid #873671;
	margin-left: 9px;
	background-color: #EAE8F7;
	font-size: 14px;
}
#bigButtons a:hover{
	background-color: #7F3B6C;
	color: white;
}
.specialPromotion{
	width: 350px;
	float: right;
	border: 1px solid #544DB4;
	padding: 15px;
	margin-left: 15px;
	text-align: center;
	background-color: #E9E8EE;
	margin-bottom: 15px;
	display: none;
}
#potholderThumbs{
	border: 1px solid gray;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#skipIt{
	margin: 9px 9px 9px 0px;
	padding: 9px;
	border: 2px solid #5D1C46;
	font-size: 14px;
}
