body {
	background-color: #fff;
}

h1 {color:#5D1C60;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-style:italic;
font-weight:200;margin:0 0 10px 0;}

h2 {color:#752D52;
font-family:Georgia,'Times New Roman',Times,serif;
font-size:14px;
font-style:italic;
font-weight:bold;
letter-spacing:-1px;margin:0;}

h3 {color:#5D1C60;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-style:italic;
font-weight:200;margin:0;}

h4 {color:#752D52;
font-family:Georgia,'Times New Roman',Times,serif;
font-size:12px;
font-style:italic;
font-weight:bold;
letter-spacing:-1px;margin:0;}

h5 {color:#752D52;
font-family:Georgia,'Times New Roman',Times,serif;
font-size:10px;
font-style:italic;
font-weight:bold;
letter-spacing:-1px;margin:0;}

p {margin:0 0 16px 0;}

td.sidebar h2 {text-align:center;}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11.5px;
}
#subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #402D1F;
	letter-spacing: 1px;
}

form {

}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D1C60;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5D1C60;
	font-weight: 200;
	font-style: italic;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #6B2653;
}
a:link {
	color: #BC625A;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #BC625A;
}
a:hover {
	color: #92466D;
	font-weight: bold;
}

a:active {
	color: #C0985B;
	font-weight: bold;
}


.sidebar {
	font-size: 12px;
	background-color: #f2e4cd;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #752D52;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

.sidebarFooter {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 18px;
	background-color: #693855;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #6E2553;
	text-align: center;
	word-spacing: 1px;
}

.legal {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333333;
}

.promo {
	font-family: Arial, Times, serif;
	color: #7d6a55;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e1b5e;
	padding: 5px;
	background-color: #fff;
	text-align: center;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


.border1 {
	border: thick ridge #5D1C60;
}
.body {
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 10 px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 5px;
	background-color: #fff;
	color: #FCF9FF;
}
.pagebottomo {
	font-size: 9px;
	float: inherit;
	text-indent: 10px;
	padding-top: 15px;
	color: #5D1C60;
}
.leftbar {
	font-size: 12px;
	padding: 20px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border: 2 pixels #ffffff;
	word-spacing: 2px;
}
.rightbar {
	font-size: 11px;
	padding: 10px;
	background-color: #FFFFFF;
}

.style11 {color: #FFFFFF; font-size: 11px; }
.maincontent {
	font-size: 12px;
	padding: 15px;
	background-color: #FFFFFF;
	line-height: 1.25;
}
.phototitles {
	font-size: 12px;
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
/*Form Stuffs*/
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #752D52;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
fieldset { margin:0 0 10px 0; border-bottom:none; border-right:none; border-left:none; border-top:1px solid #ccc;}
input.input { margin:0 0 8px 0}
.required { font-weight:bold; color:red;}
td.box1 div {display:table;margin:0 auto;text-align:center;}
td.box1 div ul {display:block;padding:0;text-align:center;}
td.box1 div ul li {display:inline;float:left;}

/* videos page */
a.app-btn:link,
a.app-btn:visited {
	background: #5E1B5E; /* Old browsers */
	background: -moz-linear-gradient(top, #5E1B5E 0%, #321332 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E1B5E), color-stop(100%,#321332)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5E1B5E 0%,#321332 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5E1B5E 0%,#321332 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5E1B5E 0%,#321332 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E1B5E', endColorstr='#321332',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #5E1B5E 0%,#321332 100%); /* W3C */
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-box-shadow: 0px 0px 6px #666666;
	-moz-box-shadow: 0px 0px 6px #666666;
	box-shadow: 0px 0px 6px #666666;
	color:#ffffff;
    display: block;
    font-size: 1.5em;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
}
a.app-btn:hover {
	color:#C79F5A;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
}
