@charset "UTF-8";
/* CSS Document */

/***********************************************************/
/* css reset */
/***********************************************************/

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;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: disc url(../none) outside;
	padding-left: 22px;
}
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;

}

/***********************************************************/
/* body styles */
/***********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
}

body p {
	padding-bottom: 6px;	
}

/***********************************************************/
/* main div & header styles */
/***********************************************************/

#wrapper {
	margin: 0 auto 0 0px;
	width: 800px;
	height: auto;
}

#header {
	width: 800px;
	float: left;
	background: url(../img/resources_banner.jpg) no-repeat left top;
	height: 96px;
	border-right: 1px solid #3589CA;
	border-bottom: 1px solid #3589CA;
	border-left: 1px solid #3589CA;
	margin-bottom: 10px;
}

#headerResources {
	width: 800px;
	float: left;
	background: url(../img/resources-header.png) no-repeat left top;
	height: 84px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 10px;
}

#toplinks {
	padding-left: 10px;
	margin-bottom: 8px;
}

#maincontent {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#ccontroller {
	background: url(../help/help-controller.png) no-repeat center center;
	height: 135px;
	width: 700px;
	border: 1px solid #9BA4B3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tbd {
	color: #F00;	
}

/***********************************************************/
/* H tag code */
/***********************************************************/

h1 {
	font: normal 160% "Times New Roman", Times, serif;
	color: #47537C;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	letter-spacing: 0.03em;
}

h2 {
	font: bold normal 130% "Times New Roman", Times, serif;
	color: #47537C;
	padding-bottom: 2px;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}

/***********************************************************/
/* link code */
/***********************************************************/

a.help:link {
	color : #47537D;
	text-decoration : underline;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}
a.help:hover {
	color : #990000;
	text-decoration : underline;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}

a.help:visited {
	color : #47537D;
	text-decoration : underline;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}

a.help:active {
	color : #990000;
	text-decoration : underline;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}

.totop {
	color : #333C59;
	font-size : 90%;
	text-decoration : underline;
}
