/* ---[ Main Templete ]------------------------------- */
@import "nav.css";
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#site{
	width:662px;
	height:auto;
	margin:0px 0px 0px 8px;
	background-color:#ffffff;
}
#headercontainer{
	width:670px;
}

/* ---[ mainnavigation ]------------------------------- */
a:link, a:visited{
	color:#2A58A0;
}
a:hover, a:active{
	color:#009CFF;
}

/* ---[ misc items ]------------------------------- */
a{
	outline:none;
}
p{
	margin:0px 0px 15px 0px;
}
img{
	border:0px;
} 
form{
	margin:0px;
	padding:0px;
}
input{
	height:18px;
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #000000;
	outline:none;
}
select{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #000000;
}
.input_button{
	height:21px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #000000;
}
.first{
	clear:left;
}
.last{
	clear:right;
}
.sitewidth{
	float:left;
	clear:both;
	width:658px;
	height:10px;
	background-color:red;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.wrap{
	float:left;
	padding:0px 8px 0px 0px;
}

/* ---[ Headers ]------------------------------- */
h1{ /* Biggest, for page names */
	margin:12px 0px 12px 0px;
	font-size:18px;
	color:#144888;
}
h1.article{
	font-size:13px;
	margin:0px;
	padding:0px;
}
h2{ /* Biggest, main headers in the page*/
	margin:12px 0px 12px 0px;
	font-size:18px;
	color:#333333;
}
h3{ /* Paragraph Headers - subheaders under main */
	margin:12px 0px 12px 0px;
	font-size:14px;
	color:#333333;
}

/* ---[ Headers: Messages ]------------------------------- */
h4{
	margin:12px 0px 12px 0px;
	font-size:12px;
	font-weight:bold;
	color:blue;
}
/* ---[ Headers: Errors ]------------------------------- */
h5{
	margin:12px 0px 12px 0px;
	font-size:12px;
	font-weight:bold;
	color:red;
}
/* ---[ Footer Font ]------------------------------- */
h6{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	clear:both;
}
h6 a:link, h6 a:visited{
	color:#59595A;
}
h6 a:hover, h6 a:active{
	color:blue;
}

/* ---[ article display ]------------------------------- */
#arthead{
	width:670px;
	height:110px;
}
#arthead h1{
	margin:0px 0px 8px 0px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#59595A;
	font-weight:100;
}
#arthead h2{
	margin:0px 0px 8px 0px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#59595A;
	font-weight:100;
}
span.art_author a:link, span.art_author a:visited{
	color:#003876;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
span.art_author a:hover, span.art_author a:active{
	color:#003876;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
#pullquote{
	position:relative;
	font-size:14px;
	font-weight:bold;
	color:#003876;
	float:right;
	width:154px;
	padding:0px 8px 8px 8px;
}
#article_permission{
	padding:8px;
	background-color:#F2F2F2;
	border:1px solid #C7C7C7;
}
/* ---[ list ]------------------------------- */
li{
	margin:0px 0px 6px 20px
}