/* Start of CMSMS style sheet 'main' */
html {

    margin-left: -0.1px; 

}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/background.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-alignd: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header {
background-image:url(images/header_background.jpg);
background-position:center top;
height:126px;


}

#top {
width: 986px;
margin:0px auto 0px auto;
text-align:left;
}

#register {
width:390px;
float: right;
margin: 83px 0px 0px 0px;
height:25px;
padding:0px 0px 0px 0px;
text-align:right;
font-size:14px;
color:#990000;

}

#logo {
width:400px;
float: left;
margin: 0px 0px 0px 0px;
height:0px;
}

 #container { 
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
padding:0px;
background-images:url(images/main_background.jpg);
background-position:top;
background-repeat:no-repeat;
} 
 #top_menu { 
	background: ; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 36px 5px 0px 15px; /* padding keeps the content of the div away from the edges */
	background:url(images/menu_background.jpg);
	background-repeat:no-repeat;
clear:both;
}

#home_image {
padding: 14px 15px;
}

#home_copy {
margin: 0px 05px;
}

#inside_copy {
margin: 30px 0px 0px 0px;
}

#inside_copy a{
margin: 30px 0px 0px 0px;
color:#850b04;
}

#sidebar1 li{
font-size:13px;
color:#130048;
list-style:none;
list-style-type:none;
background:url(images/menu_seperator.jpg);
background-repeat:no-repeat;
display:block;
list-style-image:none;
list-style-position:outside;
margin:0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
list-type: none;

}

#sidebar1 ul{

margin: 4px 0px 4px 0px;
padding:0px 0px 0px 0px;
list-style:none
list-type: none;

}

li .menuparent
{
font-size:15px;
color:#850b04;
list-type: none;


}

li.menuparent a{
text-decoration: none;
list-type: none;



}

li a{

color:#130048;
font-size:12px;
list-type: none;

}

li {
margin: 0px;
list-type: none;

}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 297px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(images/news_background.jpg);
	background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0px; /* padding keeps the content of the div away from the edges */
margin: 0px;

	
}

 #sidebar2 p{

display:none;
}



 #mainContent { 
background-image:url(images/top_home_background.jpg);
background-repeat:no-repeat;
font-size:12px;
margin:0px 0px 0px 215px;
padding:30px 20px 30px 30px;
width:400px;

} 

 #mainContent_inside { 
background-image:url(uploads/images/inside_header.jpg);
background-repeat:no-repeat;
font-size:12px;
margin:0 215px;
padding:30px 30px 30px 30px;
width:400px;
} 



 #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer_background.jpg);
	background-repeat: repeat-x;
font-size: 12px;
color: #ffffff;
text-align: center;
} 

 #footer p {
 height:89px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.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;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}



dfn {
display: none;
}

#menuwrapper {
margin: 0px 0px 0px 0px;
}

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
border-bottom:1px solid #77809d;
color:#FFFFFF;
font-size:12px;
margin:70px 20px -60px 30px;
padding:0.5em 0.5em 1em;
}


.NewsSummary a{

color:#FFFFFF;
text-decoration: none;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weighty: bold;
    padding-top: 0.2em;
color:#ffffff;
}

.NewsSummaryLink a{
    font-weight: bold;
    padding-top: 0.2em;
color:#ffffff;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
display:none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
display: none;
}

#inside_copy .NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
display: none;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;

 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
margin:0 0 0 190px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
display:none;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
display: none;
}

#inside_title{
color:#FFFFFF;
font-size:18px;
}

li a:hover{
color:#fff;
text-decoration:none;
}

li.menuparent a:hover {
text-decoration:none;
color:#850B04;
}

#home_copy .NewsSummary {
border-bottom:1px solid #CCCCCC;
color:#000;
font-size:12px;
margin:70px 20px 0 30px;
padding:0.5em 0.5em 1em;
}

#home_copy .NewsSummary {
border-bottom:1px solid #CCCCCC;
color:#000;
font-size:12px;
padding:0.5em 0.5em 1em;
}

#home_copy .NewsSummary a{
color:#000;

}


#inside_copy .NewsSummary {
border-bottom:1px solid #CCCCCC;
color:#000;
font-size:12px;
margins:70px 20px 0 30px;
padding:0.5em 0.5em 1em;
}

#inside_copy .NewsSummary {
border-bottom:1px solid #CCCCCC;
color:#000;
font-size:12px;
padding:0.5em 0.5em 1em;
}

#inside_copy .NewsSummaryMorelink {
margin:0 0 0 290px;
padding-top:0.5em;
}

#inside_copy .NewsSummary a{
color:#000;

}

#inside_copy ul a {
color:#000;

list-style:none;
list-type: none;
margin="0";
padding="0";
font-size: 14px;
}

#inside_copy li{

list-style:none;
list-type: none;
margin="0";
padding="0";
margin:5px 0 0 -40px;
}

.calendar-event {
margin: 20px;
}

.rss_items{
  list-style-type:none; 
margin:20px 0px;
}

.rss_items a{
text-decoration:none;
color:#000000;
font-weight:bold;
}
/* End of 'main' */

