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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#3f3f3f;
	line-height:140%;
}

#doc {
	margin:auto;
	width:760px;
}

p,h1,h2,h3,h4,h5,ul,ol {
	padding:0;
	margin:0;
}

img {
	border:0;
}

a {
	color:#67a54b;
}

a:hover {
	color:#666666;
}

h1 {
	font-size:140%;
	padding:0 0 20px 0;
}

h2 {
	font-size:110%;
	padding:0 0 5px 0;
}

h3 {
	font-size:100%;
	padding:0 0 5px 0;
}

p {
	padding:0 0 10px 0;
}

ul {
	padding:0 0 10px 15px;
}

ol {
	padding:0 0 10px 15px;
}

table {
	margin:0 0 10px 0;
	width:100%;
}

th {
	background:#67a54b;
	color:#FFFFFF;
	padding:4px;
}

td {
	vertical-align:text-top;
	padding:4px;
}

tr {
	background-color:#efefef;
}

.hidden {
	display:none;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.imgRight {
	float:right;
	padding:0 0 10px 10px;
}

.imgLeft {
	float:left;
	padding:0 10px 10px 0;
}

.textcenter {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.boldLarge {
	font-size:140%;
	font-weight:bold;
}

.clear {
	clear:both;
}

.padding0 {
	padding:0;
	clear:both;
}

.ptop40 {
	padding:40px 0 0 0;
}

#header {
	height:121px;
	background:#67a54b url(../images/interface/top_strip.gif) bottom repeat-x;
}

#header h5 {
	float:left;
	padding:30px 0 0 18px;
}

#header #quality_logo {
	float:left;
	padding:7px 0 0 21px;
}

#header #visual {
	height:97px;
}

#header #top_menu {
	height:24px;
}

#header #top_menu .tran {
	padding-left:456px;
	float:left;
}

#header #top_menu li {
	float:left;
	padding:5px 10px 0 10px;
}

#header #top_menu ul {
	width:250px;
	padding:0;
	margin:0px;
	float:left;
	height:24px;
	background:#67a54b;
	list-style:none;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#leftNav {
	width:150px;
	float:left;
	clear:both;
	background:#f7f7f7 url(../images/interface/leftNav_bg.gif) bottom repeat-x;
	margin-bottom:10px;
}

#leftNav ul {
	list-style-type:none;
	padding:10px 10px 30px 10px;
	
	width:130px;
}

#leftNav li {
	padding:0 0 10px 0;
	font-size:110%;
}

#leftNav a {
	text-decoration:none;
}

#mainContent {
	width:570px;
	float:left;
	padding:20px;
	clear:none;
}

#mainContent.narrow {
	width:420px;
	text-align:center;
}

#importantNews {
	border:1px #CC0000 solid;
}

#importantNews h2 {
	background:#CC0000;
	color:#FFFFFF;
	padding:5px;
}

#importantNews p {
	padding:10px;
	text-align:left;
}

#rightNav {
	width:150px;
	float:left;
	background:#f7f7f7;
	text-align:center;
	padding-top:10px;
	clear:none;
	margin-bottom:20px;
}

#rightNav h3 {
	background:#e3e3e3;
	padding:5px;
	font-size:100%;
	font-weight:normal;
}

#rightNav p {
	padding:5px 10px 10px 10px;
	color:#67a54b;
}



#footer {
	clear:both;
	border-top:2px #e3e3e3 solid;
}

#footer a {
	color:#666666;
}

#footer p {
	clear:both;
	color:#999999;
	text-align:center;
	font-size:80%;
}

#footer ul {
	float:right;
}

#footer li {
	float:left;
	list-style:none;
	padding:5px 5px 5px 5px;
}