﻿body {
	background:fff;
	margin:10px auto;
}

td {
	font-family:arial,helvetica; 
	font-size:10pt;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#005094;
}

a:hover {
	color:#FFCC00;
}


a.red:link, a.red:visited, a.red:active {
	text-decoration:underline;
}

a.red:hover {
	text-decoration:none;
}


a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:#243772;
}

a.nav:hover {
	color:#FFCC00;
}


/*------------Menu Section-------------*/

#menu {
	background:#d72b34;
	vertical-align:top;
	width:155px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	display:block;
	float:left;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:5px 0;
	text-indent:5px;
	width:155px;
	color:#DBDBDB;
	border-bottom:1px solid #000;
}

#menu li a:hover {
	color:#FFCC00;
}


/*----------Content Section-----------*/

#main {
	vertical-align:top;
	width:594px;
	border-left:1px solid #000;
	background:#fff;
}

a.ad:link, a.ad:visited, a.ad:active {
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background:#d72b34;
	color:#fff;
	display:block;
	padding:15px;
	margin-bottom:15px;
	border:2px solid #bc2830;
}

a.ad:hover {
	background:#005094;
	border:2px solid #033d6e;
	color:#fff;
}

.style1 {
	font-weight: bold;
}

.style2 {
	text-align: right;
}

.small {
	font-size:8pt;
	height: 23px;
}

.smallAddy {
	font-size:12pt;
}

.big {
	font-size:12pt;
	color:#243772;
}

.bigger {
	font-size:20pt;
}

img {
	border-color:#CCCCCC;
}

#side td {
	 font-size:8pt;
	 color:#666666;
	 font-weight:bold;
	 background-color:#DBDBDB;
}

#side {
	 font-size:8pt;
	 color:#666666;
	 font-weight:bold;
	 background-color:#DBDBDB;
}

#side table {
	width:150px;
}

h4 {
	 font-size:13pt;
}

.padding1{
	padding-right:8px; 
	padding-left:8px; 
	padding-bottom:5px; 
	padding-top:5px;
}

.padding2 {
	padding-right:20px; 
	padding-left:20px; 
	padding-bottom:15px; 
	padding-top:15px;
}

.padding3 {
	padding-right:20px; 
	padding-left:20px; 
	padding-bottom:30px; 
	padding-top:25px;
}

.product_padding {
	padding:10px;
}

.location {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#243772;
	font-size:10pt;
	text-align:right;
}


input.button {
	background-color:#243772;
	color:#ffffff;
}

th {
	background-color:#DBDBDB; 
	color:#666666; 
	text-align:left; 
	font-size:8pt;
}

.width_1	{width:150px}
.width_2	{width:190px}
.width_3	{width:445px}

/* Menu Styles */
.menuskin{
	position:absolute;
	width:170px;
	background-color:menu;
	border:2px solid #333333;
	font:normal 10pt Arial, Helvetica;
	line-height:18px;
	z-index:100;
	visibility:hidden;
}
.menuskin a{
	text-decoration:none;
	color:black;
	padding-left:8px;
	padding-right:8px;
}
#mouseoverstyle{
	background-color:#005094;
}
#mouseoverstyle a{
	color:white;
}