@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images_new/all_pages/background.png);
	background-repeat: repeat-x;
	background-color: #370447;
}
.twoColFixLtHdr #container {
	width: 1005px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images_new/all_pages/main_notebk_bkgrnd.png);
} 
.twoColFixLtHdr #header {
	height: 142px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #eefad5;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.logo {
	float: left;
	height: 135px;
	width: 120px;
	margin-top: 3px;
	margin-left: 35px;
	padding-right: 15px;
} 
.twoColFixLtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #1f6d19;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: -15px;
	padding-left: 20;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -15;
	margin-left: 20;
}

.twoColFixLtHdr #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	color: #1f6d19;
	margin-top: -15px;
	}
.title {
	float: left;
	width: 335px;
}
.container_all_header_ele {
	float: right;
	margin-top: 9px;
	width: 420px;
}
.functional_elements {
	float: right;
	width: 230px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.store_image_holder {
	float: right;
	margin-left: 5px;
	width: 175px;
}
.functional_elements a:link {
	text-decoration: none;
}
.functional_elements a:hover {
	text-decoration: none;
}
.functional_elements a:visited {
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 70px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.twoColFixLtHdr #sidebar1 ul {
	margin-left: -20px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 600;
	color: #420355;
	margin-bottom: -15px;
}

.twoColFixLtHdr #sidebar1 li{
	font-weight: 600;
	font-size: 95%;
	text-decoration: none;
	list-style-image: url(images_new/all_pages/sidebar_dot.png);
}

.twoColFixLtHdr #sidebar1 li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #57801d;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 li a:hover {
	color: #5d1d66;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 li a:visited {
	text-decoration: none;
	color: #57801d;
}
/* LINDA, this is the start of what you need to use to control the look inside the mainContent part where your information goes */
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 500;
}
.twoColFixLtHdr #mainContent ul {
	font-size: 95%;
	list-style-image: url(images_new/all_pages/ul_dot_blk.png);
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 22px;
	color: #1f6d19;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h2 {
	color: #7f0013;
	font-size: 18px;
	font-weight: 600;
	margin-top: -15px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h3 {
	color: #000000;
	font-size: 105%;
	font-weight: 600;
	margin-top: -15px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h1 a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h1 a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h1 a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h3 a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h3 a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h3 a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h4 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom:-14px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h4 a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h4 a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h4 a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h5 {
	color: #1f6d19;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom:-14px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h5 a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h5 a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h5 a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:link {
	color: #0a31d0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #400254;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #0a31d0;
	text-decoration: none;
}
/* this is the layout for the FOOTER */
.footer_line {
	padding-left: 35px;
}
.twoColFixLtHdr #footer {
	text-decoration: none;
	background-image: url(images_new/all_pages/main_notebk_bkgrnd.png);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 305px;
	height: auto;
}
.twoColFixLtHdr #footer p {
	font-size: 80%;
	margin-bottom: 5px;
	padding-right: 0;
	
	padding-left: 0;
}
.footbox_container {
	margin-left: 15px;
}
.footer_boxes_left {
	float: left;
	height: auto;
	width: 130px;
	font-size: 82%;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 2px;
}
.footer_boxes_end {
	float: left;
	height: auto;
	width: auto;
	font-size: 82%;
	margin-top: 5px;
	margin-right: 70px;
	margin-bottom: 2px;
	margin-left: 15px;
}
.footer_boxes {
	float: left;
	height: auto;
	width: auto;
	font-size: 82%;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 6px;
}
.footer_boxes h2 {
	color: #006633;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: -7px;
	height: auto;
}
.footer_boxes  a:link {
	color: #0a31d0;
	text-decoration: none;	
	
} 
.footer_boxes  a:hover {
	color: #400254;
	text-decoration: underline;
}
.footer_boxes  a:visited {
	color: #0a31d0;
	text-decoration: none;
}
/* end footer styles */

/* LINDA, below are some general styles, such as float left, float right, and genral a href styles, though in the mainContent I called the link styling out separately for <p> */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.video_fltr_zindex {
	float: right;
	z-index: 1000;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
	margin-bottom:8px;
}
.pad_left {
	padding-left: 3px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.z_index {
	z-index: 2000;
}
 /* this is the dashed line that goes around the main table on the home page */
.red_dotted_line {
	border: 1px dashed #990033;
	margin-right: 12px;
}
.indent {
	margin-left: 50px;
}
.indent_linkpages {
	margin-left: 30px;
}
 /* This is for caption boxes, float right and left */
 .small_type_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.small_type_rt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.image_reg {
	border: 2px solid #3d0d51;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 7px;
}

 /* LInks pages (this is for the states) */
 .info_box_left {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	width: 100px;
	float: left;
	padding-bottom: 10px;
 }
 
 .data_box_right {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	width:auto;
	padding-left: 5px;
 }
 .data_box_right a:link {
	color: #0a31d0;
	text-decoration: none;
}
.data_box_right a:hover {
	color: #400254;
	text-decoration: underline;
}
.data_box_right a:visited {
	color: #0a31d0;
	text-decoration: none;
}

 /* CERT video page */

.small_textblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
.videonames {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.videoplacement {
	margin-right: 20px;
}
 /* sitemap pages */
.table_separate {
	float: left;
	width: 659px;
}
.center_boxes {
	margin-left: 125px;
	width: auto;
}
.center_boxes_sitemap {
	margin-left: 1px;
}
.center_boxes_otherlang {
	width: 675px;
	display: block;
	height: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}
/*styling for 3 images across*/
.images_column_left_mid {
	width: 200px;
	padding-right: 25px;
	float: left;
}
.images_column_right {
	width: 200px;
	float: right;
}
.images_pad_bottom {
	padding-bottom: 15px;
}
	
 /* styling for tables */
.lr {
	background-color: #d6e7be;
}
.dr {
	background-color: #edfbd5;
}
/* Mozilla based browsers */
::-moz-selection {
       background-color: #b2a9f8;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #b2a9f8;
       color: #000;
}

