<!-- 



body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #8B8386;
	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;
}



/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsRtHdr {
padding-top: 10px;
}


.twoColElsRtHdr #container { 
	width: 990px;  
	background: #FFFFFF  url(http://www.bomkit.com/images/bgtiler1.gif) 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. */
	
} 


/*---------------------------- Header ---------------------------------------------------------------------------*/

.twoColElsRtHdr #header { 
    background: #d1d1d1; 
	width: 999px;
	
	padding: 0 0 5px 0;  /* 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. */
} 

.twoColElsRtHdr #topnav ul {

margin: 0;
padding: 0 0 5px 0;
list-style-type: none;
height: 53px;
width: 999px;
float: left;
background: url(http://www.msmediakit.com/images/MSkit2010_navbg.jpg) no-repeat;
}


.twoColElsRtHdr ul li {

float: left;
padding-left: 20px;
/*--line-height: 2em;--*/
}

.twoColElsRtHdr #topnav li {
padding-top: 5px;
}
.twoColElsRtHdr #topnav a:hover {
color:#FF6600;
}


.twoColElsRtHdr #topnav h1 a {
color:#000;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

.twoColElsRtHdr #topnav ul a {

display: block;
float: left;
padding: 20px 2em;
line-height:2.5em;
text-decoration: none;
color:#ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: .5em;
cursor: pointer;
}

.twoColElsRtHdr #topnav ul a:hover {
color:#FF9900;
}

.twoColElsRtHdr #topnav ul .first li {
padding-left: 0px}

.blackout {
color:#000000;
line-height: 5em;
font-size: 24px;}

.tablefirst {
color:#fff;
background: #363636;
font-weight: bold;
}


/*----------- Image Under horizonatal navigation bar-------------------------*/

.clear { clear: both; }

img { border: 0; }
a img { border: 0; }

/* ----------------------------------------- Sidebar Navigation begins-------------------------------------------------------------------*/

div#rightcolumn { float: left; width: 132px; height:100%; margin: 0; padding: 0; background-color:#333333; } 
div#photo { float: left; width: 858px; height: 195px; margin: 0; padding: 0; background-color: #fff; } 

#rightcolumn ul { list-style: none; padding: 20px 0px 0px 40px; font-size: 11px verdana, helvetica, arial, sans-serif; }
#rightcolumn li { list-style: none; padding: 5px 0px 5px 3px; font-size: 11px verdana, helvetica, arial, sans-serif; }


.twoColElsRtHdr #nav ul {
                list-style: none;
                margin: 0;
                padding: 0 0 0 0;
                border: none;
                display: block;
                }
                
.twoColElsRtHdr #nav li {
                
                margin: 0;
                }
.twoColElsRtHdr #nav li a {
	            display: block;
                padding: 0 0px 5px 1.5em;
				background-color:#333333;
                color: #fff;
                text-decoration: none;
				font-weight: bold;
                width: 98px;
	}
html>body .twoColElsRtHdr #nav li a {
                width: 98px;
                }
.twoColElsRtHdr #nav li a:hover, .twoColElsRtHdr #nav a:hover strong {
	          
                color: #FF6600;
				font-weight: bold;
	}




.twoColElsRtHdr #nav .subsidenav a  {
color:#FFCC00;

}





/*-------------------------------------------------------------- Side Nav Bar Ends ------------------------------------------------------------------------------------------------*/
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
  	margin: 0 0 0 0px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 0px;
	float: right;
    width: 858px;
} 
.twoColElsRtHdr #mainContent p {
padding-left:10px;}






/*------------------------------------------------------------------------------------------*/





 .twoColElsRtHdr #header li a.on { 
color:#FFFF00;
}

.twoColElsRtHdr #nav a.on2 {
background:#333;
color:#FF6600;
}




/* -------------------------- Begin Content styles ---------------- */


.indent {
padding-left: 60px;
}

#sectionHeader {
color:#cc0000;
font-size: 20px;
font-weight: bold;
}

#pSubHeader {
color:#660000;
font-size: 16px;
font-weight: bold;
}

#pSubHeader1 {
color:#000;
font-size: 16px;
font-weight: bold;
}

#pheader {
color:#363636;
font-size: 11px;
font-weight: bold;

}


.small {
font-size: 9px;}

h1 {
text-align:right;}

h2 {
color:#000000;
text-align: right;
padding-right: 7px;
padding-top: 0px;
font-size: 13px;
}

h3 { 
font: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
padding-left: 10px;
}

#textcenter {
text-align: center;
}



.bigtype {
font-size: 12px;}

.tdheader td {
color: #fff;
text-align: center;
font-weight: bold;
}

.calsection {
font-weight: bold;
}
/* ------ Link styles ------------------------ */

.ParaCenter {
text-align: center;

}

