/* CSS Document */

body {
	background-color: #EBB2E3;
	background-image:url(/images/bg_stripes.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;

}

#contain {
	width: 762px;
	margin-right: auto;
	margin-left: auto;	
	}

#footer {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
	
p {
	font-family: 'Arial', 'Verdana', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #333;
	text-align: justify;
}

ul {
	list-style:				url(/Images/Layout/Bullet.gif) disc outside;
	text-indent:			3px;
	font-size:				10pt;
	font-family: 'Arial', 'Verdana', 'Helvetica', 'sans-serif';
	color:					<%=stPurple%>;
}

li {
	font-family: 'Arial','Verdana', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #333;
	padding-bottom: 7px;
}

h2  {
	background-color: white;
	color: Teal;
	font-family: 'Arial','Verdana','Palatino LinoType', 'Gill Sans MS', 'Garamond', 'Times New Roman';
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h3  {
	background-color: white;
	color: Purple;
	font-family: 'Arial', 'Verdana', 'Palatino LinoType', 'Gill Sans MS', 'Garamond', 'Times New Roman';
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
h6  {
	background-color: white;
	color: Red;
	font-family: 'Arial', 'Verdana', 'Palatino LinoType', 'Gill Sans MS', 'Garamond', 'Times New Roman';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

h7  {
	background-color: white;
	color: blue;
	font-family: 'Arial', 'Verdana', 'Palatino LinoType', 'Gill Sans MS', 'Garamond', 'Times New Roman';
	font-size: 10pt;
	
	text-align: justify;
}

h1, h4, h5 {

}

#audio_controls {
	float: right;
	width: 160px;
	height: 35px;
}

#audio_controls_2col {
	width: 160px;
	height: 35px;
}

#request_header {
	width: 330px;
	margin: 10px 0;
	border-bottom: 1px solid #999;
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}

form {
	padding: 0;
	margin: 0;
	}

input.request_field {
	width: 225px;
	border: 1px solid #999;
	background-color: #fff;
}

textarea {
	border: 1px solid #333;
	background-color: #fff;
}
.h6 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #7519BE;
}
