/* CSS Document */
/* universal style sheet ustylesheet */

/* for absolutely everything */
* {
	margin:0;
	padding:0;
	font-family : Verdana, Geneva, Arial, helvetica, sans-serif;
}


/* for all bodies*/
body{
	background-image: url(images/nontemp/repeaty.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0px;
	background-color: #FCFCF7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* for all paragraphs (text) */
p{
	font-family : Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 18px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #000000;
	padding: 0px;
	margin-top: 4px;

}

p.noIndent{
text-indent: 0px;
}

/* for the content box on each page (a div box) */
div#contentBox{
	position:absolute;
	left:185px;
	top:151px;
	width:510px;
	/*max-width: 600;*/
	height:auto;
	z-index:1;
	visibility: visible;
	padding-right: 3px;
	padding-left: 2px;
	margin-top: -10px;
}

/* for all "heading one"s, the biggest heading */
h1{
	font-size: 24px;
	margin-bottom: 18px;
}

/* for all "heading two"s, the second biggest heading */
h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 24px;


}

/* visited link color */
a:visited {
color: #996666; 
text-decoration: underline; }

/*copyright class*/
p.copyright{
	font-size: 55%;
	color: #AAAAAA;
	text-indent: 0pt;
	line-height: normal;
}
