/* Start of CMSMS style sheet 'homeStyles' */
@charset "UTF-8";
.welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #4F7598;
	letter-spacing: -.1em;
}
/* CSS Document */


/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #ffffff;
   color: black;



}



.home-bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	top: 28px;
	padding: 0px 25px 0px 0px;
}
.NavBkgd {
	background-color: #335C85;
}

div#navIndent {
		margin-left: 58px;
                
                margin-right: 16.1em;
}
.blue-only-color {
	color: #003369;
}
.indent-home_news20px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	margin-left: 18px;
	margin-top: 5px;
}
.topBlueBar {
	background-image: url(/images/texture_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	width: 100%;
	position: absolute;
}
.LeftBkgd {
	background-image: url(/home-images/08_Join-BKGD.jpg);
	background-repeat: repeat-y;

}
.MoreEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   text-align: center;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      
   text-align: center; /* centered text */
   margin:0;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #003366;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
a:link {
	color: #3A628D;
}
a:visited {
	color: #3A628D;
}
a:hover {
	color: #1B6BBE;
}
.RightBKGD {
	background-image: url(/home-images/08_rightBkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.NewsBkgd {
	background-image: url(/home-images/08_News-bkgd.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.News-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin-top: 33px;
	margin-left: 0px;
	margin-right: 25px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 110%;
	color: #333333;
       background-color: #cccccc;
       margin: 0px;
       padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* End of 'homeStyles' */

