@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image:url(../images/bck.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e0c7b;
	}
	
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 804px;
	background-color: #5e0c7b;
	}

#main_wrapper {
	margin: 0 auto;
	width: 794px;
	position: relative;
	}
	
#header {
	margin: 0 auto;
	width: 794px;
	height: 129px;
	background-image: url(../images/bck_03.jpg);
	background-repeat: no-repeat;
	}
	
#menu_wrapper {
	margin: 0 auto;
	width: 794px;
	height: 20px;
	background-color: #5e0c7b;
	z-index: 1050;
	}
	
#inside_menu_wrapper {
	margin: 0 auto;
	width: 794px;
	height: 30px;
	background-color: #5e0c7b;
	z-index: 1050;
	}
	
#body_wrapper {
	margin: 0 auto;
	width: 794px;
	height: 473px;
	background-color: #a8d7dd;
	}
	
#inside_body_wrapper {
	margin: 0 auto;
	width: 794px;
	background-color: #a8d7dd;
	}
	
#inside_body_wrapper {
	margin: 0 auto;
	width: 794px;
	background-color: #a8d7dd;
	}
	
#mailing_header {
	margin: 0 auto;
	width: 794px;
	height: 33px;
	background-image: url(../images/bck_11.jpg);
	background-repeat: no-repeat;
	}

#mailing_area {
	margin: 0 auto;
	width: 794px;
	background-color: #f3c301;
	}
	
/* front page styles */
.twoColElsRt #container { 
	width: 794px; 
	background: #a8d8dd;
	margin: 0 auto; 
	text-align: left;
} 

.twoColElsRt #sidebar1 {
	float: right; 
	width: 153px;
	height: 473px;
	background: #e20179; 
	border-left: thick solid #5e0c7b;
}
.twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoColElsRt #mainContent {
	margin: 0 13em 0 1.5em; 
}  

#mainContent_padding {
	padding: 15px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColElsRt #feature1 {
	width: 153px;
	height: 157px;
	}
	
.twoColElsRt #feature2 {
	width: 153px;
	height: 157px;
	padding-top: 2px;
	}
	
.twoColElsRt #feature3 {
	width: 153px;
	height: 157px;
	padding-top: 2px;
	}

/* Inside Page Styles */

#address_header {
	margin: 0 auto;
	width: 794px;
	height: 33px;
	background-color: #5e0c7b;
	color: #f3c200;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

/* Typography */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5e0c7b;
	padding-top: 5px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #e20078;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5e0c7b;
	text-decoration: underline;
	}
	
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e0c7b;
	}
	
td {
	font-size: 12px;
	}
	
#copyright {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
#copyright p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
	
#copyright a:link, #copyright a:visited{
	color: #e20179;
	text-decoration: none;
	}

#copyright a:hover{
	color: #00aabd;
	text-decoration: underline;
	}
	
.pic_left {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.pic_right {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.pic_left1 {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.pic_left2 {
	float: left;
	padding-right: 20px;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e20179;
	}

a:hover {
	color: #5e0c7b;
	}