body {
	margin: 0 0 0 0;
	background-color: #fff;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url(../global/nav2.gif);
}

#header {
width: 100%;
height: 88px;
margin: 0;
z-index: 1;
background: #cc9;
}

#menu {
position: absolute;
top: 88px;
width: 100%;
height: 40px;
margin: 0;
background-color: #ccc;
text-align: center;
z-index: 3;
background-image: url(../global/nav1.gif);
background-repeat: repeat-x;
}

#menu ul {
margin-top: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 10px;
}

#menu ul li {
	display: inline;
	font-weight: bold;
}

#menu ul li a {
padding: 12px 8px;
color: #333;
text-decoration: none;
}

#menu ul li a:hover {
background: url(../global/nav2.gif) repeat-x;
color: #eee;
text-decoration: none;
padding: 12px 8px;
}

#main {
position: absolute;
top: 128px;
width: 100%;
background: url(../chrome/grd_1.gif) repeat-x;
}

#container {
width: 94%;
margin: 0 auto;
padding-top: 30px;
}

#subnav {
clear: left;
float: left;
width: 171px;
}

#subnav ul {
list-style: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px 0px 20px;
}	

#subnav li {
text-indent: 10px;
padding: 4px;
margin: 1px;
font-weight: bold;
}

#subnav li a {
height: 16px;
color: #333;
display: block;
border-right: 1px solid #eee;
text-decoration: none;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #999;
}	
	
#subnav li a:hover {
background: #f1f1f1;
color: #990;
border-right: 2px solid #ccc;
text-decoration: none;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 6px solid #990;
}

#content {
margin: 0 20px 10px 200px;
padding: 0 20px;
color: #333;
font-size: 0.95em;
line-height: 1.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-left: 1px dotted #999;
}

#content a {
	color: #369;
	text-decoration: none;
}

#content a:hover {
	color: #900;
	text-decoration: underline;
}

#content p {
	padding-bottom: 7px;
}

#content ul {
color: #567;
list-style-type: none;
line-height: 1.7em;
list-style-image: url(../chrome/blt2.gif);
}

#content blockquote {
	color: #666;
	list-style-type: disc;
	border-left: 2px solid #eee;
	padding-right: 12px;
	padding-left: 40px;
	background-image: url(../global/divider2.png);
	background-repeat: no-repeat;
	font-size: 13px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.small {
	font-size: 11px;
	line-height: normal;
	text-align: center;
}

h1 {
color: #456;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px;
font-size: 18px;
}

h2 {
color: #456;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	background-image: url(../global/divider2.png);
	background-repeat: no-repeat;
	color: #bbb;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 12px;
}

h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

b {
	font-weight: bold;
	color: #789;
}

i {
	font-style: italic;
	color: #333;
}

.center {
	text-align:center;
	display:block;
	color: #036;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../chrome/grd_1.gif) repeat-x;
	border: 1px solid #ccc;
}

.box {
	font-size: 11px;
	line-height: normal;
	padding: 5px;
	border: 1px solid #ccc;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	line-height: normal;
	margin: 30px 30%;
}

.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	background-image: url(../global/divider2.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 40px;
	margin-top: 50px;
	line-height: normal;
	font-weight: bold;
}

.divider2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bbb;
	background-image: url(../global/divider2.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 50px;
	margin-top: 50px;
	font-weight: bold;
	line-height: normal;
}

.c1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333;
background-color: #def;
}

.c3 {
	font-size: 14px;
	background-color: #fff;
}

cite {
	font-style: normal;
	font-size: 11px;
}

#footer {
padding: 30px;
margin-top: 40px;
margin-bottom: 0px;
color: #ddd;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../chrome/f1.gif);
background-repeat: repeat-x;
line-height: 1.6em;
background-color: #999;
list-style: none;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

dfn {
color: #999;
}

