body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background: #fff url('../images/body-bg.gif') repeat-x;
}
a:link, a:active {
	color: #036484;
}

a:hover, a:visited{color:#036484;}
form {
	margin: 0;
	padding: 0;
}
#page {
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
}
#header {
	overflow: hidden;
	height: 104px;
	position: relative;
}
#header .logo {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 316px;
}
#header .logo a {
	display: block;
	text-indent: -9999px;
	width: 310px;
	height: 50px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
.header-text {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 18px;
	font-style: italic;
}
.nav {
	position: absolute;
	right: 0px;
	top: 70px;
	background: url(../images/nav-bg.gif) repeat-x;
}
.nav-box {
	float: left;
	background: url(../images/nav-left-corner.gif) no-repeat;
}
.nav ul {
	float: left;
	margin: 0;
	padding:0;
	list-style: none;
	background: url(../images/nav-right-corner.gif) no-repeat 100% 0;
	overflow: hidden;
}
.nav ul li {
	float: left;
	background: url(../images/nav-li-bg.gif) no-repeat;
	text-align: center;
	margin-left: -2px;
	padding-right: 2px;
}
.nav ul li a, .nav ul li a:visited {
	float: left;
	height: 23px;
	padding: 11px 15px 0;
	margin-left: 2px;
	color: #fff;
	text-decoration: none;
}

.nav ul li a:hover,
.nav ul li a.active {
	height: 20px;
	border-bottom: 3px solid #5fd85f;
}

#content {
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}
.cont-box {
	overflow: hidden;
	width: 100%;
}
.cont-img {
	float: left;
	width: 344px;
	height: 268px;
	padding: 28px 0 0 32px;
	background: url(../images/cont-img-border.png) no-repeat;
	margin-top: 15px;
}
.cont-img img {
	display: block;
}
.cosmetic {
	float: right;
	width: 495px;
}
.cosmetic h1 {
	margin: 25px 0 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.cosm-divider {
	overflow: hidden;
	width: 522px;
	margin-left: -27px;
}
.cosmetic-menu {
	float: left;
	width: 221px;
	margin: 3px 0 0 27px;
	padding: 0;
	list-style: none;
	display: inline;
}
.cosmetic-menu li {
	float: left;
	width: 195px;
	background: url(../images/cosmetic-menu-bg.gif) no-repeat 0 2px;
	padding-left: 26px;
	font-weight: bold;
	margin-top: 16px;
}
.cosmetic-menu li a, .cosmetic-menu li a:visited {
	color: #fff;
	text-decoration: none;
}
.cosmetic-menu li a:hover {
	text-decoration: underline;
}
.cont-divider {
	overflow: hidden;
	width: 100%;
	margin-top: 39px;
}
#sidebar {
	float: left;
	width: 205px;
}
#sidebar h3 {
	margin: 0;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #036484;
}
.prof {
	margin-top: 14px;
	background: url(../images/prof-box-top-green.gif) no-repeat;
	padding-top: 8px;
}
.box {
	margin-top: 15px;
}
.prof-box {
	overflow: hidden;
	width: 176px;
	padding: 25px 9px 0 20px;
	background-color: #5FD85F;
	background-image: url(../images/prof-box-bg1-green.gif);
	background-repeat: no-repeat;
	background-position: 6px 0;
}
.prof-box div {
	background: url(../images/prof-box-bg2-green.gif) no-repeat 100% 100%;
	padding-bottom: 26px;
}
.prof-box p {
	margin: 0;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
}
.prof-bottom {
	overflow: hidden;
	width: 205px;
	height: 42px;
	background: url(../images/prof-box-bottom-green.gif) no-repeat;
}
#main {
	float: right;
	width: 653px;
	margin-top: -3px;
}
#main h2 {
	margin: 0 0 -1px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #036484;
}
#main p {
	margin: 15px 0 0;
	line-height: 20px;
	text-align: justify;
}
#footer {
	overflow: hidden;
	width: 880px;
	list-style: none;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #eee;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#footer .first {
	background: none;
}
#footer li {
	display: inline;
	font-size: 12px;
	background: url(../images/foot-menu-bg.gif) no-repeat 0 2px;
	padding-left: 7px;
}
#footer li a {
	color: #000;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
.bold-text{
	
	font-weight: bolder;
}
