@charset "utf-8";

/* basic layout
------------------------------*/
#main {
	float: left;
	width: 818px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 170px;
	height: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #555555;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #999999;
	border-top-color: #FF6666;
	color: #FFFFFF;
}

#header ul li#nHome a {
	border-left-style: none;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #CC6666;
	border-bottom-color: #666666;
}

#main p.style1 {
font-size:110%;
color:#333333;
font-weight:bold;
}


/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#iso {
	padding-bottom: 10px;
	padding-top:10px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-collapse:collapse;
	border: 1px solid #999999;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
