/*
.mainnav {
	*/


.buttonscontainer {
	width: 180px;
}

.buttons a {
	color: #FFFFFF;
	background-color: #053951;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	border-top: 2px solid #CCCCCC;
	/* font: 12px Arial, sans-serif; */
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

.buttons a:hover {
    background-color: #0177BA;
    color: #FFFFFF;
    text-decoration: none;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #053952;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.content h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #05374F;
}

.content img {
	padding-right: 4px;
}

.content td {
	padding-bottom: 5px;
}

/*
.specbox ul {
	width: 190px;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding: 6px;
	margin: 10px 10px 10px 10px;
	list-style-position: inside;
	list-style-type: none;
	background-color: #E1E1E1;
	border-top: 1px inset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px inset;
	background-position: center;
	right: 2px;
}
	*/

.specbox ul {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding: 6px 12px;
	margin: 10px 36px;
	background-color: #E1E1E1;
	border-top: 1px inset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px inset;
	list-style-type: none;
}

.specbox a:link {
	text-decoration: underline;
	color: #003366;
	padding-left: 10px;
}
.specbox a:hover {
	text-decoration: none;
	color: #003366;
}

.content ul {
	list-style-image: url(images-new/bullet-blue-arrow.gif);

}
.specbox li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	list-style-image: url(images-new/bullet_pdf.gif);
	font-family: Helvetica, sans-serif;
	list-style-position: inside;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
}

/*
.left-address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 8px;
}
*/

.left-address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 8px;
}
.spectable table {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #04364D;
}

.spectable th {
	background-color: #013668;
	font-family: Impact;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}

.spectable tr {
	background-color: #FFFFFF;
    font-family: Helvetica;
}

.spectable td {
	background-color: #FFFFFF;
    font-family: Helvetica;
}



.h2 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	
}
body{
	background-color:#15262D;
	margin:0;
	padding:0;
}

#header{
	background-color:#15262D;
	height:140px;
}

#left{
	float:left;
	width:200px;
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
}

#center {
	margin-left:220px;  /* was 200 */
	background-color:#FFFFFF;
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
	padding: 40px;
}

#footer {
	clear:both;
	background-color:#064765;
	height:50px;
	padding: 10px;
	color: #FFFFFF;
}

