/*Style Sheet for MMC*/

body {
background-color:#666666;
margin-top:0;
margin-left:0;
}

hr {
color: #449E45;
size:1px;
}

h1 {
color: #449E45;
font-size:12px;
}

h2 {
color: #064377;
font-size:20px;
font-weight:normal;
}

h3 {
color:#064377;
font-size:14px;
font-weight: 500;
}

h4 {
color: #FFFFFF;
font-size:12px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#064377;
line-height:20px;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#064377;
}

.headlines {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#064377;
}

.table1 {
font-family:Arial, Helvetica, sans-serif;
width:920px;
background-color:#FFFFFF;
}

.rtcolumn {
border-left:1px;
border-left-color: #449E45;
border-left-style:solid;
border-right:1px;
border-right-color:#FFFFFF;
border-right-style:solid;
background-color:#CCCCCC;
width:200px;
}

.lfcolumn {
border-left:1px;
border-color:#FFFFFF;
border-left-style:solid;
background-color:#68657E;
width:200px;
}

.footer {
border:1px solid white;
background-color:#064377;
color: #FFFFFF;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px;
}

.footerul {
color:#CECDD6;
font-weight:bold;
}

.header {
border: 1px solid white;
}

.tdleft {
padding:10px;
text-align:left;

}

.searchLabel {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
position:absolute;
top:55px;
left: 680px;
z-index: 200;
}

.chromestyle{
width: 920px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #FFF;
width: 100%;
background: url(../images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0px 10px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff; /*#494949;*/
padding: 10px 14px 10px 15px;
margin: 0;
text-decoration: none;
border-right: 2px solid #ffffff;/*#B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(../images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #064377;/*#B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:16px;
z-index:100;
background-color: #CCCCCC;
width: 200px;
overflow:auto;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #064377; /*THEME CHANGE HERE #B5E2FE*/
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
color: #064377;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

.newsTitle {
color:#064377;
font-size:14px;
font-weight: normal;
}
.newsTitleBig {
color:#064377;
font-size:14px;
font-weight: bold;
}

.dateline {
color: #449E45;
font-size:12px;
font-weight:normal;
}

.newsSub {
color: #064377;
font-size:12px;
font-weight: normal;
font-style:italic;
}

.newsAtt {
color: #449E45;
font-size:11px;
font-weight:normal;
}
.newsAuth {
color: #449E45;
font-size:12px;
font-weight:normal;
}