/* style sheet for moss */

/*----------------------------------------------*/
/*------------ General styles------------------ */

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
 }

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

p
{
	line-height:120%;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}


li
{
	list-style-type:disc;
}

IMG 
{
	border-width: 0px 0px 0px 0px;

	/*border:1px solid green; */

}


/* For cross browset support*/
/* Substitute for min-height which is not supported by IE */
.MinHeight
{
	position:relative;
	float:left;
	left:0px;  
	top:0px; 
	width:0px; 
	/*height:375px;	*/   /* Define height to set a minimum height */
}


.clearboth 
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}

.clearleft 
{
	clear: left;
}

.RedBorder
{
	border:1px solid red;
}

.GreenBorder
{
	border:1px solid green;
}


body 
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:125%;
	padding: 0;
	margin:5px;
	background-color: #000000;

}

.Main 
{
	position: relative; 

	/*top: 8px;	 */
	width: 800px;
	/*height: 700px;*/
	/*min-height: 570px; */	 /* Note IE ignores min-height, so need to override by adding a div class MinHeight to any blocks needing min-height */
	margin:auto; 
	text-align: center;
	background-color: #FFFFFF;

}


