/* this is the body style */
body { 
	margin:5px 0; 
	padding:0; 
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #585858;
	background : #f0f0f0;
}
/* style for content */

.content { 
	color: #505050; 
	margin: 0 auto; 
	width: 791px; 
	background: #fff url(images/bg.jpg) repeat-y center; 
}
/* this is the style for the top navigation */

a.nav:link, .nav, .navon {
	text-decoration:none;
	font: normal 12px arial, helvetica, sans-serif;
	color: #fff;
}
.navon {
	font: bold 12px arial, helvetica, sans-serif;
}
.nav:hover {
	font: normal 12px arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}

/* this is the style for all links that are in body of the page */

a.aaa:link, a.ccc:hover, a.aaa:visited {
	color: #ac7a6d;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}


/* this is the style for the left navigation */

a.ccc:link, a.ccc:hover {
	color: #578282;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.ccc:visited {
	font: normal 11p/14px verdana, arial, helvetica, sans-serif;
	color: #79a6a6;
	text-decoration: none;
}
.leftnavon {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #478788;
}
a.leftnavon:link, a.leftnavon:hover, a.leftnavon:visited {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #478788;
	text-decoration:none;
}
.leftmenu { 
	background: #fff url(images/leftbg.jpg) repeat-x; 
	width: 174px; 
	float: left; 
}

/* staff name styles */

a.names:link, a.names:hover  {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #578282;
	text-decoration:underline;
}
a.names:visited {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #79a6a6;
	text-decoration:underline;
}


/* main title style */

.titlepink {
	font: bold 12px georgia, "times new roman", times, serif;
	color: #ac7a6d;
}


h5 {
	font: bold 14px georgia, "times new roman", times, serif;
	color: #ac7a6d;
}


/* style for drop shadow and page background */

#toph { 
	background: #f0f0f0 url(images/top.jpg) no-repeat center top; 
	height: 14px;
}
.center { 
	background: #fff;  
	width: 550px !important; 
	width: 535px;  
	float: right; 
	margin: 15px; 
}


/* this is the image style */

table, img {
	border: 0
}
.img { 
	background: #fff;  
	padding: 1px; 
	margin: 5px 8px 5px 5; 
	color: #333; 
	border: 1px solid #e0e0e0; 
}

/* footer styles */

.footer {
	font: 10.5px verdana, arial, helvetica, sans-serif;
	color: #578282;
}
a.footer:link, a.footer:hover, a.footer:visited {
	font: 10.5px verdana, arial, helvetica, sans-serif;
	color: #578282;
}
#footer { 
	background: #fff url(images/footer.jpg) no-repeat; 
	color: #a0a0a0; 
	height: 43px; text-align: 
	center; font-size: 90%; 
	clear: both; 
}
a {
	text-decoration: none;
}

