@charset "UTF-8";

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;
}

a img {  /* ~~ Links and how they'll appear  ~~ */
	border: none;
}
a:link {  
	
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {  /* — The main division styles follow —*/
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

.header {
	height: 70px;
	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 30px 10px 40px;
	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;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content h3 {
	line-height: 0.3em;
}

.navbox1 {
	height: 25px;
	background:#8B1C14;
	padding: 8px 30px 3px 50px;
	}

ul.nav1 {  /* — Nav bar is defined in terms of lists — */
	background-color:#061F7F;
	list-style: none; 
	margin-bottom: 0px; 
}
ul.nav1 li { /* — List items are floated left to make them horizontal —*/
	float: left;
}
ul.nav1 a, ul.nav a:visited {
	padding: 1px 10px 1px 10px;
	display: block;
	width: 154px;
	text-align:center;
	font-weight: 100;
	text-decoration: none;
	color:#FCFCFC;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
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: 10px 10px 7px 10px;
	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; 
}
ul.nav2 li { /* — List items are floated left to make them horizontal —*/
	float: left;
}
ul.nav2 a, ul.nav a:visited { 
	padding: 1px 0px 10px 0px;
	display: block;
	width: 220px; 
	text-align:center;
	font-weight: 320;
	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: #4B5D67;
	color: #CCC;
}

.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;
}
