html {
	display:block;
	height:100%;
}

body {
	overflow:auto;
	display:block; 
	height:100%;
	width:100%;
	background-color:#631410;
	margin-top:0px; 
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#631410;
	text-align: center;
}

/* CUSTOM HTML STYLE */

h1{
	background-color:#CC0000;
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

h2{
	background-color:#333333;
	text-align:left;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

img {
	margin:0px; 
	padding:0px;
}

a:active img, a:visited img, a:link img, a:hover img{ 
	border:0px solid #00FF00;
}

a:active, a:visited, a:link {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* TEXT STYLES */

.txtEmphase{
	font-weight:bold;
}

.segment a:active, .segment a:visited ,.segment a:link{
	color:#FFDCAD;
	font-weight:bold;
	text-decoration:none;
}

.segment a:hover {
	text-decoration:underline;
}

/* HOME RELATED STYLES */

#page{
	text-align: left;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:401px;
}

#pageContent{
	background-image:url(_mm/html/home_background.jpg);
	background-repeat:repeat-y;
}
#pageFooter{
	background-image:url(_mm/html/closer.jpg);
	height:82px;
	display:block;
}
#pageCloser{
	display:block;
	text-align:center;
	padding-top:50px;
}

#address{
	display:block;
	width:340px;
	height:45px;
	padding-top:15px;
	margin-left:15px;
	text-align:justify;
}
#addressLeft{
	display:block;
	width:170px;
	height:30px;
	text-align:left;
	float:left;
}
#addressRight{
	display:block;
	width:170px;
	height:30px;
	text-align:right;
	float:left;
}
#flashcontent{
	height:100%;
}

#alternateflashcontent{
	display:block;
	width:371px;
	height:209px;
	background-image:url(_mm/html/noflash.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

.segment{
	text-align: center;
	display:block;
	width:371px;
	margin-left:14px;
	margin-right:14px;
}

.pleasedontshow{
	display:none;
}

.alternateBloc{
	display:block;
	width:800px;
	padding:5px;
	text-align:left;
	margin-bottom:5px;
	border-bottom:1px solid #F6945E;
}
.alternateMenu{
	display:block;
	padding:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	width:800px;
	background-color:#FFFFFF;
	color:#480000;
	margin-bottom:5px;
}
.alternateMenu a{
	color:#480000;
	text-decoration:none;
}
