body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background: #a5a3a7;
	color: black;
	font-size: 13px;
	padding: 0px 0 40px;
}

a {
	color: #8b8b8b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 0px #666666;
	font-weight: normal;
	text-align: center;
}

p {
	word-wrap: normal;
	overflow: hidden;
	padding: 10px 0;
	text-align: justify;
}

ol {
	padding: 0px;
	margin: 0px;
}

.home_body {
	padding-top: 92px;
	height: 315px;
	background: url(../img/QALayout_05.jpg) no-repeat;
}

.page_body {
	padding-left: 0px;
	padding-bottom: 90px;
	padding-right: 0px;
	padding-top: 90px;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../img/QALayout_03.png);
}

.container_12 {
	background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.horizontal_line {
	height: 2px;
	background-image: url(../img/QALayout_09.png);
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:visited {
	color: #8b8b8b;
	text-decoration: none;	
}

#nav a.current_page {
	color: black;
}

#nav ul {
}

#nav li {
	padding-left: 30px;
	padding-right: 48px;
	padding-bottom: 4px;
	list-style: none;
	float:left;
}

