/* --------------------------------------------------- layout */

body {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border: 0;
	font-family: "Helvetica Neue", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	background-image: url(images/bg_chiffon1.gif);
}
#body {
	margin: 0 auto;
	text-align: left;
	width: 761px;
}
#fix {
	position: absolute;
	width: 100%;
}
#header {
	width: 760px;
	height: 120px;
}
#total {
	background-color: #000099;
	float: left;
	width: 760px;
}
#nav {
	width: 169px;
	float: left;
	border-left: 1px solid #000099;
	background-color: #ccc;
}
#1 {
	width: 590px;
	float: right;
	background-color: #FF0000;
}
#subnav {
	padding-bottom: 20px;
	width: 508px;
	clear: right;
	height: 20px;
}
#content {
	padding: 0 40px 20px 40px;
	border-right: 1px solid #000099;
	width: 508px;
	border-left: 1px solid #eee;
	float: left;
	background-color: #fff;
}
#footer {
	width: 760px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	float: left;
	background-image: url(images/footer_rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
img {
	border: 0;
}
/* --------------------------------------------------- text */

h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 25px;
	color: #555;
}
h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #444;
	margin: 40px 0 20px 0;
}
h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	font-size: 0.95em;
	margin-top: 20px;
}
h1.red {
	 color:#cc0000;
}
h1.yellow {
	 color:#FFCC00;
}
h1.blue {
	 color:#000099;
}
h1.green {
	 color:#009900;
}
h1.purple {
	 color:#990099;
}
h2.red {
	 color:#cc0000;
}
h2.yellow {
	 color:#FFCC00;
}
h2.blue {
	 color:#000099;
}
h2.green {
	 color:#009900;
}
h2.purple {
	 color:#990099;
}
p, span {
	line-height: 1.4em;
	color: #111;
}
.small {
	font-size: 0.8em;
	color: #444;
}
#footer p {
	display: inline;
	font-size: 12px;
	color: #fff;
}
#nav ul {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	border-top: 1px solid #aaa;
	width: 169px;
}
#nav li {
	display: inline;
}
#subnav ul {
	display: block;
}
#subnav li {
	display: inline;
}
a {
	color: #3c63b4;
	text-decoration: none;
	border-bottom: 1px dotted #3c63b4;
}
a:hover {
	color: #111;
	border-bottom: 1px solid #111;
}
a:active {
	color: #FFCC00;
	border-bottom: 1px solid #ffcc00;
}
#nav a {
	padding: 5px 15px;
	float: left;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #aaa;
	font-size: 0.9em;
	width: 139px;
	font-weight: bold;
}
#nav a:hover {
	background-color: #eee;
}
#nav a.sel {
	background-color: #000099;
	color: #fff;
}
#subnav a {
	float: left;
	padding: 5px 15px;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-bottom: none;
	border-left: 1px solid #ccc;
	color: #555555;
}
#subnav a#subnavend {
	border-right: 1px solid #ccc;
}
#subnav a:hover {
	background-color: #eee;
}
#subnav a:active {
	color: #FFCC00;
}
#subnav a.sel {
	background-color: #eee;
}
#content ul {
	line-height: 1.4em;
}
#content li {
	line-height: 1.4em;
	padding-bottom: 5px;
	color: #222;
}
#content ul.yellow {
	list-style-image: url(images/list.gif);
}
#content ul.red {
	list-style-image: url(images/listred.gif);
}
#content ul.blue {
	list-style-image: url(images/listblue.gif);
}
#content ul.green {
	list-style-image: url(images/listgreen.gif);
}
#content ul.purple {
	list-style-image: url(images/listpurple.gif);
}
#footer a {
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dotted #FFCC00;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#footer a:active {
	color: #FFCC00;
	border-bottom: 1px solid #ffcc00;
}
a.imglink {
	border: 0;
	color: none;
}
.emph {
	color:#FFCC00;
	font-weight: bold;
}
/* ------------------------ tables */
table {
	margin: 25px 0;
	font-size: 0.95em;

}
th {
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	color: #555555;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;

}
td {
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;

}

/* --------------------------------------------------- form */

form {
	font-family: "Helvetica Neue", Arial, Verdana, Helvetica, sans-serif;
	float: left;
	padding-right: 20px;
}
form table {
	font-size: 0.9em;
	line-height: 1.3em;
	border: 0;
}
form td {
	padding: 0 15px 0 0;
	border: 0;
}
input {
	width: 180px;
	height: 20px;
	border: 1px solid #ccc;
	font-family: "Helvetica Neue", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	width: 180px;
	height: 120px;
	border: 1px solid #ccc;
	font-family: "Helvetica Neue", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
.button {
	width: 85px;
	height: 21px;
	background-color:#fff;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #3c63b4;
}


.style1 {color: #CC0000}
