/* << ----------------// General Styles //------------ */
/* CSS Reset created by Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, tagline{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/*<<-----end reset-->*/


body {
	margin:10px;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:30px;
	background-image: url(../i/bg_lines2.jpg);
	background-repeat: repeat-x;
	color: #000033;
}

p {
	margin:4px 0 6px 0;
	line-height: 20px;
	color: #666666;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
	font-size:18px;
	font-family: Helvetica, sans-serif, Arial;
}

h2 {
	font-size:13px;
	color: #000033;
	line-height: 30px;
	background-image: url(../i/bullet.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 13px;
	padding-left: 20px;
	list-style-image: url(../i/bullet.jpg);
	list-style-type: none;
}

h3 {
	font-size:16px;
	color: #999999;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
}

h4 {
	font-size:12px;
	font-weight: bold;
	color: #333333;
	text-indent: -10px;
}

ul {
	text-indent: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
}


/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:792px;
	border:0px none #000000;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	width:792px;
	height:130px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */

li {
	margin:4px 0 6px;
	line-height: 20px;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	page-break-before: left;
}

.text {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:30px;
	color: #000000;
}
