body
{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size: 12px;
	color:#21272A;
}

a 
{
	font-size: 12px; 
	color: #75200D; 
	letter-spacing: 0px; 
	text-decoration: underline;
}

a:visited 
{  
	font-size: 12px; 
	color: #75200D; 
	text-decoration: underline;
	letter-spacing: 0px
}

a:link 
{  
	font-size: 12px; 
	color: #75200D; 
	text-decoration: underline; 
	letter-spacing: 0px
}

a:hover 
{  
	font-size: 12px; 
	color: #75200D; 
	text-decoration:underline;
	letter-spacing: 0px
}

.inputform 
{  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #323947; 
	border-width: .1em; 
	border-style: solid; 
	border-color: #000000; 
	letter-spacing: .5px
}

.buttonstyle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #4F4B4B;
	border-width: 1;
	border-style: solid;
	border-color: #323947;
	letter-spacing: .5px;
}

.redcolor
{
    font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size: 12px;
	color:#9E2C15;
}

/* this is used to preload images */
.preload{display:none;}

/* Layout styles */
#container{
margin:auto;
width:765px;
padding:0px;
background-color:#E4E4E4;
}

#header{
padding:0px;
height:118px;
}
#nav{
padding:0px;
height:111px;
}
#main{
padding:0px;

}
#footer{
padding:0px;
height:39px;
}
#mainbody{
float:left;
/*background-image:url('../images/memideo_homeLightGrey_15.gif');*/
background-color:#FFFFFF;
width:437px;
height:289px;
}
#mainbodyChild{
float:left;
background-color:#E4E4E4;
width:735px;

}
#mainbodyChildContent{
padding:30px;
background-color:#FFFFFF;

}
.floatleft{float:left;}
