@import "common.css";

#outer 
{
 border:1px solid #000000;
 margin:auto;
}

#header 
{
 height:50px;
 width:570px;
 background:#006699;
 color: #333333;
 }
 
 .query
{
	background-color:#006699;
	color:#FFCC66;
	border:1px solid #FFCC66;
	font-family:verdana, Arial, Helvetica, sans-serif;
}


 #searchArea
{

 height:50px;
 width:200px;
 background:#006699;
 color: #333333;
  background-image:url(images/blue_gradient.jpg);
	background-position:left top;
	background-repeat:no-repeat;
 }

.newsCell
{


}

#topmenu {
 height:20px;
 background:#6699CC;
 color: #333333;

 white-space:nowrap;
 }

#main 
{
	background:#ffffff;
	color: #000000;
}
.maincontent
{
	padding:10px;
}


#footer 
{
 text-align:center;
 height:20px;
 background:#6699CC;
 color: #333333;

 }

#main p
{
	font-size: x-small;
	
	font-family:verdana, Arial, Helvetica, sans-serif;
}

.footerText
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:#ffffff;
}

.FooterLink:link {color:#FFCC66;font-size:xx-small;}
.FooterLink:visited {color:#FFCC66;font-size:xx-small;}
.FooterLink:hover {color:#ffffff; font-size:xx-small; text-decoration:underline;}
.FooterLink:active {color:#FFCC66;font-size:xx-small;}


#header
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#searchArea
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	vertical-align:middle;
}


DIV#basicnavigation
{
	padding: 1em 0 0 0.5em;
}

DIV#basicnavigation A:link, DIV#basicnavigation A:visited
{
	color: White;
	margin-bottom: 0.5em;
	display: block;
}

DIV#basicnavigation A.HomeLink, DIV#basicnavigaton A.ParentLink
{
	font-weight: bold;	
}

DIV#basicnavigation A.channel
{
	font-weight: normal;
	padding-left: 20px;
	background-image: url(/ncccms/images/blue_close.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

DIV#basicnavigation A.posting
{
}

.leftNavigation
{

	background:#6699CC;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image:url(/ncccms/images/blue_sidelogo.gif);
}
 
.leftpad10px
{
	padding-left:10px;
}