@charset "utf-8";
/* CSS Document */

body
{
	font-family: century gothic, sans-serif;
	font-size: 11px;
	background: #1e1e1e;
	background-repeat:repeat;
	color: #fff;
	
}


img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a
{
     outline: none;
	 text-decoration: none;
}

a:link
{
   color:#FF9900;
}

a:visited
{
    color:#FF9900;
}

a:hover
{
	color: #82974b;
}

blockquote
{
	text-decoration:none;
	font-style:italic;
	padding: 0 0 0 10px;
}

#outer
{
     width: 100%;
	 margin: 0 auto;
}

/*#inner
{
     width: 600px;

	 margin-left: 200px;*
}
*/

#head
{
	background-image: url('./images/mscinewlogoheader.jpg');
	width: 800px;
	height: 120px;
	margin: 0 auto;
	border-left: 1px solid #82974b;
	border-right: 1px solid #82974b;

}

#menu
{ height: 44px;
  width: 800px;
  border-bottom: 2px solid;
  border-left: 1px solid #82974b;
  border-right: 1px solid #82974b;
  background: #40403E;
  color: #EEE;
  border-color: #82974B;
  margin: 0 auto;

}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  float: left;
  height: 38px;
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 2px solid;
  font-weight: bold;
  color:#929280;
  font-size:small;
  border-color: #2C2C2A;
} 


#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  color: #EEE;
  border-color: #2C2C2A;
} 


#sidebarright
{
     width: 182px;
	 border-right: 2px solid #a0a0a0;
	 border-top: 2px solid #a0a0a0;
	 border-bottom: 2px solid #a0a0a0;
	 background:#393735;
	 float: right;
	 margin: 0px;
	 position: relative;
	 padding: 5px 10px 10px 5px;

}


#sidebarleft
{
     width: 182px;
	 border-left: 2px solid #a0a0a0;
	 border-top: 2px solid #a0a0a0;
	 border-bottom: 2px solid #a0a0a0;
	 background:#393735;
	 float: left;
	 margin: 0px;
	 position: relative;
	 padding: 5px 10px 10px 5px;
}

#sidebarleft .item
{ 
     border-bottom: 5px solid #82974b;
     margin: 10px 0 0 0;

}

#content
{
     width: 800px;
/*	 border-top: 2px solid #a0a0a0;*/
	 border-bottom: 2px solid #82974b;
	 border-left: 1px solid #82974b;
	 border-right: 1px solid #82974b;
	 margin: 0 auto;
}

.body
{
     border-bottom: 5px solid;
     border-color: #82974b;
     padding-top:10px;
     background: #2e2e2e;
	 padding-left:15px;
	 padding-right:10px;
  
}
 
.body img
{
     margin: 0 0 0 5%;
}
 
 .lessquote
{
    color:#FF9900;
	font-size:11px;
    font-weight:bolder;

}

.lessquote a
{
	text-decoration: none;
}

.lessquote a:hover;
{
	color: #82974b;
	
}

.quote
{
	color:#FF9900;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

.quote a
{
     text-decoration: none;
}

.quote a:hover
{
     color: #82974b;
}

h2
{
	font-family: century gothic, sans-serif;
	font-size:18px;
	font-weight:600;
	color: #faffc5;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;

}

h3
{
	font-family: century gothic, sans-serif;
	font-size:14px;
	font-weight:550;
	color: #ffcfc5;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;

}

h4
{
	font-family: century gothic, sans-serif;
	font-size:12px;
	font-weight:500;
	color: #c5ffc8;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;

}

h5
{
	font-family: century gothic, sans-serif;
	font-size:11px;
	font-weight:500;
	color: #c5d1ff;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;

}


/* C ATS */
.quotebox
{
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, sans-serif;
    margin: 10px 10px 10px 10px;
	color: #c8c8c8; 
	background-color: #585654;
	border-left: solid 4px #82974b;
	border-right: solid 2px #1e1e1e;
	border-bottom: solid 2px #1e1e1e;
	padding: 10px;
}
.exbox
{
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 0px; 
	background-color: #a0a0a0; 
	color: #000000; 
	border-left: 5px solid #202020;
	padding: 6px;
}
.newsbox
{
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px; 
	margin-right: 10px; 
	background-color: #a8a8a8; 
	color: #000000;  
	padding: 10px;
	border-width: 1px; 
	border-color: #202020;
}

#globalmenu
{ height: 20px;
  width: 800px;
  border-top: 2px solid;
  background: #40403E;
  color: #EEE;
  border-color: #82974B;
  margin: 0 auto;
  border-left: 1px solid #82974b;
  border-right: 1px solid #82974b;

}

#globalmenu ul{margin: 0px auto;} 

#globalmenu li
{ float: right; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#globalmenu li a 
{ display: block;
  float: left;
  height: 19px;
  text-decoration: none; 
  padding: 1px 19px 0px 19px;
  border-left: 2px solid;
  font-weight: bold;
  color:#929280;
  font-size:11px;
  border-color: #2C2C2A;
} 


#globalmenu li a:hover, #globalmenu li a.selected, #globalmenu li a.selected:hover
{ background: #82974B;
  color: #EEE;
  border-color: #2C2C2A;
  
} 

#docbox
{
     margin: 0px auto;
	 width: 700px;
	 height: 300px;
	 overflow-x:hidden;
	 overflow-y:auto;
}


