/* Start of CMSMS style sheet 'text' */
body {
	font: 75%/1.5 Verdana, Arial, sans-serif;
	color: #000000;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/******************************************************************************
 Headings 
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 10px 0;
	font-size: 3em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
}
.banner .banner_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	word-spacing:-0.05em;
	margin: 0 0 15px 0;
	font-size: 2em;
	color: #faf8e1;
}
#right_col h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #84867e;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #002147;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #002147;
}
h6 {
	font-size: .9em;
	font-weight: normal;
	color: #002147;
}

/******************************************************************************
 Paragraphs 
******************************************************************************/
p {
	line-height: 2em;
}
p.more {
	margin: -30px 0 0 0;
	text-align: right;
	line-height: normal;
}
#right_col p {
	line-height: 1.4em;
}


/******************************************************************************
 Lists 
******************************************************************************/
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	padding-left: 0;
	margin-left: 40px;
	line-height:1.8em;
}
#right_col li {
	margin-left: 20px;
}
ul ul, ol ol {
	margin: 2px 0;
	color: #b5ab95;
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

/******************************************************************************
 Basic Presentational Elements
******************************************************************************/
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
}
sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	bottom: -0.4em;
}
pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
	background: #e8e8e8;
	border: 1px solid #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	height:150px;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
}
blockquote {
	color: #002147;
	margin: 0 80px 0 80px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	background: #ededed;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
hr {
	border: 0px solid #c0c4b8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	padding: 2px;
}

/****************************************************************************** 
 Links
******************************************************************************/
a {
	color: #726c5f;
	text-decoration: underline;
}
a:link {
	color: #726c5f;
	text-decoration: underline;
}
a:visited {
	color: #726c5f;
	text-decoration: underline;
}
a:hover {
	color: #002147;
	text-decoration: underline;
}
a:active {
	color: #002147;
	text-decoration: underline;
}
#logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#top_nav a:link, #top_nav a:visited {
	color: #b0bcba;
	text-decoration: none;
	border-left: 1px solid #e3e8d9;
	padding-left: 5px;
}
#top_nav a:hover, #top_nav a:active, #top_nav a.active {
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #bf4a2a;
	padding-left: 5px;
}
.banner .more a:link, .banner .more a:visited {
	color: #e1cf87;
	text-decoration: underline;
}
.banner .more a:hover, .banner .more a:active {
	color: #faf8e1;
	text-decoration: underline;
}
#right_col a:link, #right_col a:visited {
	color: #0da2e8;
}
#right_col a:hover, #right_col a:active {
	color: #bf4a2a;
}
#footer {
	text-align: center;
	color: #000000;
}
#footer p, #footer ul li {
	line-height: 120%;
}
#footer a:link,
#footer a:visited {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
#footer a:hover,
#footer a:active {
	color: #000000;
	text-decoration: underline;
	text-transform: lowercase;
}
#footer .exyst {
	color: #a2a2a2;
}
#footer .exyst a {
	color: #a2a2a2;
	font-size: 10px;
}

/****************************************************************************** 
 General Styles
******************************************************************************/
.small {
	font-size: .8em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.loud {
	color: #990000;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 20px 20px 0;   /* covered by the 960 (800) css */
}
.right {
	float: right;
	margin: 0 0 20px 20px;   /* covered by the 960 (800) css */
}
.left img {
	display: block;
} 
.right img {
	display: block;
}
.caption {
	display: block;
	background: #e8e8e8;
	font-size: .9em;
	color: #002147;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:0 0 5px 0;
}
.border {
	border: 1px solid #989898;
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #FEEFB3;
}
#right_col {
	color: #222222;
}

/****************************************************************************** 
 Alerts
******************************************************************************/
.info,
.error,
.warning,
.success,
.validation,
.message,
.help {
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	margin: 10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Info.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Cancel.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/Attention.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/icons/Valid.png');
}
.validation {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Validation.png');
}
.message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Message.png');
}
.help {
	color: #643373;
	background-color: #d6c1df;
	background-image: url('../img/icons/Help.png');
}

/****************************************************************************** 
 Form Controls
******************************************************************************/
fieldset{}
legend{
	font-weight:bold;
}
label{
	padding:0 5px 0 0;
}
input.text{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
input.checkbox{}
input.radio{}
input.submit{}
input.button{}
textarea{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
select{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
	outline:none;
}
/* End of 'text' */

