@import url("/css/potmanrecord-3col_rightNav.css");
/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	color: #000000;
	line-height: normal;
	padding: 0px;
	font-size: 16px; /* 75% of the baseline */
	font-weight: normal;
	font-variant: normal;
	float: center;
	height: auto;
	max-width: 900px;
	margin: auto;
	p.resizeimage img { width: 100%; }
}


a{
	color: #0000ff;
}

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

a:visited{
	color: #551A8B;
}

a:hover{
	color: #ff0000;

}

h1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 16px; font-size: 1.2rem;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

h2{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px; font-size: 1.2rem;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 16px; font-size: 1.2rem;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px; font-size: 1.2rem;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px; font-size: 1.2rem;
 color: #000000;
 margin: 0px;
 padding: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 900px;
	float: left;
	font-size: 16px;

}

#navBar{
	float: left;
	font-size: 16px; 
	width: 250px;
	line-height: 160%;
	height: auto;
}

#headlines{
	float:left;
	font-size: 16px;
	width: 250px;
}

#content{
	float: left;
	margin-left:10px;
	font-size: 16px;
	width: 600px;
	line-height: 130%;
}

#sidebar2 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding: 10px 0;
}

/************* #globalNav styles **************/

#globalNav{
	color: #666666;
	float: right;
	padding-left: 10px;
	margin: auto;
	padding-top: 15px;
	clear: right;
}

/************** .feature styles ***************/

.feature img{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	background-color: #8080FF;
	width: 900px;
	margin: auto;
	float: left;
	padding: 5px;
	background-position: center center;
	text-align: center;
	text-decoration: none;
}


