body, p, div, td {
	margin: 0px;
	padding: 0px;
   
	font-family: Verdana, Helvetica, sans-serif;
}
	
body {
	width: 100%;
}

a {
	color: #665;
	text-decoration: none;
}

a.more {
	color: #665;
	text-decoration: underline;
}

a:hover {
	color: #905;
}

a.leftnav {
	color: #79A;
	text-decoration: none;
}

a.leftnav:hover {
	color: #905;
}

a.copyrightlink {
	color: #689;
	text-decoration: none;
}

a.copyrightlink:hover {
	color: #905;
}

td#headerleft {
	width: 215px;
}

td#headerright {
	width: 495px;
}

td#bodyleft {
	width: 215px;
	background-image: url(../images/frame_border.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
}
td#bodyright {
	width: 495px;
	background-image: url(../images/frame_border.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFF;
}
td#body1 {
	width: 709px;
	background-image: url(../images/frame_border.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
}
td#body2 {
	width: 1px;
	background-image: url(../images/frame_border.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFF;
}	
td#footerleft {
	width: 215px;
}

td#footerright {
	width: 495px;
	background-image: url(../images/footer_bot_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
	font-weight: bold;
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
}

.copyright {
	font-size: 9px;
	color: #997;
	padding-top: 10px;
	text-align: center;
}

div#leftnavcontainer {
	width: 165px;
	margin-left: 29px;
	padding-top: 4px;
}

div#contentcontainer {
	margin-top: 4px;
	width: 465px;
}

p.default {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 16px;
	list-style: outside;
}


p.default2 {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}


p.underline {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 16px;
	list-style: outside;
	text-decoration: underline;
}

p.leftnavitem {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 6px;
}
