html, body {
	height: 100%;
    background-color: #f4f4f4;
}
a {
    color: #084D84;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
#header {
    width:944px;
    height:74px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    position: relative;
}
#call {
	position: absolute;
	top: 28px;
	left: 340px;
	height: 30px;
	font-family: arial, serief;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .05em;
	color: #26527E;
}
#container {
	width: 946px;
}
#top_bar, #bottom_bar {
    background-color: #084D84;
    font-size: 1px;
    line-height: 1px;
    width: 944px;
    height: 12px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
#bottom_bar {
    border-bottom: 1px solid black;
}
/* Startof Nav menu */
#nav {
	width:165px;
	float: left;
	margin: 0px;
	padding:0px;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	height: 100%;
}

/* orignal background color="#333333" */

#nav .page_item, #nav .current_page_item {
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

#nav .page_item a, #nav .current_page_item a, #nav a, #navigation {
	display: block;
    float: left;
	width: 140px;
    background: url(images/arrow.gif) no-repeat;
	padding: 4px 5px 4px 20px;
	border-bottom: 1px solid black;
	color: #000000;
	text-align: left;
	text-decoration: none; /* old background background="#087D89*/
}

#nav .page_item a:hover, #nav .current_page_item a:hover, #nav a:hover {
	background: url(images/arrow_on.gif) no-repeat #4580AF;
	color: #ffffff;
}
#navigation {
    padding-left: 3px;
    padding-right: 22px;
    background: #D6E5F1;
    border-bottom: 2px solid black;
}
#bottom {
	border:1px solid black;
	width: 944px;
	height: 15px;
	background-color: #094c82;
	float: left;
}
#footer {
    float: left;
    width: 944px;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-family: Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: normal;
}
#middle {
    border-left: 1px solid black;
	border-right: 1px solid black;
	width: 944px;
	background-color: #D6E5F1;
	text-align: left;
	float: left;
}
#main {
    float: left;
	margin: 0px;
	background-color: white;
	border-left: 1px solid black;
    padding: 10px;
	width: 757px;
}
#push {
	float: left;
	width: 1px;
	height: 650px;
}
.entry {
    font-family: Arial, Helvetica, Verdana;
    font-size: 16px;
    font-weight: normal;
}
h1 {
    display: block;
    font-family: Arial, Helvetica, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #084D84;
    letter-spacing: 1px;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 0px;
    width: 720px;
    border-bottom: 2px solid #084D84;
    border-top: 1px solid #084D84;
}
h2 {
    display: block;
    font-family: Arial, Helvetica, Verdana;
    font-size: 17px;
    font-weight: bold;
    color: #084D84;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 10px;
    width: 710px;
    border-bottom: 2px solid #084D84;
    border-top: 1px solid #084D84;
}
h3 {
    display: block;
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #084D84;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 20px;
    width: 700px;
    border-bottom: 2px solid #084D84;
    border-top: 1px solid #084D84;
}
hr {
    clear: both;
    width: 98%;
    height: 1px;
    color: #000066;
}
table {
    width: 650px;
}
td, th {
    padding: 5px;
}

.product_table {
	border-left: 1px solid black;
	border-top: 1px solid black;
	width: 420px;
}
.product_table td {
	font-size: .65em;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.title_row td{
	font-weight: bold;
	font-size: .8em;
}
.alt_row td {
	background-color: #CCCCCC;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */