@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clearboth {
	clear: both;
}
p {
	margin-bottom: 8px;
	line-height: 1.3em;
}
a {
	color: #c40161;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	vertical-align: middle;
}
body {
	font-family: Myriad, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	height: 203px;
	width: 664px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 658px !important;
	width /**/:664px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #dcdbdb;
	border-left: 2px solid #dcdbdb;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom: 2px solid #dcdbdb;
}
#mainmenu {
	height: 26px;
	position: relative;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}
#mainarea {
	width: 446px;
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainarea h1 {
	font-size: 15px;
	font-weight: bold;
	color: #c40161;
	margin-bottom: 10px;
}
#mainarea h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainarea h3 {
	font-size: 12px;
	font-weight: bold;
	color: #c40161;
	margin-bottom: 5px;
}
#right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c40161;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

#right h3 {
	font-size: 11px;
	font-weight: normal;
	color: #c40161;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;

}
#mainarea b {
	color: #c40161;
	font-weight: normal;
}
#mainarea ul {
	margin-left: 15px;
}

#mainarea li {
	list-style-position: outside;	
}
#right {
	width: 168px !important; 
	width /**/:173px;
	padding: 1px;
	float: right;
	border-left: 2px solid #dcdbdb;
	border-bottom: 2px solid #dcdbdb;
}
#footer {
	width: 654px !important;
	width /**/:664px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 10px;
	color: #333333;
	padding: 5px;
}
#footer span {
	float:right;
}

blockquote {
	background-image: url(../images/quotebg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 428px;
	padding: 10px;
	height: 140px;
	margin-bottom: 10px;
}
blockquote h3 {
	color: #2e2e2e;
}
blockquote p {
	margin-bottom: 5px;
	line-height: 1.2em;
	color: #2e2e2e;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
