/********/
/* BODY */
/********/

body

{

	background-image: url('Images/BackGroundLeather.jpg');
	
	background-color: #000000;

}



/************/

/*** TEXT ***/

/************/



H1

{

	text-align: center;
  
	color: #CC2200;
 
	margin-top: 2px;

	margin-bottom: 2px;

	font-family: "Times New Roman";
	font-size: 40px;

}



H2
{
	text-align: center;
  
	color: #CC2200;
 
	margin-top: 2px;

	margin-bottom: 2px;

	font-family: "Times New Roman";
	font-size: 32px;


}

H3
{
	text-align: center;

	color: #000000;
 
	margin: 1px;

	font-family: "Arial";

	font-size: 20px;


}

H3.Red
{
	color: #CC2200;
}

H3.BlackLeft
{
	text-align: left;
}

H3.RedLeft
{
	color: #CC2200;
	text-align: left;
}

H4

{

	text-align: center;

	color: #ffffff;
 
	margin: 1px;

	font-family: "Arial";

	font-size: 14px;

}

H4.Red
{
	color: #CC2200;
}



H4.BlackCenter

{

	color: #000000;

}



H4.BlackLeft

{

	color: #000000;

	text-align: left;

}


H4.BlackRight
{

	color: #000000;

	text-align: right;
	margin-right: 15px;

}




H4.RedLeft

{

	color: #CC2200;

	text-align: left;

}



H4.submitButtonText
{
	position: absolute;
	z-index: 2;
}

H4.clearButtonText
{
	position: absolute;
	z-index: 2;
}

H5

{

	text-align: left;

	color: #000000;
 
	margin: 1px;

	font-family: "Arial";

	font-size: 12px;
}

H5.BlackRight
{
	text-align: right;
}

H5.BlackCenter
{
	text-align: center;
}

H5.WhiteCenter
{
	text-align: center;
	color: #FFFFFF;
}

H5.Red
{
	text-align: center;
	color: #CC2200;


}

H5.RedRight
{
	text-align: right;
	color: #CC2200;


}

H6
{
	text-align: center;

	color: #000000;
 
	margin: 1px;

	font-family: "Arial";

	font-size: 10px;


}

H6.BlackRight
{
	text-align: right;
	color: #000000;
}

H6.WhiteRight
{
	text-align: right;
	color: #ffffff;
	margin-right: 90px;
}

/*************/

/*** IMAGE ***/

/*************/



img#Header

{

	height: 100px;

	width: auto;

}

img#Header1

{

	height: 100px;

	width: auto;

}

img#Header2
{

	height: 100px;

	width: auto;

}



img#Index

{

	width: 56%;

	height: auto;

}




img.MousePointer
{
	cursor: pointer;
}

button
{
 	background: #454545;

	border-style: solid;
	
	border-color: #000000;

	border-width: 2px;

	height: 25px;

	width: 165px;

	margin-bottom: 2px;
	font: bold 12px arial, sans-serif;
	text-shadow:none;
	color: #ffffff;
}


button:hover

{

	background: #858585;

	cursor: pointer;
}



/***********/

/*** DIV ***/

/***********/



div#main

{


	background: #ffffff;

	position: relative;

	margin-left: 90px;

	margin-right: 90px;

	margin-top: 10px;

	margin-bottom: 15px;

	min-height: 600px;

	min-width: 1000px;


}



div#header

{

	background: #ffffff;

	width: 100%;

	border-style: double;

	border-color: #808080;

	border-width: 0px;

	border-bottom-width: 8px;

}



div#menubar

{

	background: #808080;

	width: 100%;

	height: 31px;

	margin-bottom: 5px;

}



div.menuButtons

{

	background: #454545;

	border-style: solid;
	
	border-color: #000000;

	border-width: 2px;

	height: 21px;

	width: 165px;

}




div.menuButtons:hover

{

	background: #858585;

	cursor: pointer;
	
	border-color: #454545;
}




div.menuButtonsSide

{

	background: #454545;

	border-style: solid;
	
	border-color: #000000;

	border-width: 2px;

	height: 21px;

	width: 185px;

	margin-bottom: 2px;
}




div.menuButtonsSide:hover

{

	background: #858585;

	cursor: pointer;
}



div.menuButtonsSideSelected
{
	background: #656565;

	border-style: solid;
	
	border-color: #000000;

	border-width: 2px;

	height: 21px;

	width: 185px;

	margin-bottom: 2px;
}



div#mainContainer
{
	min-height: 15px;
	cursor: pointer;
}


div.sideButton

{

	background: #454545;

	margin: 0px;

	margin-bottom: 2px;

	margin-left: 2px;

	border-style: solid;

	border-color: #000000;

	border-width: 2px;

	height: 21px;

	width: 160px;

	text-align: center;
}



div.sideButton:hover

{

	background: #858585;

	cursor: pointer;
}



div.sideButtonPlaceHolder

{

	background: #ffffff;

	margin: 0px;

	margin-left: 2px;

	margin-top: 2px;

	border-style: solid;

	border-color: #ffffff;

	border-width: 2px;

	height: 21px;

	width: 160px;

}
	





div.backToButton

{

	background: #4545FF;

	margin: 0px;

	margin-left: 2px;

	margin-bottom: 2px;

	border-style: solid;

	border-color: #000000;

	border-width: 2px;

	height: 21px;

	width: 160px;

}

div.submitButton
{
	background: #454545;

	margin: 0px;

	margin-bottom: 2px;

	margin-left: 2px;

	border-style: solid;

	border-color: #000000;

	border-width: 2px;

	padding: 2px;
	height: 21px;

	width: 160px;

	text-align: center;
}


div.submitButton:hover
{
	background:  #4545FF;
	cursor: pointer;
}

div.clearButton
{
	background: #454545;

	margin: 0px;

	margin-bottom: 2px;

	margin-left: 2px;

	border-style: solid;

	border-color: #000000;

	border-width: 2px;

	padding: 2px;
	height: 21px;

	width: 160px;

	text-align: center;
}

div.clearButton:hover
{
	background:  #CC2200;
	cursor: pointer;
}


/*************/
/*** INPUT ***/
/*************/

input.submitButtonLevel
{
	z-index: 1;
}

