/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;	
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url(images/mothGreen.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 10px 0 25px 0;
	padding: 0 5% 0 100px;
}

p {
	width: 500px;
}

li {
	list-style-type: square;
	line-height: 2em;
}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}




/************************* Classes *************************/
.noPrint {
	display:  none
}

.copyright {
	visibility: hidden
}

.codeSnippet {
	padding: 15px;
	width: 500px;
	background-color: #F0F0F0;
	border-top: 1px solid #008040;
	border-right: 1px solid #008040;
	border-bottom: 1px solid #008040;
	border-left: medium solid #008040;
	margin-top: 20px;
	margin-bottom: 20px;
}

.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #008040;
}

.inlineHiglight {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.advertisment {
	display: none;

}



/*************************  Pseudo classes *************************/

:link { color: #00CC00}
:visited { color: #00CC00 } 
:active { color: rgb(255, 0, 102) } 
:hover { color: rgb(0, 96, 255) } 




/*************************  ID's *************************/
#print {
	width: 600 px;
	border: 0;
	margin: -15%;
	padding: 0;
}

#navigation {
	visibility: hidden;
	position: absolute;
	z-index: 5;
	width: 220px;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0 5px 0 10px;
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: .9em;	
}


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;

}
.red a:link {
	color: #FF0000;
	text-decoration: none;
}
.red a:visited {
	color: #FF0000;
	text-decoration: none;
}
.red a:hover {
	color: #000066;
}
