@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	line-height: 1.6;
	;
}
* {margin:0; padding:0;}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #813193;
}
a:hover {
	text-decoration: underline;
	color: #813193;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#header {
	background-color: #ec008c;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-top: 10px;
	padding-right: 15px;
}
#header p {
	color: #FFFFFF;
	text-align: right;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #f49ac1;
	border-left-color: #f49ac1;
	background-color: #FFFFFF;
}
.container  .main_content {
	width: 900px;
	padding-top: 20px;
	margin-top: 20px;

}

#two_cols {
	padding-top: 10px;

}
#left_col {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#right_col {
	margin-left: 240px;
	padding-right: 20px;
}

#single_col {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

form {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #666666;
}

h1 {
	color: #813193;
	font-size: 18px;
}
h2 {
	font-size: 12px;
	color: #813193;
}

.rightimg {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
}
.rightimg2 {
	float: right;
	margin-right: 50px;
	margin-left: 40px;
}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.leftimg2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.leftalign {
	text-align: left;
}
#quotes {
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

li {
	margin-left: 40px;
	list-style-image: url(images/bullets.gif);
	padding-bottom: 6px;
}
.tinytxt {
	font-size: 10px;
}
.tinytxtgrey {
	font-size: 9px;
	color: #CCCCCC;
}
.indent {
	padding-left: 20px;
	text-align: left;
	width: 400px;
}
.txt14 {
	font-size: 14px;
}


.pinktxt {
	color: #F457A9;
}
.bluetxt {
	color: #813193;
}
.greytxt {
	color: #666666;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6460AA;
	width: 200px;
}
.underlinefull {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #813193;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.greyquote {
	font-style: italic;
	color: #999999;
	text-align: right;
}




#footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #813193;
	height: 20px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;

}
#baseline {
	color: #813193;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
#baseline a {
	color: #813193;
}
