/* 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 {
	color: #FFFFFF;
	text-align: center;
	margin-left: 6em;
}

/* 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;
} 
* html body {

f/ont-size: small: /* for other IE */
background: #FFF;
	font-family: "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: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #3E60AE;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0A093F;
}
/* END headings */

/* container */
#container {
	margin: 0 auto;
	max-width: 60em;
	border: 0px solid #ffffff;
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #3C569D;
	}

a:visited {
	color: #369;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

}
.header {
	background-color: #000066;
}
.top-menu {
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.stage {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 5px;
	list-style-type: none;
	list-style-image: url(images/spacer.gif);
}

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	background-color: #0C133F;
	padding: 2px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3E488C;
	text-align: center;
}
.left-menu {
	background-color: #FFFFFF;
}
