/* ///////////////////////////////////////////////////////////////////////// */
/* // START // RESET - DO NOT TOUCH */
/* 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,
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;
}
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;
}
/* // END // RESET - DO NOT TOUCH */
/* ///////////////////////////////////////////////////////////////////////// */




/* ///////////////////////////////////////////////////////////////////////// */
/* // START // BASIC STYLES */
/* ///////////////////////////////////////////////////////////////////////// */
html {}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #999999;
	/* background-color: #FFF;
	/* background-image: url(img/imagename.jpg); */
	/* background-repeat: none; */
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	}

a	{
	color: #ff0000;
	text-decoration: underline;
	background-color: transparent;
	}
a:link	{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #000000;
	} 
a:visited	{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #000000;
	} 
a:active	{ 
	color: #000000;  
	text-decoration:none;
	background-color: ffffff;
	} 
a:hover		{ 
	color: #00ccff; 
	text-decoration:none; 
	background-color: #00ccff;
	} 
a.navSelected, a.navSelected:link, a.navSelected:visited, a.navSelected:hover {
background-color:#FFFFFF;
color:#00ccff;
text-decoration:none;
}
/* // END // BASIC STYLES */
/* ///////////////////////////////////////////////////////////////////////// */



/* ///////////////////////////////////////////////////////////////////////// */
/* // START // PAGE DIVS */
/* ///////////////////////////////////////////////////////////////////////// */

#masthead {
margin-bottom: 20px;
border-bottom: 1px dashed #999999;
padding-bottom: 10px;
float: left;
width: 922px;
	 }
#masthead a	{
	/* color: #ff6600; */
	text-decoration: underline;
	background-color: transparent;
	}
#masthead a:link	{
	/* color: #ff6600; */
	text-decoration: none;
	background-color: transparent;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #999999;
	} 
#masthead a:visited	{
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #999999;
	} 
#masthead a:active	{ 
	color: #999999;  
	text-decoration:none;
	background-color: transparent;
	} 
#masthead a:hover		{ 
	color: #00ccff; 
	text-decoration:none; 
	background-color: #00ccff;
	} 	 
#masthead a.nothing, a.nothing:link, a.nothing:visited, a.nothing:hover {
background-color:#FFFFFF;
color:#ffffff;
text-decoration:none;
}
#content {
	clear: both;
	}
		
/* ///////////////////////////////////////////////////////////////////////// */

.notes_primary { margin-right: 0px; 
	width: 170px; 
	color: #999999;
	padding-top: 14px;
	}
.notes_secondary { margin-right: 0px; 
	width: 170px; 
	color: #999999;
	padding-top: 14px;
	}
	
	
/* // END // PAGE DIVS */	
/* ///////////////////////////////////////////////////////////////////////// */

		


/* ///////////////////////////////////////////////////////////////////////// */
/* // START // COLUMNS */
/* ///////////////////////////////////////////////////////////////////////// */
.col_one {padding-left: 18px; margin-right: 0px; float: left;
	width: 170px; 
	}
.col_two {padding-left: 18px; margin-right: 0px; float: left;
	width: 340px; 
	}
.col_three {padding-left: 18px; margin-right: 0px; float: left;
	width:510px; 
	}
.col_three img {margin-bottom: 0px;
	}
/* // END // COLUMNS */	
/* ///////////////////////////////////////////////////////////////////////// */

		
		
		
		
		
		
		
		
		
		
		
