/* Start of CMSMS style sheet 'rise_css_main' */
body {
	color: #d5d5d5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background: transparent url(chalkframe_bits/linen_bgnd.jpg) repeat-x;
	font: 12px/15px Arial, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#bluebar {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	background-image: none;
	background-color: #000177;
	z-index: 1;
	height: 33px;
	text-align: center;
}

#whitebar {
	position: absolute;
	top: 43px;
	left: 0px;
	height: 5px;
	width: 100%;
	background-image: none;
	background-color: #FFFFFF;
	z-index: -3;
}

#redbar {
	position: absolute;
	top: 47px;
	left: 0px;
	height: 5px;
	width: 100%;
	background-image: none;
	background-color: #CD0001;
	background-attachment: scroll;
	z-index: -3;
}

#outerWrapper {
	background-color: transparent;
	margin: 60px auto 0;
	width: 975px;
}

#outerWrapper #header {
	background: transparent url(chalkframe_bits/rise_frame_top.gif) no-repeat left;
	letter-spacing: 3px;
	word-spacing: 4px;
	font: 18px/9px Tahoma, Geneva, sans-serif;
	padding-left: 87px;
	padding-top: 40px;
	padding-bottom: 21px;
	margin-top: 66px;
}

#outerWrapper #contentWrapper {
	overflow: hidden;
	background: transparent url(chalkframe_bits/rise_frame_middle.gif) repeat-y left;
}

#outerWrapper #contentWrapper #rightColumn1 {
	background-color: transparent;
	border-left: solid 1px #666;
	padding: 0 10px 10px;
	width: 300px;
	float: right;
	color: #000177;
	margin-left: 65px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	a:link color: #000177;
}

#outerWrapper #contentWrapper #content {
	background: transparent repeat-y left top;
	width: 475px;
	line-height: 16px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 90px;
	letter-spacing: 1px;
	text-align: left;
color: #d5d5d5;
}

#outerWrapper #footer {
	background: transparent url(chalkframe_bits/rise_frame_bottom.gif) no-repeat left;
	font-size: 11px;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-left: 87px;
	padding-bottom: 28px;
	margin-bottom: 22px;
}

h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #f8e5fd;
	font-family: "Comic Sans MS";
}
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}



/* Sets the style for unvisited links. */
a,  a:link {
  text-decoration: underline;
	color: #366ba7;
}
/* Sets the style for visited links. */
a:visited {
  text-decoration: underline;
	color: #366ba7;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: orange;
}
/* Sets the style for a link that has focus. */
a:focus {
	text-decoration: underline;
	color: #366ba7;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	text-decoration: underline;
	color: #366ba7;
}
}
/* Sets the style for a link that has focus. */
a:focus {
	text-decoration: underline;
	color: #366ba7;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	text-decoration: underline;
	color: #366ba7;
}





/* End of 'rise_css_main' */

