/*<group=General Styles>*/

body {
	font: 11px   Verdana, Arial, Helvetica, sans-serif;
	background: #e7e7e7 ;
	margin: 0px;
	text-align: center;
	color: #2b2b2b;
}

a:link {
	color: #cd0000;
	text-decoration: none;
}

a:visited {
	color: #cd0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}
.ahov {
color: black;
}

.ahov:hover{
	color: #FF0004;
	font-weight: bold;
}

img {
	border-style: none;
}

	
#container {
	background: #FFFFFF; /* BG Color Of The Main Div */
	width: 1000px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	 /* border-width:1px;
  border-style:solid;
  border-color:pink; */
}

#contentContainer {
  width: 810px;
  /*height: 600px;*/
  /*border-width:1px;
  border-style:solid;
  border-color:blue; */
}
#sidebarContainer {
	width: 190px;
	height: 650px;
	float: right;
	background-color: #f2f2f2 ;
	text-align: left;
}


#footer {
	width: 1000px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	height:73px;
	background: #A9A9A9 url(images/footer.jpg) no-repeat;
	color: #ffffff;
}


#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
	
}

#navcontainer #current {
	color: #FF0004;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer a {
	display: block;
	color: #666666;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 5px;
}

#navcontainer a:hover {
	color: #FF0004;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	font-size: 12px;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding-left: 0px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

#rouge {
color: #FF0004;
}




