@charset "UTF-8";
/* CSS Document */

body {
	font: "Times New Roman", Times, serif;
	background:#E7E7E7;
	margin: 0;
	padding: 0;
}

ul, ol, dl {      /* ~~ Element/tag selectors ~~ */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
}

p {font-size: 1em; }

.container {  /* — The main division styles follow —*/
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}
		
			
.header {
	height: 65px;
	padding: 30px 0px 0px 0px; 
	background:#FFF;	
	
}
.header h1 {
	color: #8B1C14;
	font-weight: 500;
	font-size: 32px;
	padding-left: 40px;
}
.sidebar1 {
	float: right;
	width: 220px;
	background:#F3F3F3;
	padding: 40px 15px 5px 15px;
	font-family: "Times New Roman", Times, serif;
}
.content {  /* — The content has no margins and fixed width so it won't wrap —*/
	width: 598px;
	float: right;
	padding: 50px 40px 15px 30px;
}

.runner { padding: 10px 0px;}

.content p {
	line-height: 145%; 
	margin-bottom: 20px;
	font-size:1.2em;;
}

.tight p {
	line-height: 130%; 
	margin-bottom: 20px;;
}

.textlist li { padding: 10px 0px;}

.quote { color:#720002;
		padding-left: 20px;}
				
.picture {align: left;}

img.align-left {float: left;    
	margin: 5px 18px 5px 10px;}
				
img.align-right {float: right;    
	margin: 0px 10px 0px 18px;}
				
li {			margin: 0px 3px;}

a {			color:#151AAE;}

a:hover {
				color:#626262;
				background-color: #ffffff;}
						
.navbox1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding: 8px 30px 10px 50px;}
	
ul.nav1 {  /* — Nav bar is defined in terms of lists — */
	list-style: none;  
	margin-bottom: 15px;}
	
ul.nav1 li { /* — List items are floated left to make them horizontal —*/
	float: left;
}
ul.nav1 a, ul.nav a:visited {
	padding: 1px 5px 1px 5px;
	display: block;
	width: 154px;
	text-align:center;
	font-weight: 100;
	text-decoration: none;
	color:black;
}
ul.nav1 a:hover, ul.nav a:active, ul.nav a:focus {
	background: #000;
	color: #CCC;
}
.navbox2 {
	height: 22px;
	clear: both;
	background-color: #FCFCFC;
	padding: 0px 0px 15px 20px;
	border-color: #3F3F3F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	}

ul.nav2 {  /* — Nav bar is defined in terms of lists — */
	list-style: none;  
	margin-bottom: 15px; 
	margin-left: 15px;
}
ul.nav2 li { /* — List items are floated left to make them horizontal —*/
	float: left;
}
ul.nav2 a { 
	padding: 1px 0px 0px 0px;
	display: block;
	width: auto; 
	padding: 0px 10px;
	text-align:center;
	font-weight: 100;
	font-size:17px;
	text-decoration: none;
	color:#2724A5;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
ul.nav2 a:hover, ul.nav a:active, ul.nav a:focus { 
	background:#686DEC;
	color: white;
}

ul.nav2 ul {   /* — Dropdown heading styles — */
	display: none;
	position: absolute;
	list-style: circle; 
	padding-bottom: 16px;
	 width: 178px;
	 background-color: white;
	 border: solid 1px black;
	 height:auto;
}

ul.nav2 ul.ce  {
	width: 171px;
}
ul.nav2 ul.tnot  {
	width: 195px;
}
ul.nav2 ul.ir  {
	width: 140px;
}
	
ul.nav2 li:hover>ul { 
	display: block;}
		
ul.nav2 ul li { float:none;	
	padding: 7px 0px 5px 0px;
	display:block;
	margin-top: 10px;
	padding: 0px auto;
	text-align:center;
	font-weight: 100;
	font-size:17px;
	background-color:white;
	text-decoration: none;
	color:#2724A5;
}

	
.footer {  /*  — Footer here — */
	padding: 10px 30px;
	background: #CCC;
	clear: both; 
	}

.fltrt { /* — Miscellaneous float/clear classes — */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p label {
	color: #66F;
}
.container .content p blue {
	color: #360;
}
