﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AD6D6D; /*dk mauve*/;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	
	background-color: ##669999;
	
}

/*====================== styles for main content area =========================*/
#content {
	margin-left: 430px;
	background-color:#000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	

}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

#content3 {
	background-color:#000000;
	text-align: center;
	background-image:url(images/white_line.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
	margin-top: 20px;
	padding-top: 7px;
}

#content4 {
	background-color:#000000;
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
}


/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	color: #000;
		float: left;
	background-color: #82c0c0;
	width: 430px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

#leftnav2 {
	color: #000;
	background-color: #669999;
	width: 430px;
}
#leftnav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav2 li {
	list-style: none;
	padding: 2px 0;
}
#leftnav2 ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav2 ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

/*============== Styles for footer ===================*/
#content2 {
	background-color: #4faeae;
	text-align: center;
	vertical-align:top;
	background-image: url(images/line.gif);
	background-repeat:repeat-x;
	padding-top: 7px;
	color:#FFFFFF;
}
#content2 p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding-top: 7px;
	color:#FFFFFF;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 34px;
}

.smtxt {
	font-size:small;
}


