body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(siriusware-images/background.jpg);
	background-repeat: repeat-x;
	background-color:#152b52;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.twoColHybRtHdr #container { 
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #152b52;
	background-image:url(siriusware-images/body-bg.jpg);
	background-repeat:repeat-y;
	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. */
} 
.twoColHybRtHdr #header { 
	background: #DDDDDD; 
  /* 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. */
} 
.twoColHybRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 185px; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybRtHdr #sidebar1 span{
	float: right;
	width: 176px; /* since this element is floated, a width must be given */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div  */
	text-align:left;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:0px;
	line-height:17px;
}

.twoColHybRtHdr #sidebar1 h3 {
	margin-left: 7px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#CC0000;
}

.twoColHybRtHdr #sidebar1 p {
	margin-left: 7px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
  margin: 0px 140px 0px 36px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  font:Verdana, Arial, Helvetica, sans-serif 11px;
  background-image:url(siriusware-images/main-y.jpg);
  background-repeat:repeat-y;	
  width:550px;
  padding-top:0px;
} 
.twoColHybRtHdr #mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height: 18px;
	padding: 0px 23px 0px 12px;
}
.twoColHybRtHdr #mainContent img {
	margin:0px;
	padding: 0px;	
}
.twoColHybRtHdr #mainContent h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;	
	color:#000033;
	border: solid 1px #999999;
	margin-left:14px;
	padding: 0px 0px 2px 16px;
	background-image:url(siriusware-images/h1-rep-x.jpg);
	background-repeat:repeat-x;
	width:500px;
}
.twoColHybRtHdr #mainContent h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;	
	color: #0066FF;
	padding-left:12px;
}
.moreBut {
	border: solid 1px #666666;
	color:#666666;
	padding:1px 3px;
	text-decoration:none;
	background-image:url(siriusware-images/more.jpg);
	background-repeat:repeat-x;
}
.blacktext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px
}
.twoColHybRtHdr #footer {
	background-image:url(siriusware-images/sirius-footer.jpg);
	background-repeat:no-repeat;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColHybRtHdr #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 20px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#999999;
}
.twoColHybRtHdr #footer p a:visited{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#999999;
	line-height:15px;
}
.twoColHybRtHdr #footer p a:link{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#999999;
	line-height:15px;
}
.twoColHybRtHdr #footer p a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#0066CC;
	line-height:15px;
}


/* Miscellaneous classes for reuse */
.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;
}
#menu1 {
	width: 10px;
	border-style: none;
	background-image:url(siriusware-images/nav-y.jpg);
	background-repeat:repeat-y;
	}
	
#menu1 li a {
	width:150px;
	height: 28px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	margin-left:8px;
	margin-right:6px;
		}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(menu1.gif);
	padding: 6px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -28px;
	padding: 6px 0 0 10px;
	}	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#rate {
	padding-left:22px;
}
#rate td, #rate th {
	padding: 5px;
	font-size:10px;	
}
#rate th {
	background-color: #CCE0E9; 
}
#rate th.topmost {
	background-color: #FFFFFF;
	font-style: italic;
}
#rate td {
	background-color: #FFE7C8;
	text-align: right;
}
.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;
}
.smallSchedExp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px;
	border: 1px #666666;
	border-style:none solid solid none;
}
.time {
	width:30px;
	padding:4px 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border: 1px #666666;
	border-style:none solid solid none;
	}
.descHead {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom:#666666 solid 1px;
	}
.normalp a:link{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	line-height:11px;
	}
.normalp a:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}