body {
	margin: 0px auto;
	padding: 0px;
	font: 62.5% arial, sans-serif;
	background: #ffffff url(images/bg_main.jpg) top center repeat-y;
	color: #000;
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #000;
}

h1 {
	color: #000;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	color: #000;
	font-size: 1.4em;
	line-height: 16pt;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #000 ;
	font-size: 1.2em;
	line-height: 16pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

a{
	color:  #7f7f7f;
	text-decoration: underline; 
}

a:hover{
	color:  #7f7f7f;
	text-decoration: underline; 
}

ol {
	margin-top: 0;
	padding-top: 0;
}

ul {
	margin-top: 0;
	padding-top: 0;
}

li {
	font-size: 1.2em;
}

li li {
 font-size: 1.0em;
}

/*#subMenu li {
	list-style-image: url(images/bullet_triangle.jpg);
	margin: 0;
	padding: 0;
}*/

img {
	border: 0;
	display: block;
}


.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}

.topBorder td {
	border-top: 1px solid #cccccc;
}

.sideBorders {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#container {
	width: 760px;
	margin: 0px auto;
}

#header {
	display: none;
	background: url(images/bg_header.jpg) top center; 
	width: 760px; 
	height: 259px;
}

#subHeader {
	display: none;
	background: url(images/bg_sub_header_graphic.jpg) top center; 
	width: 760px; 
	height: 67px;
}

#nav_top {
	display: none;
	background: url(images/bg_nav_top.jpg) top center; 
	width: 188px; 
	height: 133px;
}

#nav_bottom {
	display: none;
	background: url(images/bg_nav_bottom.jpg) top center; 
	width: 188px; 
	height: 167px;
}

#footer {
	display: none;
	margin-left: 32px; 
	border-top: solid 1px #7f7f7f; 
	padding-top: 5px;
	font-size: 0.8em;
}
