/* redefi	ned html tags  */
/*HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 100%; PADDING-TOP: 0px; HEIGHT: 100%
} */
#background {
	Z-INDEX: 1; 
	WIDTH: 100%; 
	POSITION: absolute; 
	HEIGHT: 100%;
	background-repeat: repeat;
}
#fixed {
	
	Z-INDEX: 10;
	PADDING-BOTTOM: 20px;

	PADDING-TOP: 10px; 
}
body {
	
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #333333;
	/*background-image: url(WebElements/Background2.jpg);
	background-repeat: no-repeat; 
	background-position: center;
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	WIDTH: 100%; 
	HEIGHT: 100%;
	*/
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	background: white url("WebElements/Background4.jpg");
	background-repeat: repeat-y;
	
	
}

#green{
	Padding-Bottom: 0px;
}

#white { 
	Padding-left: 10px;
	Padding-Right: 22px;
	Padding-Top: 10px;
}

#grey { 
	font-size: 15;
	color: #999999;
	padding-bottom: 3px;
}
/*h1, h2, h3 {
	font-style: italic;
}*/

h1 {
	font-family: Snap ITC, "Times New Roman", Times, serif;
	font-size: 40px;	
	color: red;
}

h2 {	
	font-size: 25px;	
	color: red;
}

h3 {
	font-size: 11px;	
	color: #666666;
}

p {
	
}

#blue{	
	font-size: 20px;
	color: blue;
	font-weight: 900;
	text-decoration: underline;
}

/* default html links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* mainNav html links */


/* custom classes */
.navigation {	
	font-size: 12px; 
	text-align: left; 
	padding: 120px 8px 8px 20px;
}

.header {
	letter-spacing: 5px;
	text-align: right;
	padding: 67px 15% 15px 15px;
}

.bor {
	padding: 20px;
}


/* custom selectors.*/


/* controls text when strong tag nested inside paragraph tag
example: "<p><strong>TEXT</strong></p>" */


/* controls text when strong tag with a class of rights is nested inside paragraph tag. Example: "<p><strong class="rights">TEXT</strong></p>" */


/* controls text when strong tag nested inside paragraph tag
example: "<td class="header"><h1>TEXT</h1></td>" */

td.header h1 {
	font-size: 36px;	
	color: #000033;
}