/*-----------------------------------+
 | Site: Not Less Than One            |
 | Part: Master stylesheet           |
 +-----------------------------------*/

/* Resets
=====================================================================*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: yellow;
}

.clear {
	clear: both;
}

span {
	display: none;
}

/* Divs
=====================================================================*/

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-left: 50px;
	
}

#header {
	width: 950px;
	margin-bottom: 17px;
	background: white;
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom:8px;
	border-bottom: 2px dotted  #FF3333;


}

#headertwo {
	width: 950px;
	margin-bottom: 17px;
	background: yellow;
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom:8px;
	border-bottom: 2px dotted  #FF3333;


}

#subheader {
	width: 950px;
	margin-bottom: 22px;
	padding-left: 12px;

}

#footer {
	width: 950px;
	margin-bottom: 10px;
	padding-top: 10px;

}

#gridArea {
	float: left;
	width: 950px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-bottom: 15px;
	background: white;

}

#sidebar {
	float: left;
	width: 950px;
}


/* Tool Tip
=====================================================================*/

#dhtmltooltip{
position: absolute;
font-family: Courier;
font-size: 10px;
line-height: 13px;
color: black;
left: -300px;
width: 200px;
//border: 0px dotted #FF3300;
padding: 5px;
background-color: red;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -100px;
z-index: 1;
visibility: hidden;
}


/* Grid
=====================================================================*/

.twoCol, .fourCol, .sixCol {
  margin-right: 12px;
  margin-top: 12px;
  float: left;
}

.twoCol {
  width: 90px;
}

.fourCol {
  width: 303px;
}

.sixCol {
  width: 463px;
}

/* Type/links
=====================================================================*/

h1 {
	font-size: 8em;
	font-weight: bold;
	font-family: Helvetica;
	line-height: 1em;
	color: #FF3333;
	
}


h2 {
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: helvetica, arial, sans-serif;
	color: black;
	border-top: 1px dotted;
	padding-top: 1em;
}

h2.link a {
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: helvetica, arial, sans-serif;
	color: black;
	padding-top: 1em;
}
	
h2.link a:hover {
	text-decoration: underline;
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: helvetica, arial, sans-serif;
	color: black;
	padding-top: 1em;
}

h3 {
	font-size: .8em;
	line-height: 1.3em;
	font-family: helvetica, arial, sans-serif;
	color: black;
	text-align: right;
}

h3 a{
	font-family: helvetica, arial, sans-serif;
	color: black;
	text-align: right;
	border-bottom: dotted 1px;
	text-decoration: none;
}

h3 a:hover{
	font-family: helvetica, arial, sans-serif;
	color: black;
	text-align: right;
	border-bottom: dotted 1px;
	background: white;
	text-decoration: none;

}

h3 a:visited{
	font-family: helvetica, arial, sans-serif;
	color: black;
	text-align: right;
	border-bottom: dotted 1px;
	text-decoration: none;

}

h4 {
	font-size: 1.7em;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: red;
	text-decoration: none;
}

h4 a{
	color: red;
	border-bottom: dotted 1px;
	text-decoration: none;

}

h4 a:hover{
	color: red;
	border-bottom: dotted 1px;
	text-decoration: none;
	background: white;



}

h4 a:visited{
	color: red;
	border-bottom: dotted 1px;
	text-decoration: none;

}


h4.number {
	font-size: .9em;
	line-height: 2em;
	font-family: courier;
	margin-bottom: 0px;
	color: grey;
}
