img {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #EEE;
    font: 12px vernada, arial, hevetica, sans-serif;
	background-image: url(/design/images/background.jpg);
	background-repeat: repeat-x; 
}
#main {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto; 
}
#maincontent {
	background-color: #F6F6F0;
	border-color: #989890;
	border-style: solid;
	border-width: 0 1px 0 1px;
	clear: both;
}

.roundcorner {
	margin: 0;
	padding: 0;
	width: 11px;
	height: 11px;
	border: none;
	font-size: 1px;
	overflow: hidden;
}

.topleft {
	margin-right: -3px;
	float: left;
	background-image: url(/design/images/corner_ul.gif);
	background-repeat: no-repeat;
}
.topright {
	margin-left: -3px;
	float: right;
	background-image: url(/design/images/corner_ur.gif);
	background-repeat: no-repeat;
	
}
.botleft {
	margin-right: -3px;
	float: left;
	background-image: url(/design/images/corner_ll.gif);
	background-repeat: no-repeat;
}
.botright {
	margin-left: -3px;
	float: right;
	background-image: url(/design/images/corner_lr.gif);
	background-repeat: no-repeat;
}
/* */	

.roundcenter {
	height: 10px;
	display: block;
	background-color: #F6F6F0;
	font-size: 1px;
	overflow: hidden;
}

.topmid {
	border-color: #989890;
	border-style: solid;
	border-width: 1px 0 0 0;
}

.botmid {
	border-color: #989890;
	border-style: solid;
	border-width: 0 0 1px 0;		
}

#boxcontainer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.box {
	width: 138px;
	border: 0;
	float: left;
	margin-left: 70px;
	

}

.box .top {
	margin-bottom: -3px;

}
.box .mid {
	border-color: #989890;
	border-style: solid;
	border-width: 0 1px 0 1px;
	height: 100px;
	padding: 3px;
	background-color: white;
	font-size: 8pt;
/*	text-align: center;*/
}
.box .bottom {
	background-image: url(/design/images/boxbot.gif);
	background-repeat: no-repeat;
	height: 9px;
}

.breadcrumb{
	text-transform: capitalize;
/*	border-bottom: 1px dashed;*/
}

#navbar {
	width: 100%;
	height: 25px;
	background-color: #DFD8C6;
	margin-bottom: 5px;
}
/*
#navbar ul {
	list-style-type: none;
	padding: 3px 10px 0 0;
	margin: 0;
}
*/
#navbar ul li {
	float: right;
	/* padding: 0;
	margin: 0;
	margin-left: 1px; */
}
/*
#navbar ul li a {
	display: block;
	padding: 0 6px 0 0;
}
#navbar ul li a img {
	border: 0;
	margin: 0; padding: 0;
}
*/        

#topright {
	float: right;
	margin-top: 35px;
	margin-right: 10px;
	font-family: Trebuchet MS;
	color: #565656;
	font-weight: bold;

}

#topright a {
	color: #565656;
}



#leftnav {
	width: 200px;
	float: left;
	padding: 5px;
	padding-left: 10px;
	border-style: dotted;
	border-width: 0 1px 0 0;
	
}
#content {
	margin-left: 220px;
	padding: 5px;
	
}
h1, h2, h3, h4 {
	font-family: Trebuchet MS, Times;
	color: #006773;
	padding: 1px;
	margin: 0;
	display: inline;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 125%;
}

#leftnav ul {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	color: #565656;
	list-style-image: url(/design/images/bullet_arrow.gif);
	margin-top: 0px;
	margin-bottom: 0px;

}



#leftnav ul li a {
	color: #565656;     
	font-size: 8pt;  
}

#leftnav hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 90%;
}
	

#content .footer {
	clear: both;
	color: #999;
	text-align: center;
	
}

.navlink {
	font-family: Georgia, Times New Roman;
	font-size: 90%;
	color: #006773;
	font-weight: bold;
	display: block;
	margin: 5px;

}

.navlink div {
	width: 25px;
	height: 25px;
	margin-right: 2px;
	text-align: center;
	display: block;
	float: left;
}
	

.navlink img {
	border: 0;
	vertical-align: middle;
}

.imagefloat
{
    padding: 2px;
    border: 1px solid #9FA41D;
    margin: 0 0 10px 10px;
}

.imagepeople
{
    padding: 2px;
    border: 1px solid #9FA41D;
    margin: 10px 10px 10px 10px;
    float: left; 
}
.peopleName
{
  color: #5B5E0E;
  font: 100% georgia, times, "times new roman", serif;
  font-weight: bold;
  margin-top: 0;  
}

#contact_number{
	margin-top: -40px;
	text-align: right;
}