html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainLayout {
	padding: 0;
	left: 0px;
	background-color: #FFFFCC;
	clear: both;
	margin: 0px;
	position: absolute;
	height: 100%;
	width: 745px;
}

.headerLayout {
	background-color: #FFFFCC;
	height: 191px;
	width: 801px;
	background-image: url(../media/ecHeader.gif);
	background-repeat: no-repeat;
}
.contentLayout {
	width:400px;
	height:100%;
	background-color: #FFFFCC;
	margin: 0px;
	padding-right: 0px;
	position: absolute;
	left: 209px;
	
}
 
.headerLeft {
	background-color: #FFFFCC;
	height: 600px;
	width: 150px;
	text-align: center;
	clear:none;
	float: none;
	}


.primaryNav {
	background-color: #000000;
	width: 133px;
	color: #FFFFFF;
	background-image: url(../media/nav_backgrnd.gif);
	background-repeat: repeat;
	left: 38px;
	position: absolute;
	float:left;
	height: 135%;
}

.subNav {
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
	width: 100px;
	margin-top: 25px;
	position: relative;
	left: 1px;
	font-size: 10px;
	line-height: 13px;
	padding:0px;
	white-space: normal;
}

.rightVertice {
	position: absolute;
	background-color: #FFFFCC;
	background-image: url(../media/grayVert.gif);
	background-repeat:repeat-y;
	height: 100%;
	margin:0px;
	left: 666px;
	z-index:-1;
}
.headerAddress {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
}
.navProducts {
	background-color: #000000;
	height: 100px;
	text-align: center;
	color: #FFFFFF;
	width: 120px;
	margin-top: 350px;
	position: relative;
	left: 2px;
	font-size: 10px;
	line-height: 11px;
	padding:0px;
	
	
}
.navProducts img {
	padding-top: 3px;
}

.footer {
	width: 455px;
	height:55px;
	margin-top:20px;
	background-color: #FFFFCC;
	background-image: url(../media/footer_3.gif);
	left: 78px;
	position:relative;
	float:right;
	z-index:1;
}
.package {
	padding: 5px;
	width: 425px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	padding-right: 10px;
	width:420px;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	color: #CDAD00;
}

h2 {
	font-size: 16px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}

h3 {
	font-size: 14px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}
a:visited{
 font-size:10px;
 color:#CCCCCC;
 text-decoration:none;
 }
 a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #CDAD00;
}

a.callout {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}
a.callout:hover {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;

}

a.callout:visited {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;

}
a.calloutLarge {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	padding-left: 3px;
	padding-right: 3px;
}
a.calloutLarge:hover {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 16px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;

}

a.calloutLarge:visited {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size:16px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;

}



li {
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
}
