/* site */
body {
	background-color: white;
	margin: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	font-style: normal;
	color: #6633CC;
}
 
/* headers */
h1, h2, h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px;
	line-height: 34px;
	font-style: normal; 
	font-weight: bold
}

h2 {  
	font-size: 21px; 
	line-height: 27px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}

/* text */
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

a:link, a:hover, a:visited	{
	color: #953193;
}

/* tables */
table, table .large, table .small {
	border: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	font-style: normal;
	color: #6633CC;
}

table .large {
	width: 800px;
}

table .small {
	width: 600px;
}

/* footer links */
#footer	{
	float: left;
	clear: both;
	width: 95%;
}
#inside_footer	{
	padding: 10px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif; 
	float: left;
	clear:both;
	font-size: 14px; 
	font-style: normal;
	text-decoration: none;
	color: #47B4E0;
	text-align: left;
	position: relative;
	left: -20px; /* offset the first 10px of padding in the links so things line up */
}
#inside_footer a, #inside_footer a:hover	{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#footer a:hover	{
	color: white;
	background-color: #953193;
	text-decoration: none;
}

/* form elements */
#msg, .msg	{
	color: red;
	font-weight: bold;
}

.js_button {
    border: 1px solid #953193;
    background-color: #ccf;
    font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.js_button:hover {
    border: 1px solid #953193;
	color: white;
	background-color: #953193;
	padding-left: 10px;
	padding-right: 10px;
}

input:hover, textarea:hover	{
    background-color: #eef;
}

/* divs */
.left	{
	float: left;
}
.right	{
	float: right;
}

/* image preloader */

#progress_bar	{
	position: absolute;
	top: 250px;
	left: 350px;
	border: 1px solid black;
	display: block;
	overflow: hidden;
	color: black;
}

#progress_bar_fill	{
	position: absolute;
	top: 1px;
	left: 1px;
	z-index:100;
	background-color: #3399CC;
	color: white;
	overflow: hidden;
	width: 0px;
	
}
.progress_bar_text	{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	text-align: center;
	z-index:200;
	margin-top: 6px;
}
