@charset "utf-8";
/* CSS Document */
body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 20px 0 40px;
	background-color: #000066	;
	height: 100%;
	font-size: 13px;
	background-image:url(../resources/notoriousbackground.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFFFFF;
	min-height:100%;
}	

.masthead,.left_col,.page_content, .news_summary, .footer {
	display: inline;
	float: left;
	margin-left:10px;
	margin-right:10px;
	}

.masthead {
	width:940px;
	border-bottom-color: #0000CC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.left_col {
	width:160px;
	text-align:center;
}

.page_content {
//	width:500px;
	width:740px;
	line-height:1.25em;	
}
.page_content p  {
	padding-bottom:10px;
}

.news_summary {
//	visibility:hidden;
	width:220px;
}

.footer {
	width:940px;
	text-align: center;
	border-top-color: #0000CC;
	border-top-width: thin;
	border-top-style: solid;
	padding-top:5px;
	margin-top: 10px;
	border-bottom-color: #0000CC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.clear {
clear:both;
display:block;
height:0;
overflow:hidden;
visibility:hidden;
width:0;
}

.mainmenu {
	
}

h1 {
	font-size:160%;
	background-image: url('../resources/h1underline.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-bottom: 0.55em;
}

h2 {
	font-size:140%;
  background-image: url('../resources/h2underline.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0.25em;
  padding-bottom: 0.5em;
  padding-top:1em;
    }

h3 {
  background-image: url('../resources/h3underline.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0.25em;
   }

h4 {
  margin-bottom: 0;
  padding-bottom: 0.25em;
   }
   
#left_col ul {
color:#0000CC;
font-size:medium;
line-height:2em;
list-style-type:none;
margin:0pt;
padding:0pt;
text-align:center;
text-decoration:none;
text-transform:none;
}
#left_col li {
background-color:white;
border-style:solid;
border-width:thin;
margin-top:2px;
}
#left_col li:hover {
border-left:10px solid #FF3300;
border-right:10px solid #FF3300;
}
#left_col a {
text-decoration:none;
}

P.QOD {
	font-size:1.5em;
}

.social {
	margin: 10px 0;
//width:30%;	
//float:left
}
label.entry_label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.error {
	color:red;
}