@charset "utf-8";
body {
	margin: 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;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	border-style: none;
}
img
{
	text-align: left;
}

h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 
h3 {
	font-size: 12px;
	color: #006633;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
.related {
	background-color: #FFC;
	border: thin solid #F00;
}

a.noBlueLink:link {
  text-decoration:  none;
  } 
  
a.noBlueLink:visited {
  text-decoration:  none;
  } 
  
a.noBlueLink:hover   {
  text-decoration:  none;
  } 
  
a.noBlueLink:active  {
  text-decoration:  none;
  } 
  
.oneColFixCtrHdr #topmg {
	padding-top: 30px;
}

.oneColFixCtrHdr #contentsinc {
	height: auto;
	width: 980px;
}
.oneColFixCtrHdr #logo {
	background-image: url(../images/logo_banner.png);
	width: 980px;
	height: 120px;
	background-color: #FFF;
	text-align: left;
	text-decoration:  none;
	border-style: none;
}
.oneColFixCtrHdr #topmenu {
	width: 980px;
	height: 20px;
	background-color: #FFF;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #leftmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 70px;
	background-color: #FFF;
	background-image: none;
	height: 20%;
	position: relative;
	border: thin none #CCCCCC;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size:12px;
}
.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #F00;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/cic_footer.png);
	background-position:bottom;
	font-size: 80%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.oneColFixCtrHdr #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 */
	text-align: center;
		color:#FFF;
}
.oneColFixCtrHdr #footer a {
	color:#FFF;
}
.oneColFixCtrHdr  #rightmenu {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #contentsinc #mainContent .feature table {
	text-align: left;
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #contentsinc #mainContent p .feature {
	text-align: center;
}
.oneColFixCtrHdr #container #contentsinc #mainContent .feature p {
	text-align: left;
}
.oneColFixCtrHdr #container #contentsinc #mainContent .feature p span {
	text-align: center;
}

.pointer {
	text-decoration: none;
	cursor: pointer;
}
.hide {
	display: none;
	/** To edit any information which is hidden you need to change the "display" element (eg Tables) **/
}

.rightbar {
	float: right;	
	background-image:url(../images/news_back.png);
	background-repeat:no-repeat;
	width: 230px;
	height:441px;
	text-align: left;
	margin-top:20px;
	margin-right:5px;
	padding-top:35px;
	padding-left:5px;
		padding-right:5px;
}

.titleimage {
	float:left;
	padding-top:20px;
}
.homefloatimage {
	float:left;
	padding-left:60px;
	height:381px;
}
.rightimg{
	/*position:absolute;*/
	float:right;
	height:350;
	width:280;
	border:medium;
	border:#009;
	background:#C00;
}
.home-txt{
	font-size:120%;
}
	



	

