@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body {
	line-height: 1.7;
	background-color: #dddddd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 20px 0; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
img.alignbottom {
	vertical-align: bottom; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

#wrap {
	width: 750px;
	margin: 0 auto;
	text-align: left; }

#header {
	width: 750px;
	float: left;
	display: inline;
	margin-top: 40px; }

#main {
	width: 750px;
	float: left;
	display: inline;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-y; }
#main .pad {
	float: left;
	width: 648px;
	margin: 20px 51px;
	display: inline; }

#main .box {
	float: left;
	width: 346x;
	border: 1px solid #dddddd; }
#main .box .box-title {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	font-size: 12px;
	font-weight: bold; }
#main .box .inside {
	padding: 5px; }

#main .box ol {
	width: 316px;
	list-style-type: decimal;
	list-style-position: inside;
	text-align: left; }
#main .box ol li {
	margin-bottom: 5px; }
#main ul {
	margin: 10px 0; }	
#main ul li {
	margin: 5px 20px 5px 35px;
	list-style: disc;
	list-style-position: outside; }
#main ul li ul li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside; }

#main ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 0 10px 0; }
#main ol li {
	margin: 5px 20px 5px 35px; }

a {
	color: #0000cc;
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
a.pdf {
	background-image: url(images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px; }
a.word {
	background-image: url(images/docicon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px; }

p {
	margin: 10px; }
p.intro {
	font-size: 14px; }

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #cc0000;
	font-family: "Times New Roman", Times, serif;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #cccccc; }
h2 {
	margin: 10px 0 5px 0;
	padding: 5px 10px;
	background-color: #cc0000;
	color: #ffffff; }

.updated {
	font-size: 10px;
	color: #555555;
	text-transform: uppercase; }

#footer {
	clear: both;
	margin-bottom: 20px; }
#footer #footer-wrap {
	width: 750px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;}
#footer #footer-wrap #inside {
	width: 648px;
	margin: 0 51px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
	color: #999999; }