@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#406e9b;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #69C;
}

.contentdiv {
	background-color: #fff;
	width: 1000px;
	padding:10px;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #1F354B;
	border-left-color: #1F354B;
}

.btn  {
	background-color: #5492cd;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a9d1f1;
	border-right-color: #5e82af;
	border-bottom-color: #5e82af;
	border-left-color: #a9d1f1;
	text-align: center;
	text-transform: uppercase;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	width: 97px;
}

a .btn {
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

.btn:hover {
	background-color: #2562b6;
	border-top-color: #82beec;
	border-left-color: #82beec;
	border-bottom-color: #2d4e87;
	border-right-color: #2d4e87;
}

.btn:active {
	background-color: #ee4e01;
	border-top-color: #c34001;
	border-left-color: #c34001;
	border-bottom-color: #ff9e6e;
	border-right-color: #ff9e6e;
}

.footeraddress {
	font-size: x-small;
	vertical-align: top;
	white-space: nowrap;
	margin-left: 150px;
}

.contentbtn {
	background-color: #629ec6;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b3d7ef;
	border-right-color: #6c8fa5;
	border-bottom-color: #6c8fa5;
	border-left-color: #b3d7ef;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px;
	white-space:nowrap;
	font-weight: bold;
	font-size: 12px;
}

.contentbtn:hover {
	background-color: #2562b6;
	border-top-color: #82beec;
	border-left-color: #82beec;
	border-bottom-color: #2d4e87;
	border-right-color: #2d4e87;
}

.contentbtn:active {
	background-color: #ee4e01;
	border-top-color: #c34001;
	border-left-color: #c34001;
	border-bottom-color: #ff9e6e;
	border-right-color: #ff9e6e;
}

.contentspecialsbtn {
	background-color: #ee4e01;
	border-bottom-color: #c34001;
	border-right-color: #c34001;
	border-top-color: #ff9e6e;
	border-left-color: #ff9e6e;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px;
	white-space:nowrap;
	font-weight: bold;
	font-size: 12px;
}

.contentspecialsbtn:hover {
	background-color: #2562b6;
	border-top-color: #82beec;
	border-left-color: #82beec;
	border-bottom-color: #2d4e87;
	border-right-color: #2d4e87;
}

.contentspecialsbtn:active {
	background-color: #629ec6;
	border-bottom-color: #b3d7ef;
	border-left-color: #6c8fa5;
	border-top-color: #6c8fa5;
	border-right-color: #b3d7ef;
}

.infoblock {
	border: thin solid #f79164;
	color: #2078b1;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 5px;
	padding: 5px;
	display: inline-block;
	white-space:nowrap;
}

.contentbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 150px;
}

.contentbox li{

}
	
.contentbox table *{
	font-size:12px;
	margin:0;
	padding:0 5px;
}

.contentbox span img{
	margin:7px 10px 7px 7px; 
	border:1px solid #3d5385;
	
}

.contentboxspecials {
	font-size: 13px;
	margin-right: 150px;
}

.contentboxspecials a *{
border:none;
}

.contentbox span img{
	margin:7px 10px 7px 7px; 
	border:1px solid #3d5385;
	
}

.footer {
	font-size: 11px;
	color: #44607d;
	font-weight: bold;
}

.footer a{
	font-size: 11px;
	color: #44607d;
	font-weight: bold;
}


