/* Start of CMSMS style sheet 'boudreau' */
body 	{
	background-image: url(uploads/images/bg_02.jpg);
	background-position: top center;
	font-family: Georgia, Helvetica, Arial;
	font-size: .8em;
	margin: 0px;
	}

#back	{
	height: 350px;
	background-image: url(uploads/images/bg_01.jpg);
	background-position: top center;
	}

#container	{
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
	border: 0px solid red;
	text-align: left;
	}

#content	{
	border: 0px solid green;
	width: 705px;
	top: 375px;
	}

#one	{
	border: 0px solid blue;
	width: 680px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	}

#one h1   {
        font-size: 18pt;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: gray;
        margin-bottom: 0px;
        margin-top: 15px;
        }

#two	{
	border: 3px solid gray;
	width: 180px;
	margin: 10px;
        margin-right: 5px;
	padding: 5px;
	float: right;
        height: 160px;
        font-size: 16px;
        text-align: center;
        margin-bottom: 6px;
	}

#one img {
        margin-right: 20px;
        }

#three	{
	border: 0px solid purple;
	width: 240px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	}
	
#updates	{
	background: gray;
	padding: 5px;
	color: white;
	font-weight: bold;
	width: 220px;
	border: 1px solid black;
	}
#updatescontent	{
	padding: 5px;
	color: gray;
	border: 1px solid black;
	width: 220px;
	}

#updatescontent li {
        font-family: Helvetica, Arial;
        font-size: 0.8em;
        color: black;
        }

#updatescontent a {
        font-family: Georgia;
        font-size: 9pt;
        }

#menucontainer	{
	height: 295px;
	width: 950px;
	text-align: right;
	}

#menucontainer2 {
        width: 950px;
        height: 50px;
        }

#box1  {
        width: 700px;
        float: left;
        height: 100%;
        font-size: 12pt;
        font-family: Helvetica, Arial;
        color: black;
        font-weight: bold;
        }

#box1 a {
        color: black;
        text-decoration: none;
        padding-left: 2px;
        padding-right: 2px;
        }

#box1 a:hover {
        color: blue;
        border: 1px solid blue;
        margin-right: -1px;
        margin-left: -1px;
        }

#box2 {
        width: 240px;
        float: left;
        height: 100%;
        }

#box3 {
        width: 240px;
        height: 160px;
        background-image: url(uploads/images/connect.jpg);
        background-repeat: no-repeat;
        }

.fb {
        margin-top: 60px;
        margin-left: 25px;
        float: left;
        border: 0;
        }

.ms {
        margin-top: 60px;
        margin-left: 15px;
        float: left;
        border: 0;
        }

.fl {
        margin-top: 12px;
        margin-left: 25px;
        clear: both;
        float: left;
        border: 0;
        }

.yg {
        margin-top: 12px;
        margin-left: 15px;
        float: left;
        border: 0;
        }

#footer {
        width: 100%;
        border: 0;
        border-top: 1px solid black;
        text-align: center;
        margin-top: 15px;
        padding-top: 10px;
        color: gray;
        font-size: 0.8em;
        font-family: Helvetica, Arial;
        }

/*#ajaxticker1{
width: 200px;
height: 100px;
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
}*/

/*#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}*/

.someclass{ //class to apply to your scroller(s) if desired
}

img.topmenu {
        border: 0;
        width: 250px;
        height: 43px;
        }

.menuparent, li {
        font-weight: bold;
        font-family: Helvetica, Arial;
        font-size: 18pt;
        text-decoration: none;
        color: white;
        }

.menuparent:hover {
        color: red;
        text-decoration: underline;
        }

#primary-nav a {
        color: white;
        text-decoration: none;
        }

#primary-nav a:hover {
        color: red;
        text-decoration: underline;
        }

.menuactive {
        color: yellow;
        }

#primary-nav {
        list-style: none;
        }
/* End of 'boudreau' */

