body {
	background-color: #ffffff;
	margin: 0px 5px;
	padding: 0px;
	text-align: center; /* used to center blocks in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ----------------------------- */
/* { classes for mixed content ] */
/* ----------------------------- */

.genContent {
	text-align: left;
}

.advContent {
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both
}


/* ----------------------------- */
/* [ classes for content items ] */
/* ----------------------------- */

/* .kicker is a descriptive label that appears before an article title (e.g., "Software Review" or "Top Picks") */
.kicker {
	font-variant: small-caps;
	font-size: 18px;
}

/* .byline identifies the author of an article (e.g., "By JONATHAN MELBY") */
.byline {
	font-size: 10px;
	color: #666;
}

/* .timestamp shows date created or last updated */
.timestamp {
	font-size: 10px;
	color: #666;
}

/* .callout contains content used to catch the reader's interest */
.callout {
	float:right;
	margin-left: 10px;
}

.mapsImage {
	float: right;
}
.mapsImage img {
	vertical-align: middle;
}

.mapsText {
}

/* .siteCopyright contains the copyright message for the web site */
.siteCopyright {
	font-size: 10px;
	color: #666;
}


/* ----------------------------------- */
/* [ classes for general <UL> styles ] */
/* ----------------------------------- */

ul.ulDescriptiveLinks {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.ulDescriptiveLinks li {
	list-style: none;
	padding-bottom: 5px;
}

ul.ulSiteNav {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.ulSiteNav li {
	list-style: none;
	display: inline;
	border-left: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
ul.ulSiteNav li.first {
	list-style: none;
	display: inline;
	border-left: none;
	padding-left: 0px;
	padding-right: 5px;
}

ul.ulThumbnails {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.ulThumbnails li {
	display: inline;
	margin-right: 1em;
}


/* ---------------------------------- */
/* [ classes for general <A> styles ] */
/* ---------------------------------- */

/* links for lists with more than one link type */
a.aMixedLinks {
	font-weight: normal;
	color: #336699;
}
a.aMixedLinks:link {
	text-decoration: none;
}
a.aMixedLinks:visited {
	text-decoration: none;
}
a.aMixedLinks:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* inline links (links embedded in surrounding text) */
a.aInlineLinks {
	font-weight: normal;
	color: #336699;
}
a.aInlineLinks:link {
	text-decoration: underline;
}
a.aInlineLinks:visited {
	text-decoration: underline;
}
a.aInlineLinks:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* links to individual Article pages */
a.aArticle {
	font-weight: normal;
	color: #336699;
}
a.aArticle:link {
	text-decoration: none;
}
a.aArticle:visited {
	text-decoration: none;
}
a.aArticle:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* links to FAQ items */
a.aFaq {
	font-weight: normal;
	color: #336699;
}
a.aFaq:link {
	text-decoration: none;
}
a.aFaq:visited {
	text-decoration: none;
}
a.aFaq:hover {
	text-decoration: underline;
	color: #0033FF;
}


/* links to Glossary items */
a.aGlossary {
	font-weight: normal;
	color: #336699;
}
a.aGlossary:link {
	text-decoration: underline;
}
a.aGlossary:visited {
	text-decoration: underline;
}
a.aGlossary:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* links to individual Model pages */
a.aModel {
	font-weight: bold;
	color: #336699;
}
a.aModel:link {
	text-decoration: none;
}
a.aModel:visited {
	text-decoration: none;
}
a.aModel:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* links for navigation within the web site */
a.aNav {
	font-weight: bold;
	color: #336699;
}
a.aNav:link {
	text-decoration: none;
}
a.aNav:visited {
	text-decoration: none;
}
a.aNav:hover {
	text-decoration: underline;
	color: #0033FF;
}

/* links to pages on other web sites */
a.aOffsite {
	font-weight: normal;
	color: #0000FF;
}
a.aOffsite:link {
	text-decoration: underline;
}
a.aOffsite:visited {
	text-decoration: underline;
	color: #990099;
}
a.aOffsite:hover {
	text-decoration: underline;
}


/* -------------------------- */
/* [ Styles for Section IDs ] */
/* -------------------------- */

#beforeMasthead {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#masthead {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#mastheadSiteName {
	float: right;
}
#mastheadTagLine {
	float: left;
}
#mastheadExtras {
	float: left;
}


#navigation {
	width: 100%;
	text-align: center;
	padding-top: 7px;
	background-repeat: repeat-x;
	background-image: url(/images/main-nav-bg.gif);
	height: 30px;
}
#navigationLinks {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#beforeMain {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}
#mainContent {
	float:left;
	text-align: right;
	width: 478px;
	margin-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
}
#mainExtras {
	float:left;
	text-align: left;
	width: 250px;
	margin-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;

}


#afterMain {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#navTrail {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}
#navTrailLinks {
	width: 780px;
	text-align: center;
}
#navTrailPath {
	float: left;
	text-align: left;
}
#navTrailPath ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#navTrailPath li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}
#navTrailPage {
	float: right;
	text-align: right;
}


#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}


#afterFooter {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

