@charset "UTF-8";
/* CSS Document */

/* Certification Page Left Column */
#left-column {
	width: 225px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
}

#left-column ul {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	padding: 2px;
	margin-left: 5px;
	background-image: url(../slices/side-menu-certification.png);
	background-repeat: no-repeat;
	background-position: top;
}

#left-column li {
	margin-top: 30px;
	margin-left: 10px;
	background-image: url(../slices/arrow2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}

#left-column a {
	text-decoration: none;
	color: #775826;
}

/*Content Right*/

#content-right {
	width: 415px;
	padding: 2px;
	float: left;
	background-color: #ffffff;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

#certification-content {
	margin-top: 5px;
	padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7a96bd;
	font-weight: bold;
}

h4 {
	color:#FFF
}

h5 {
	color: #775826;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #36C;
	font-weight: bold;
	letter-spacing: 0.2em;
}
	