body {
	background-repeat:repeat-y;
	background-image:url(/STNM/images/SideStrip.jpg);
	margin:0;
}
#siteNav	{
	padding-bottom:10px;
	background-color:#900;
	border-bottom: solid 2px #FC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#ffffff;
	text-align:center;
}
#siteNav a:link	{
	color: #efefef;
	background-color: #900;
	text-decoration:none;
	padding:5px;
}
#siteNav a:visited	{
	color: #FC0;
	background-color: #900;
	text-decoration:none;
	padding:5px;
}
#siteNav a:hover	{
	color: #000000;
	background-color:#FC0;
	text-decoration:none;
	padding:5px;
	border-bottom: solid 2px #900;
}
#TopNavigation{
	top:0px;
	width:100%;
	background-color:#990000;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 2px #006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000000;
}
#TopNavigation ul	{
	list-style-type: none;
	margin: 0 25px;
	padding: 2px 0 0 0;
	font-size: 75%;
}
#TopNavigation ul li	{
	display: inline;
}
#TopNavigation li a{
	color : #ffffff;
	text-decoration : none;
	padding: 5px;
}
#TopNavigation li a:visited{
	color : #ffffff;
	text-decoration : underline;
	padding: 5px;
}
#TopNavigation li a:hover{
	background-color:#efefef;
	color:#990000;
	border-bottom : 1px solid #105BAC;
	padding: 5px; 
}
#container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#HeaderWrapper	{
	width:100%;
	margin-top:20px;
}
#Header	{
	/*margin-left:100px;*/
}
#Content	{
	/*width:780px;*/
	background-color:#ffffff;
	border: solid 1px #efefef;
	padding: 10px 25px;
}
#Content p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
}
#Content p	a{
	text-decoration:underline;
	color:#990000;
}
#Content p	a:visited{
	text-decoration:none;
	border-bottom:1px dashed #006699;
	color: #990000;
}
#Content p	a:hover{
	text-decoration:none;
	color: #006699;
	background-color:#efefef;
}
#Content h1	{
	font-family:"Times New Roman", Times, serif;
	font-size:200%;
	color: #FFCC00;
	background-color:#990033;
	padding-left:10px;
	/*margin-right:20px;*/
	padding-top:5px;
	padding-bottom:10px;
}
#Content h2	{
	font-family:"Times New Roman", Times, serif;
	font-size:190%;
	color: #990000;
}
#Content h3	{
	font-family:"Times New Roman", Times, serif;
	font-size:170%;
	color: #006699;
}
#Content h4	{
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	color:#FFCC00;
}
#Content h5	{
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	color:#990000;
}
#Content h6	{
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	color:#000000;
}
#Content ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
	margin-left: 25px;
	margin-right:15px;
	line-height:1.5;
}
#Content ul li a{
	text-decoration:none;
	color:#990000;
}
#Content ul li a:visited{
	text-decoration:none;
	border-bottom:1px dashed #006699;
	color:#990000;
}
#Content ul li a:hover{
	text-decoration:none;
	color: #006699;
	background-color:#efefef;
}
#Content ol li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	margin-left: 25px;
	margin-right:15px;
}
#Content ol li a{
	color: #006699;
	text-decoration:underline;
}
#Content ol li a:visited{
	color: #666666;
	border-bottom:1px dashed #006699;
	text-decoration:none;
}
#Content ol li a:hover{
	color: #006699;
	background-color:#CCCCCC;
	text-decoration:underline;
}
