/* Just Jane Styles */

body {
	background:url(../images/bg.jpg) repeat-x;
	background-color:#ed81b2;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size:11px;
	color: #333;
	line-height:180%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #05173B;
	text-decoration:none;
}
a:hover {
	color: #92255B;
	text-decoration:underline;
}

p {
	font-size:13px;
	color: #95285B;/*F084B5*/
	line-height:138%;
	letter-spacing: -1px
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	
}

table {
	text-align:left;
}

/*header*/

h1 {
	width:523px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:83px;
	text-indent:-10000em;
	float:left;
	margin-top: 78px;
	
}

.title {

	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #05173B;
	font-size:22px;
	width:100%;
	font-weight:600;
	
}

.subtitle {
	
	font-size:15px;
	color: #95285B;
	line-height:140%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.footertext {

font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #92255B;
	line-height:180%;
	font-size:12px;
	/*width:270px;*/

}

.siteby {
font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #92255B;
	font-size:12px;
	/*width:270px;*/

}

/*lists*/

ul {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	line-height:200%;
}
li a {
	display:block;
	width:150px;
}
li a:hover {
	display:block;
	width:150px;
}

ul.arrows  li A
{
	padding: 0px 0px 0px 20px;
	background: url(../images/arrow.gif) 0px 0px no-repeat;
}
ul.arrows  li A:hover
{
	background-position: 0px -26px;
}

.form{
	width: 200px;
}
.form2{
	width: 204px;
	#width: 206px; /*Override for IE*/
}
.error, .success {
	font-size:13px;
	color: #95285B;
	line-height:138%;
	letter-spacing: -1px
}
