/*LAYOUT STYLES BEGINS*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: normal;
	margin-top:10px;

}

.print-header {

}
.main-container {
	
	width: 100%;

}
.header-left {
display:none;


}

/*THe Multiple Header classes are used to rotate the background
image using php.  By using a random number btw 1 and 5 and changing the 
header right class in the document*/
.header-right1 {
display:none;
}


.header-right2 {
display:none;
}


.header-right3 {
display:none;
}

.header-right4 {
display:none;
}

.header-right5 {
display:none;
}

.header-right6 {
display:none;
}

.header-right7 {
display:none;
}

.header-right8 {
display:none;
}


/* THE FOLLOWING CLASS ONLY AFFECTS THE MENU BACKGROUND AND BORDERS
TO SEE THE ACTUAL CSS FOR THE DROPDOWNS SEE MENU_STYLES.CSS */
.menu {
display:none;
	
}
.content {

	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: justify;


}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
	color: red;
	text-align: center;

}

/*LAYOUT STYLES ENDS*/

/*HEADERS FORMAT STYLES BEGINS*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

/*HEADERSFORMAT STYLES ENDS*/


table {
	width: 75%;
	border: 0px none;
	margin: auto;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-align: left;
	color: #659500;
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	padding-left: 20px;
	border: none;
}
.button_look {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	
	
/*IMAGES STYLES BEGINS*/
}
.imagefloatright {
display:none;
}
.imagefloatleft {
display:none;
}
.imagefloatright-NOBRDR {
display:none;}


.resources-images {
display:none;
}

.resources-images-para {
clear:left;
padding-bottom:50px;

}

.image-curve {
display:none;
}

.hide-print {
display:none;
}
/* IMAGES STYLES ENDS*/
