/* CSS Document */

* {
	/*margin:0; padding:0;*/
	font-size:100%;
}

body{
	background:#cccccc;
	
}

img {vertical-align:top;}
a img { border:0;}


.left { float:left;padding:0 0 0 10px }
.right {float:right;}
.clear  { clear:both;}
.pad {padding:5px;}

html, input, textarea
	{
		font-family:Times New Roman, Times, Serif;
		font-size:14px;
		line-height:16px;
		color:#666666;
		text-align:left;
	}

input, select { vertical-align:middle; font-weight:normal;}


a:hover{text-decoration:none;}
a:visited{color:#1b4a76;}
a {color:#1b4a76;}
p {padding-top:15px;}

.bodycopy {font-family:Verdana;font-size:12px; }
.body_bold{font-family:Verdana;font-size:12px;font-weight:bold; }
.Article_Head {font-family:Verdana;font-size:14px;font-weight:bold; }
.pagehead {font-family:Verdana;font-size:24px;font-weight:bold; }
.subhead {font-family:Verdana;font-size:14px;font-weight:bold; }
.headerbar {width:100%; height:10px; background-color:#134394;padding:10px 0px 10px 10px;font-size:13pt;font-family:Verdana;color:#FFFFFF;}
.Small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
.searchbox {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 120px;
	border-style: thin;
	border-color: #2F619E;
    border:1;
	
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	color:#666666;
	border: thin solid #666666;
}


/* ============================= main layout ====================== */

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 16px 0 0; float:left;}
.title {margin-bottom:20px;}
.title2 {margin-bottom:16px;}
 h1 { font-size:15px; font-weight:bold; color:#1b4a76; line-height:18px;}
 h2 { font-size:13px; font-weight:bold; color:#1b4a76; line-height:15px;} 
 h3 { font-size:11px; font-weight:bold; color:#1b4a76; line-height:12px;}
 h4 { font-size:15px; font-weight:bold; color:#ffffff; font-family:Times New Roman, Times, Serif; line-height:15px;}
 #byline { font-size:12px;font-style:italic;line-height:14px;}
 .author_h {font-size:16px; font-weight:bold;color:#ffffff;}
 #content a {color:#134394;}
/* ============================= header ====================== */

#header .menu ul {width:750; height:20px; overflow:hidden; background-color:#134394;}
#header .menu li {float:right; text-align:center; padding:2px 2px 2px 2px;  }
#header .menu li a {text-decoration:none; color:#ffffff;  text-align:center;display:block; padding:2px 2px 2px 2px; }
#header .menu li a:hover {text-decoration:underline;}
.active {font-weight:bold;}




.r_img_container {margin: 0px auto;float:right; padding: 10px 5px 5px 20px;}
.l_img_container {margin: 0px auto;float:left; padding: 5px 1px 5px 4px;}
.by_img_container {margin: 0px auto;float:left; padding: 5px 5px 5px 0px;}
.by_img_container_l {margin: 0px auto;float:left; padding: 5px 5px 5px 15px;}
.page_img { border-style:solid; border-color:#134394; border-width: 1px;}
.page_img_l { border-style:solid; border-color:#ffffff; border-width: 1px;}

/* ============================= footer ====================== */

#footer {font-size:9px; text-align:center; color:#a2a8aa;}



