body {
	background-color: #CCCCCC;
	text-align: center;
	min-width: 800px;
}

body, td, th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

h1, h2, h4 {
	color: #00B2FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

h3, h5, h6 {
	color: #86A3CD;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00B2FA;
	text-decoration: none;
}
a:visited {
 	color: #666666;
	text-decoration: underline; 
}
a:active {
	color: #666666;
	text-decoration: none;	
}
a:hover {
	color: #FF0080;
	text-decoration: none;
}

.pmargin {margin: 0 10px 0 0px}
.margin {margin: 0 10px 0 10px}
.hmargin {margin: 0 10px 0 10px}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #CC0000;
	font-style: italic;
}
.tabbedCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.quote {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #000066;
}

#navlist li
{
	Position: relative;
	left: 140px;
	top: 78px;
	display: inline;
	list-style-type: none;
	padding-right: 41px;
}

#navlist  {
	margin:0;
	padding:0;
}

#navlist1 li
{
	Position: relative;
	left: 0;
	top: 2px;
	list-style-position: inside;
	list-style-image: url(images/lil-cross.jpg);
}
#navlist1  {
	margin:0;
	padding: 0;
}

#content {
	background: #ffffff url(images/tvp-comp_02.jpg) repeat-y;
	text-align: left;
	width: 700px;
	margin:auto;
	margin-top: 25px;
	border: 2px solid #000000;
}

#header {
	Position: relative;
	background: #FFFFFF url(images/tvp-comp_01.jpg) no-repeat left top;
	height:121px;
	width:700px;
	border: none;
}

#rightside {
	display:inline;
	width:170px;
	height:auto;
	margin-right: 5px;
	background-color: #ffffff;
	float:right;
}
#r-images {
	width: 85px;
	height: 88px;
	float: right;
}

#main {
	float:right;
	width:410px;
	height:100%;
	background-color: #ffffff;
}

#leftnav {
	Position: relative;
	width:105px;
	height:100px;
	float:left;
}

#footer {
   	text-align: center;
	width: 700px;
	background: #cccccc; 
	height: 20px;
	clear: both;
}



