/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* Simplified Box Model Hack to normalize text across browsers */
body {
	font-size: small;
	background-image: url(img/body-bg.gif);
} 
* html body {
font-size: ex-small; /* for IE5/Win */
f/ont-size: small: /* for other IE */
background: #FFF;
  color: #444;
  font: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
/* END default font and color information */

/* default link rules */
a {
	color: #000000;
}

a:hover {
  color: #F60;
  text-decoration: none;
}

h1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #3B4D71;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0A093F;
	border-top-width: 1px;
	border-top-color: #000000;
}
/* END headings */

/* container */
#container {
	margin: 0 auto;
	max-width: 60em;
	background-image: url(img/container-bg.gif);
}

#content span.lead {
	text-transform: uppercase;
	color: #800000;
}
a:link {
	color: #000000;
	}

a:visited {
	color: #369;
	}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 90%;
	line-height: 1.5em;
	background: #fff url(img/box-b.gif) no-repeat bottom right;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(img/li-bullet.gif);
	list-style-type: none;
	left: 10px;
	clip: rect(auto,auto,auto,10px);
	text-indent: 10px;
	}
.box h3 {
	margin: 0;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	color: #3B4D71;
	background: url(img/box-t.gif) no-repeat top left;
	line-height: normal;
	font-style: normal;
	text-indent: 5px;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

}
.header {
	background-image: url(img/header-bg.gif);
	background-repeat: repeat;
	text-align: center;
	border-right-color: #0A093F;
	border-left-color: #0A093F;
}
.top-menu {
	background-color: #9B99F0;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0A093F;
	border-bottom-width: 3px;
	border-right-color: #0A093F;
	border-bottom-color: #0A093F;
	border-left-color: #0A093F;
	border-bottom-style: solid;
}
.header-right {
	text-align: right;
}
.stage {
	background-image: url(img/content-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}
.HEADING {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	text-transform: capitalize;
	color: #3C4B72;
}

.right-column {
	background-color: #3b4d71;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}

}
.picture {
	border: 1px dashed #0A093F;
	text-align: center;
	font-size: 90%;
}
#container .stage #stage {
	border: 1px dashed #0066FF;
	background-color: #C7CEE0;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	background-color: #7C8EB0;
	padding: 2px;
}
.masspromotions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #0033FF;
}
#container .footer a {
	color: #0000FF;
}
