/* Start of CMSMS style sheet 'cycle' */
body
	{
	font: 10pt Arial;
	background: url(images/bg.jpg) repeat-x fixed;
	background-color: #FFFFFF;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 2px 0px;
	}

img
	{
	border-width: 0px;
	}

#container
	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px auto;
	width: 780px;
	overflow: hidden;
	}

#slogan
	{
	color: #FFFFFF;
	background-color: #B00915;
	text-align: right;
	padding: 4px;
	font-size: 12pt;
	font-weight: bold;
	}

#links
	{
	background-color: #354366;
	width: 200px;
	float: right;
	text-align: right;
	}

#links a
	{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 6px;
	}
	
#links a:hover
	{
	}
	
#content
	{
	border: 5px solid #495B8A;
	margin-right: 200px;
	padding: 5px;
	}

#redSpacer
	{
	clear: both;
	height: 20px;
	background-color: #B00915;
	}

#footer
	{
	height: 80px;
	background: url(images/footer.jpg) center center no-repeat;
	}

#jagStuff
	{
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	}

#jagStuff a
	{
	color: #B00915;
	}
/* End of 'cycle' */

