/* Main styles for It Can Happen To Me */
body {
	background-color: #DADADA;
	margin-top: 0px;
}

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td img {
	display: block;
}


a:link {
	color: #990000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #939B62;
}
a:active {
	color: #990000;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #620906;
	font-size: 14px;
	margin: 0px;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

#container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	background: #FFF;
	padding: 0px 0px 0px 0px;
	text-align: left;
	top: 0px;
	vertical-align: top;
}
/*
#logo h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 216px;
	height: 189px;
}
#logo h1 span {
    display:none;
}*/
#logo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
}
#menu { 
	width: 100%; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
#menu { 
	width: 500p;  
	display: inline-block;
}
#menuTable, 
#menuTable td, 
#menuTable th,
#menuTable tr  {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#pageBody {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	overflow: auto;
}
#main {
	float: left;
	margin-left: 47px;
	width: 629px;
	overflow:auto;
}
#mainOther {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 18px;
	width: 256px;
	overflow:auto;
}
#cartLinks {
	
}
#footer {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 200px;
}
.error {
	color:#F00;
	font-weight:bold;
}
.required {
	font-weight:bold;
}
.groupHeader {
	font-weight:bold;
}
.boldText {
	font-weight:bold;
	font-size: 14px;
}
.italicText {
	font-style:italic;
}
.paragraphHeader-21ptRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #990000;
}
.paragraphHeader-14ptGreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #929A5F;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
.bodyQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #929A5F;
}
.paragraphHeader-14ptRedBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
