/* CSS Document */

/* Main Tags -------------------------------------------- */

body,td,th {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #333333;
	margin-top: 0px;
}

h1 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}

ul {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}

/* Classes -------------------------------------------- */

.featured {
	background-image: url(images/featurebackground.jpg);
	background-repeat: repeat-y;
}

.featuredtext {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.5em;
	text-align: center;
}

.lightBlue {
	color: #1595d3;
}

.darkBlue {
	color: #293795;
}

.background {
	background-color: #FFFFFF;
	width: 900px;
}

.secondary {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}

.section {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

.callout {
	background-image: url(images/calloutBox.gif);
	background-repeat: none;
	margin-top: 12px;
	height: 140px;
	width: 293px;
	text-align: left;
}

.rightSide {
	background-image: url(images/secondary/calloutBackground.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	width: 222px;
	text-align: left;
}

.quicklink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}

.footerNav {
	font-size: 11px;
	color: #000000;
}

/* IDs -------------------------------------------- */

#stageLayout {
	background-image: url(images/contentBackground.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Links -------------------------------------------- */

a:link {
	color: #293795;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #293795;
}
a:hover {
	text-decoration: underline;
	color: #293795;
}
a:active {
	text-decoration: underline;
	color: #293795;
}
