/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}


/* MAIN PAGE */
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #b7181d;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b7181d;
	font-weight: bold;
}
#nav {
	width:764px;
	background-color:#FF0000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;

}
#nav a:hover {
	color: #FFFFCC;

}

#subNav {
}
#subNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}
#subNav a:hover {
	color: #000000;

}
#content {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
#content p{
	padding-bottom: 10px;
}
#content ul{
	list-style-type: disc;
	padding-left: 40px;
	padding-bottom:10px;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b7181d;
	font-weight: bold;
}
.subTitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b7181d;
	font-weight: bold;
	text-decoration: none;
}
.subTitle a:hover{
	font-size: 16px;
	color: #000000;
}
.subTitleNote a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
.subTitleNote a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 20px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#bottomBox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f3f3f3;
}
/* IE PNG FIX */
img, div, td { behavior: url(iepngfix.htc) }
