/***********************************************/
/* design.css                              */

/*********** start ***********/






/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 





body{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.5;	
	padding: 0px;



}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
    text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

p{
 font-size:110%;
}

h1{

 font-size: 120%;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
}

h2{

 font-size: 110%;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
}

h3{

 font-size: 100%;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 90%;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: circle;
 font-size: 90%;
 font-weight:bold
}

ul ul{
 list-style-type: disc;
 font-size: 70%;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


.listbg-odd {
	BACKGROUND-COLOR: #e9e9cc
}
.listbg-even {
	BACKGROUND-COLOR: #ffffff
}

hr {

color: #FFBD00

}

/*********** end ***********/







/***********************************************/
/* Layout Divs                                 */
/***********************************************/






#title{


    
	position: relative;

	width: 680px;
	margin-bottom: 5px;



}

#holderbox{
	min-height: 100%;
	position:relative;
	height: 100%;
	width: 680px;
	margin: 10px;




}



#header{


	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	width: 680px;
	background-image:url(images/bar.gif);
	clear: both;
	}


#navBar{
  float: right;
	margin-right: 0px;
	width: 260px;
	padding: 0px;

}

#navBar2{

    float: right;
	margin-top: 10px;
	margin-right: 0px;
	width: 260px;
	background-color: #FFFFBB;


}


#content{

  margin-left: 0px;
  float: left;
  width: 410px;
  background-color: #FFFFB9;
  margin-bottom: 5px;

}

#contentMargin{

	background-color: #FFFFB9;
	margin-left: 15px;
	margin-right: 15px;  
	margin-top: 15px; 
	margin-bottom: 15px; 
}

#advert{
	background-color: #FFFFBB;
}
	
#advert2{
	background-color: #FFFFBB;
	margin-left: 15px;
	margin-right: 15px;  
	margin-top: 15px; 
	margin-bottom: 15px; 

}

#footer{
	
	position: relative;
	width: 100%;
	margin-top: 5px;
	height: 20px;
	width: 680px;
	background-image:url(images/bar.gif);
	clear: both;
	}
	


/*********** end ***********/







/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}

/*********** end ***********/







/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border: 1px solid white;}

/*********** end ***********/






/*********** #sectionLinks styles ***********/

#sectionLinks{

	padding: 0px;
	



}
.sectionLinksstyle{


	text-decoration: none;
	
}


#sectionLinks a {
	display:block;
	width: 100%;
	padding: 3px 0px 7px 10px;
background:url(images/glossyback.gif)
	
}


#sectionLinks a:hover{
background:url(images/glossyback2.gif)
	
}

#sectionLinks a:down{
background:url(images/glossyback2.gif)
	
}


/*********** end ***********/

