.companyName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: 400;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
}
.addressBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.addressItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.sloganBorder {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.paraHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bolditalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
}
a.nav:link {
	color: #CC6600;
	text-decoration: none;
	background-color: none;
	padding: 2px 0px;
	border: 1px none;
	font-weight: normal;
	width: 133px;



}
a.nav:visited {
	color: #CC6600;
	text-decoration: none;
	background-color: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px none #000000;
	font-weight: normal;


}
a.nav:hover {
	color: #603913;
	background-color: #E0B58B;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: none;
	font-weight: normal;
	

}.couponBorder {
	border: medium dashed #000000;
}
.LeftBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}

<!--------/* Top Navigation Starts Here---------- */

#topnavigation {
        margin: 10px 0 0 30px;
        padding: 0;
        height: 20px;
}

#topnavigation ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
		white-space: nowrap;
		
}

#topnavigation ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
		
}

#topnavigation ul li a {
        background: #CC6600;
        width: 115px;
        height: 20px;
        border-top: 1px solid #f5d7b4;
        border-left: 1px solid #f5d7b4;
        border-bottom: 1px solid #f5d7b4;
        border-right: none;
        padding: 0;
        margin: 0 0 0px 0;
        color: #f5d7b4;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#topnavigation ul li a:hover {
        color: #603913;
        background: #E0B58B;
}

#topnavigation a:active {
        background: #CC6600;
        color: #fff;
}

#topnavigation li#active a {
        background: #D5E1F0;
        border: 1px solid #c60;
        color: #603913;
		border-top: 1px solid #D5E1F0;
        border-left: 1px solid #D5E1F0;
        border-bottom: 1px solid #D5E1F0;
        border-right: none;
}

/*--------- Navigation ends here-----------*/