/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  min-width: 800px;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align:justify;
  font-size:15px;
}

/* Finesse the page header spacing */
a
{ 
   color:blue; 
  text-decoration:none;
 }
a:hover
{ 
   color:#F00; 
   text-decoration:underline;
   }
a:active
{ 
   color:#30F;
}


.page-header{
	padding-bottom:9px;
	margin:20px 0 10px;
	border-bottom:1px solid #eee
}
.col1
{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	width:33%;
}

.col1-1
{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	width:91.66666667%;
}

.col2
{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	width:58%;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 800px;
  max-width: none !important;
}

.infomain-left{
display:none;

}
.infomain-right{

   width: 966px !important;
}

.col_news_head{
display:none !important;
}

p.bibitem {
  margin: 20px;
  text-indent: -20px;
}