/***********************************************/
/* print.css                                   */
/* Use with template ???                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;	
	padding: 0px;
	margin: 0px;
	width:100%;
	background-color:#fff;

}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight:normal;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}


#wrapper {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#leftcol {
	display: none;
}

#footer {
	border: 1px solid #edeeec;
	background: #edeeec;
	color:#333;
	padding: 0px 10px 0px 10px;
	font-size: 75%;
}

.clearing {
	height: 0;
	clear: both;
}

/***********************************************/
/* Components                                  */
/***********************************************/
.sitename {
	color: #FFFFFF;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 0px 10px 0px 10px;
}

.banner {

}
/************** #maincol styles **************/

#maincol{
	font-size: 80%;
}

.breadcrumb{
	padding: 0px;
	font-size: 90%;
}

.pagetitle { font-size: 150%; padding: 0px 0px 0px 0px; }

/*********** #leftcol link styles ***********/

#leftcol ul a:link, #leftcol ul a:visited {display: block;}
#leftcol ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftcol li {border-bottom: 1px solid #fff;}
#leftcol li li {border-bottom: 1px solid #edeeec;}

/* fix for browsers that don't need the hack */
html>body #leftcol li {border-bottom: none;}
html>body #leftcol li li {border-bottom: none;}

/*********** #navigation styles ***********/

#navigation{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	font-size: 80%;
	left: -3px;
}

#navigation .here{
	background-color: #666;
	color:#fff;
}

#navigation a {
	display: block;
	text-align: right;
	border-top: 1px solid #fff;
	color:#fff;
	background-color: #999;
	padding: 3px 10px 3px 10px;
}

#navigation a:hover{
	background-color: #333;
	color:#fff;
}


#subnav{
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 1281px;
	top: 110px;


}



#subnav a {
	display: block;
	text-align: right;
	border-top: 1px solid #edeeec;
	color:#333;
	background-color: #edeeec;
	padding: 3px 10px 3px 10px;
}

#subnav a:hover{
	background-color: #edeeec;
	color:#333;
}
/************** additional styles **************/

.noshow { display: none; }

#logo {
	position: relative; 
  	top: 20px; left: 20px; 
	
}

/************* #search styles ***************/

#search{
	
display: none;
}
