html {
	text-align: center;
	font: 11px/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fff;
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

a:link, a:visited {
	background-color: inherit;
	color: #81A8C9;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #81A8C9;
	text-decoration: none;
}

a:hover{
	background-color: inherit;
	color: #369;
	text-decoration: underline;
}


a:link.imglink, a:visited.imglink, a:hover.imglink, a:active.imglink {
	text-decoration: none;
	border: none;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 794px;
	height: 44px;
	background: #000 url(http://www.varivane.com/images/nav_bg.gif) repeat-x;
	color: inherit;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 13px 30px 14px 30px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #c9f381;
}

ul#nav li#navfirst a:active {
	background-color: inherit;
	color: #c9f381;
}

ul#subnav {
	margin: 0;
	padding: 0 0 0 30px;
	width: 770px;
	height: 31px;
	background: #000 url(http://www.varivane.com/images/subnav_bg.gif) repeat-x;
	background-color: #fff;
}

ul#subnav li {
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#subnav li a {
	text-decoration: none;
	padding: 7px 7px 7px 9px;
	background: transparent url(http://www.varivane.com/images/subnav_sep.gif) no-repeat left;
}

ul#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

ul#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #19407f;
	text-decoration: underline;
}

ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
	color: #303030;
}

ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	color: 19407f;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

ul#cbSide {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0;
	padding: 3px;
}

ul#cbSide li a:link {
	color: #369;
	line-height: 200%;
	text-decoration: none;
	display: block;
	width: 154px;
	border-bottom: 1px solid #EDEAEB;
	background: #FFF;
}

ul#cbSide li a:active {
	color: #369;
	line-height: 200%;
	text-decoration: none;
	display: block;
	width: 154px;
	border-bottom: 1px solid #EDEAEB;
	background: #FFF url(http://www.varivane.com/images/ticks.gif) no-repeat;
}

ul#cbSide li a:hover {
	color: #990000;
	line-height: 200%;
	display: block;
	width: 154px;
	border-bottom: 1px solid #EDEAEB;
	background: #FFF url(http://www.varivane.com/images/ticks.gif) no-repeat 0px 4px;
	text-decoration: none;
}

ul#cbSide li a:visited {
	color: #81A8C9;
	text-decoration: none;
	line-height: 200%;
	display: block;
	width: 154px;
	border-bottom: 1px solid #EDEAEB;
	background: #FFF url(http://www.varivane.com/images/ticks_on.gif) no-repeat 0px 4px;
}

div#banner {
	margin: 0;
}

div#colone, div#coltwo, div#colthree, div#colfour {
	width: 180px;
	float: left;
	margin: 0em 0em 35px 14px;
}

div#colone h2, div#coltwo h2, div#colthree h2, div#colfour h2 {
	font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 25px 0 0 0;
	padding: 0 0 0 25px;
}

div#colleft {
	width: 180px;
	float: left;
	margin: 0em 0em 35px 10px;
}

div#colleft h2 {
	font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 10px 0 0 0;
	padding: 0 0 6px 4px;
}

h2 span {
	background-color: inherit;
	color: #81A8C9;
}

div#colone h2 {
	background: #fff url(http://www.varivane.com/images/sm_redarrow.gif) left no-repeat;
	color: inherit;
}

div#coltwo h2 {
	background: #fff url(http://www.varivane.com/images/sm_redarrow.gif) left no-repeat;
	color: inherit;
}

div#colthree h2 {
	background: #fff url(http://www.varivane.com/images/sm_redarrow.gif) left no-repeat;
	color: inherit;
}

div#colfour h2 {
	background: #fff url(http://www.varivane.com/images/sm_redarrow.gif) left no-repeat;
	color: inherit;
}

#content {
	width: 560px;
	float: right;
	padding-top: 2em;
	padding-bottom: 2em;
}

#onecolcontent {
	width: 800px;
	float: left;
	padding-top: 2em;
	padding-bottom: 2em;
	background-image: url(http://www.varivane.com/images/bodyleft_bg.jpg);
	background-repeat: no-repeat;
}

#bodyleft {
	width: 220px;
	float: left;
	padding-top: 1.5em;
	background-image: url(http://www.varivane.com/images/bodyleft_bg.jpg);
	background-repeat: no-repeat;
}

div.floatleft {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}

div.floatright {
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 2px;
}

div.featureimg {
	padding: 12px 0 0 12px;
	width: 178px;
	height: 82px;
	background: #fff url(http://www.varivane.com/images/feature_bg.gif) no-repeat;
	color: inherit;
}

ul.featurelist {
	margin: 0 0 0 14px;
	padding: 0;
}

ul.featurelist li {
	margin: 0;
	padding: 3px 0 3px 16px;
	list-style-type: none;
	background: #fff url(http://www.varivane.com/images/blue_arrow.gif) left no-repeat;
	color: #369;
}

h2.heading {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 0px;
	padding: 0 0 1px 0px;
	border-bottom: 1px solid #ddd;
	color: inherit;
	clear: both;
}

h2.news {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: 81A8C9;
	margin: 0px;
	padding: 0 0 1px 0px;
	border-bottom: 1px solid #ddd;
	clear: both;
}

h2.news a {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: inherit;
	color: #81A8C9;
	margin: 0px;
	padding: 0 0 1px 0px;
	clear: both;
	text-decoration: none;
}

h2.news a:hover {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #369;
	margin: 0px;
	padding: 0 0 1px 0px;
	clear: both;
	text-decoration: none;
}

h2.article {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: inherit;
	color: #4b4b4b;
	margin: 0px;
	padding: 10px 0 1px 0px;
	border-bottom: 1px solid #ddd;
	color: inherit;
	clear: both;
}

h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
	color: #81A8C9;
}

h3.caption {
	font-size: 11px;
	color: #32506a;
	font-weight: normal;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

p.date {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 4px 0 0 0;
	color: silver;
}

p.caption {
	font-size: 11px;
	color: #4b4b4b;
	margin: 1.2em 0em 0px 4px;
}

.floatleft {
	float: left;
	margin: 2px 10px 10px 0px;
	padding: 2px;
}

div#foot {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	color: #4b4b4b;
	text-align: center;
	background-image: url(http://www.varivane.com/images/footer_bg.jpg);
	background-repeat: no-repeat;
}

div#foot p {
	font-size: 10px;
	padding: 1.4em 0px 6px 0px;
	color: #81A8C9;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #4b4b4b;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #369;
}

img {  
border-style: none;
}

p.img {
text-decoration: none; 
border-style: none;
}
