/* GENERAL STYLES */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	margin: 10px auto 10px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: 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;
}
img {
	border-width: 0px;
}
.twoColFixRtHdr #outer-container {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 5px;
	background-color: white;
} 
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(/data/assets/msvr/img/Purple%20Dot%20Blur%202.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
} 
.twoColFixRtHdr #header {
	padding: 25px 25px 10px 25px;  /* 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. */
	color: #ffffff;
} 
.twoColFixRtHdr #header h1 {
	margin: 0px; /* 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: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #scroller {
        /* background: #ffffff;
        border: 1px solid black; */
	margin: -30px 0px 15px -102px;
	text-align: right;
	padding: 4px 5px 8px 5px;  /* 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. */
	color: #791B7C;
        font-weight: bold;
        font-size: 16px;
	height: 10px;
}
.twoColFixRtHdr #menu {
	margin: -7px 0px 0px 0px;
	padding: 0px 20px 10px 25px;  /* 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. */
	color: #ffffff;
	height: 25px;
} 
.twoColFixRtHdr #pagehead {
	background: #ffffff;
	padding: 5px 5px 5px 5px;  /* 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. */
	margin: 0px 25px 0px 25px;
	color: #ffffff;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 5px;
	margin: 0px 25px 25px 10px;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 #Logos {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.twoColFixRtHdr #sidebar1 #Logos #Logo {
	height:50px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.twoColFixRtHdr #sidebar1 #Logos #LogoSml {
	float: left;
	height:60px;
	width: 122px;
	margin: 10px 11px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.twoColFixRtHdr #sidebar1 #Logos #LogoSml .NoMargin {
	margin-right: 0px;
}
.twoColFixRtHdr #sidebar1 #Logos td {
	height:60px;
	background-color:#FFFFFF;
	border-bottom: 10px solid transparent;
}
.twoColFixRtHdr #sidebar1 #Logos #seriesLogo td {
	height: auto;
	background-color:#FFFFFF;
	border-bottom: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
	margin: 0px 25px 25px 10px;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 #Calendar {
	padding: 5px 0px 0px 0px;
}
.twoColFixRtHdr #sidebar2 #Calendar td.bot {
	padding: 2px 0px 5px 0px;
	border-bottom: 1px dotted #999999;
}
.twoColFixRtHdr #sidebar2 #Calendar a, .twoColFixRtHdr #sidebar2 #Calendar a:visited, .twoColFixRtHdr #sidebar2 #Calendar a:active {
	font-weight: bold;
	text-decoration:none;
	color: white;
}
.twoColFixRtHdr #sidebar2 #Calendar a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 #EventLink a, .twoColFixRtHdr #sidebar1 #EventLink a:visited, .twoColFixRtHdr #sidebar1 #EventLink a:active {
	font-weight: bold;
	text-decoration:none;
	color: white;
}
.twoColFixRtHdr #sidebar1 #EventLink a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 #EventForms {
	font-size: 11px;
}
.twoColFixRtHdr #sidebar1 #EventForms a, .twoColFixRtHdr #sidebar1 #EventForms a:visited, .twoColFixRtHdr #sidebar1 #EventForms a:active {
	font-weight: bold;
	text-decoration:none;
	color: white;
}
.twoColFixRtHdr #sidebar1 #EventForms a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a, .twoColFixRtHdr #sidebar1 a:visited, .twoColFixRtHdr #sidebar1 a:active {
	font-weight: bold;
	text-decoration:none;
	color: white;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 300px 25px 25px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	font-size: 12px;
} 
.twoColFixRtHdr #mainContent a, .twoColFixRtHdr #mainContent a:visited, .twoColFixRtHdr #mainContent a:active {
	color: #791B7C;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #newsContent {
	margin: 15px 25px 25px 25px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	font-size: 12px;
} 
.twoColFixRtHdr #newsContent h3 {
	margin: -20px 0px 10px 0px;
} 
.twoColFixRtHdr #newsContent a, .twoColFixRtHdr #newsContent a:visited, .twoColFixRtHdr #newsContent a:active {
	color: #791B7C;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #newsContent a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainNews {
	margin: 0px 300px 25px 25px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: white;
} 
.twoColFixRtHdr #mainNews a, .twoColFixRtHdr #mainNews a:visited, .twoColFixRtHdr #mainNews a:active {
	font-weight: bold;
	text-decoration:none;
	color: white;
}
.twoColFixRtHdr #mainNews a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainNews #LatestNews {
	padding: 5px 0px 0px 0px;
}
.twoColFixRtHdr #mainNews #LatestNews td.bot {
	padding: 2px 0px 5px 0px;
	border-bottom: 1px dotted #999999;
}
.twoColFixRtHdr #footer { 
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* 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:0px;
    font-size: 1px;
    line-height: 0px;
}

.style2 {font-size: x-small}
.newsPic {
	margin-left: 10px;
	margin-bottom: 10px;
}
.date {
	color: #791B7C;
}
h2.event {
	text-transform: uppercase;
}
h3.event {
	text-transform: uppercase;
	font-weight: normal;
	color: #791B7C;
        margin-top: -16px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
