/* Content Style Sheet */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
}
body {
	background-color: #FFFEF1;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
.Border {
	border: 1px solid #333333;
}
.BorderNotop {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.BoxBorder {
	border: 1px solid #333333;
	background-color: #FCFDFE;
}
.Toolbar {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background-color: #B3C9E1;
}
.curveImage {
	background-attachment: fixed;
	background-image: url(/images/curve.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6997D2;
}
.Footer {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	background-color:#42468D;
	color: #FFFFFF;
}
a.Footer:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.Footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.Footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.Menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
a.Menu:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.Menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.Menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.ContentFrame {
	background-color: #FFFFFF;
	border: 1px ridge #333333;
}
.Content {
	padding: 10px;
	vertical-align: top;
}
.ItalicQuote {
	font-size: 14px;
	font-style: italic;
}
.Column {
	background-color: #6997D2;
	vertical-align: top;
	padding: 15px 10px;
	height: 400px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #42468D;
}
.Subheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-indent: 7px;
	background-color: #42468D;
	height: 20px;
	vertical-align: middle;
	color: #FFFFFF;
}
.ArticleContent {
	background-color: #FCFDFE;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.BorderSides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nodot {
font-weight: bold;
margin: 0;
padding: 0;
list-style-type: none;
}
.dotnomargin {
	list-style-position: outside;
	list-style-type: disc;
	font-weight: normal;
	text-align: left;
	padding-left: 1px;
	padding-right: 2px;
}
.NewsContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	text-indent: 10px;
	width: 900px;
	background-color: #FFFFFF;
}
.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #42468D;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #99CCFF;
}
.issueStrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #99CCFF;
	padding-right: 5px;
	padding-left: 5px;
}

/*Drop Down*/

pre { border:1px dotted #009; padding:0.5em; }

.underline {
	text-decoration: underline;
}
