/* CSS Document */

div.contact {
	width:200px; 
	border:1px solid #6A2D91; 
	display: block;
	position: center;
	color: #6A2D91;
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

/*cells*/

.maincell {
	background-color: #FFFFFF;
	padding: 5px;
	}
	
.cellfull {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A2D91;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A2D91;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A2D91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A2D91;
	padding: 15px;
	
	}
	
.cellhead1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A2D91;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A2D91;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A2D91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A2D91;
	padding: 5px;
	background-color: #9C64BF;
	}

	
.footer {
	background-image: url(http://www.mbwcenter.com/images/template_13.jpg);
	padding: 8px;
		}
	
/*fonts*/

.black13 {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.black13em {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-indent: 2em;
}

.lavendar13Bold {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DBCCE4;
}


.purple13 {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6A2D91;
}

.purple13bold {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6A2D91;
}

.purple11 {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6A2D91;
}

.purple11bold {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6A2D91;
}

.red11 {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D60D54;
}

.subtitles {
	font-family: Monotype Corsiva, fantasy;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A576C4;
}

.white11 {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.white14Bold {
	font-family: Futura Bk BT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}


h1 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6A2D91;
}

h2 {
	font-family: Monotype Corsiva, fantasy;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6A2D91;
}

h3 {
	font-family: Monotype Corsiva, Apple Chancery, cursive;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #B5B3BA;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #4D466D;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	color: #716E49;
}

/* floats */

.floatlft {	float: left; }

.floatrt { float: right; }

hr { 
	border-top: 3px dotted #4D466D;
	width: 100%;
	height: 3px;}
	
a:link {color: #544A80}
a:visited {color: #AB3D5C}
a:active {color: #408C43}
a:hover {color: B2B1B1}
a:link {text-decoration: underline; }
a:visited {text-decoration: none; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; }

