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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #0054a6;
	background-image: url(images/checkerboard_background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #1E6770;
}
a:active {
	color: #df0c0c;
}	
	

.header_top {
width:791px;
height: 34px;
background-color: #0054a6;
background-image: url(images/header_top.jpg);
}

.header_middle {
width:791px;
height:182;
background-color:#0054a6;
}

.header_bottom {
width: 791px;
height: 104px;
background-color:#0054a6;
}


.main_container {
width: 791px;
padding:0px;
margin:0 auto;
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}

.footer {
width: 791px;
height: 47px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-color:#0054a6;
}

.tech_headlines {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #0054A5;
}

.picture_frames {
border: solid black 1px 1px 1px 1px;
}

.horizontal_rule {
border-top: solid black 1px;
}

.large_link {
font-family:Arial, Helvetica, sans-serif;
color:#0054A5;
font-size:16px;
font-weight:normal;

}