/***********************************************/
/* General.css for Web Page          */
/* All styles are here. Sept-17.2004    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */

body{
	margin:0px;
	padding:0px;
	background: #cccccc url("Images/back.gif") repeat-y top center;	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
}

a:hover{
}

/************** heading tag styles **************/

h1{
	color:#003366;
	font-family:Tahoma;
	margin:0px;
	padding:0px;
	font-size:26px;
	font-weight:normal;
	
}

h2{
	font-family:Verdana;
	color: black;
	background: white;
	font-size: 12px;
	margin:0px;
	padding:10px;
}

p {
	font-family:Verdana;
	color: #666666;
	font-size: 11px;
	margin:0px;
	padding:8px 0px;
	line-height:20px;
}


/*************** Navbar styles ***************/
/*************** Navbar NavbarLevel 1 ***************/

#navbarContainer {
	text-align:right;
	height:20px;
	background-color:#FF9900;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;	
	margin:0px;
	padding:0px;
	
}

#navbarlevel1 ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#navbarlevel1 li {
	float:left;
	margin:0px;
	padding:0px;
	height:20px;
	padding-left:1px;
}

#navbarlevel1 a {
	display:block;
	padding:4px 15px 4px 15px;
	font-family:"Verdana";
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	border-left:1px solid #333333;
}

#navbarlevel1 a:hover{
	color:#000000;
}

/* That is to full the space in order to displace all buttons to right*/
#navbarseparator  {
	width:10px;
	height:20px;
}


/*************** Navbar NavbarLevel 2 ***************/


#NavbarLevel2{
	padding-bottom:1px;
}

#NavbarLevel2 ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:1px solid #eeeeee;	
}

#NavbarLevel2 li {
	padding:0px;
	margin:0px;
	height:23px;
	width:100%;
	border-bottom:1px solid #eeeeee;
}

#NavbarLevel2 a {
	padding:0px;
    font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color:#666666;	
	margin-left:3px;
	
}

#NavbarLevel2 a:hover {
	color:#FF9900;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	 width: 700px;
	 text-align: left;
	 min-height: 100%;
	 height:auto;
	 margin-left:auto;
	 margin-right:auto;
}
 
html #wrapper { height:100% }/* for ie only */

#topbanner{
	height:177px;
	padding:0px;
	margin:0px;
}

#topbanner {
	padding:0px;
	margin:0px;

}

#content{
	margin:0px;
	padding:0px;
	min-height:100%;
	height:auto;
}

#leftcontent {
	float:left;
	width:134px;  
	padding-left:7px;
	height:400px;
} 

#centercontent {
	float:left;
	width:552px;
	height:300px;
}

#rightcontent {
	float:right;
	width:170px;
	height:400px;
	margin-right:0px;
	margin-left:0px;
}

#adsholder {
	border-top:1px solid #eeeeee;
}

#textWrapper {
	padding-top:15px;
	width:330px;
	margin-left:23px;
}

#footer {
	margin-top:20px;
	padding-top:15px;
	width:379px;
	height:35px;
	border-top:1px solid #efefef;
	text-align:center;
}


#footer li {
	display:inline;
}

#footer a {
	padding:0px;
	padding-left:5px;
    font-family:Tahoma;
	font-size:11px;
	color:#666666;	
	margin-left:3px;
	border-left:1px solid #666666;	
}

#footer a:hover {
	color:#FF9900;
}


/********************* Othes ********************/

.commonlist {
	list-style-image:url(Images/arrow1.gif);

}

.commonlist li{
	color:#0033CC;
	font-family:Verdana;
	font-size: 11px;
	margin:0px;
	padding:4px 0px;
	line-height:20px;	
	vertical-align:top;	

}

.separator {
	background:url("Images/separator.gif") top left no-repeat;
	height:15px;
	width:35px;
}

.textlink {
	color:#FF6600;
	text-decoration:none;
	border-bottom:1px dashed #FF6600;
}

.textlink:hover {
	color:#003366;
	text-decoration:none;
	border-bottom:none;
}



/********************* end **********************/