.twoColElsRtHdr #mainContent #noindent img {
padding:0px;
margin:0px;
}

.twoColElsRtHdr #mainContent a {
color:#666666;
text-decoration: underline;
}

.twoColElsRtHdr #mainContent a:hover {
color:#999999;
text-decoration: none;
}

.twoColElsRtHdr #mainContent .adlinks a {
text-decoration: underline;
color: #000;
}

.twoColElsRtHdr #mainContent .adlinks a:hover {
text-decoration: none;
color: #999999;
}

.AudLinks {
text-align: center;
}

.AudLinks a{
text-decoration:none;
color:#333;
font-size: 11px;
letter-spacing: .2em;
}

.AudLinks a:hover {
color:#CC6600;
}

.ParaCenter a{
color:#333;
text-align: center;
text-decoration: none;
letter-spacing: .2em;
font-size: 14px;
font-weight: bold;
}

.ParaCenter a:hover {
color:#CC6600;
}


/*--------------------------------------------------------------Default Table Styles------------*/
table {
  border: none;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0;
}

.odd {
  background-color:#edf5ff;
}

/*tr:hover {
  background-color:#3d80df;
  color: #fff;
}*/

#productTable {
padding-left:15px;
}

/*--------------------------------------------------------------CALENDAR Table Styles------------*/


#Calendar table {
  border-collapse: collapse;
  width: 787px;
  border: 1px solid #666;
}

#Calendar thead {
background: #06c;
border-top: none;
border-bottom: 1px solid #a5a5a5;
color: #000000;
}

#Calendar thead th.white {
border-top: none;
background: #fff;
color: #000000;
}

#Calendar th {
color: #fff;
text-align: center;
font-weight: bold;
}

#Calendar tr.btm {
background: #06c;
border-top: 1px solid #a5a5a5;
border-bottom: 1px solid #a5a5a5;
color: #fff;
text-align: center;
font-weight: bold;
}

#Calendar th, td {
  padding: 1em 1em;
}

#Calendar td.calsection {
font-weight: bold;
}

#coveragetable td {
padding: 0px;
margin: 0px;
}
.style1 {color: #FF6600}
.style2 {color: #FF0000}
.style3 {color: #0000FF}

/*-----------------footer stuff------------------------*/
.twoColElsRtHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColElsRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/** html .twoColElsRtHdr #mainContent { 
	display: inline;
	overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 400);
}
*/

.twoColElsRtHdr #footer ul { 
list-style-type: none;
text-decoration: none;
}

#firstnav {
font-weight: bold;
font-size: 12px;
}

#footer { 
background: #000;
}

#footer p {
color:#fff;
text-decoration: none;
}
#footer p a{
color:#fff;
text-decoration: none;
}
#footer p a:hover{
color:#FF6600;
text-decoration: underline;
}
.twoColElsRtHdr #footer .TPlink {
font-size:8px;
padding-right: 20px;
color:#666666;
}

.twoColElsRtHdr #footer .TPlink a {
color:#666666;
text-decoration: none;
}
.twoColElsRtHdr #footer .TPlink a:hover{
text-decoration: none;
}
.twoColElsRtHdr #nav .navspacer {
padding-top: 17px;
}

/*--------------------------------------------------------------page floats------------*/
.leftcontent {
float: left;
margin-right: 0px;
}
.rightcontent {
float: left;
padding-left: 10px;
margin-right: 0px;
}
.leftcontent2 {
float: left;
padding-left: 200px;
}
.rightcontent2 {
float: left;
margin-right: 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: 0px;
	padding: 0px;
}
.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;
}
.twoColElsRtHdr #mainContent #indent {
padding-left: 30px;
}
.twoColElsRtHdr #mainContent .indent p {
padding-left: 40px;
}

/* ----- Nifty Cube Boxes ---------*/

.twoColElsRtHdr #mainContent ul.postnav,ul.postnav li{margin:0;padding:0;list-style-type:none}
.twoColElsRtHdr #mainContent ul.postnav li{float:left;width: 9em;font-size:12px; margin-right: 5px}
.twoColElsRtHdr #mainContent ul.postnav a{display:block;width:9em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
     background:#333333; color:#FFFFCC;
    text-decoration:none;text-align:center}
.twoColElsRtHdr #mainContent ul.postnav a:hover{ background:#666666; color:#FFF}

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* ----- Side Navigation for emedia ---------*/

 #container #rightcolumn #nav .subsidenav a{
 font-size: 10px;
 font-weight: normal;
 text-decoration: underline;
 color: #FFFFFF;
		}
 #container #rightcolumn #nav .subsidenav a:hover {
 text-decoration: none;
		}


/* ---------- Hacks for IE ----------*/
<!--[if IE]>
<style type="text/css"> 



/* place css fixes for all versions of IE in this conditional comment */
</style
<!--[endif]-->


