dy, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, sma
ll, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
form:focus{outline:0;}
a{text-decoration:none;color: blue; }
a:hover{text-decoration:underline;}
strong {font-weight: bold;}
small {
        font-size:10px;
        color: #ababab;
}

/* layouts and holders */

body {
        text-align: center; /* for IE */
        font-family:verdana, ariel, sans-serif;
        font-size:12px;
        font-weight:normal;
        background-color: #ffffff;
        margin: 0;
}
#container {
        margin: 0 auto;
        text-align: left;
        width: 997px;
        padding: 0;
}
.leftholder {
	float: left;
	margin: 0 0 0 20px;
	width: 250px;
}
.leftholder, .rightholder p {
font-size: 20px;
}
.headerinfoholder {
	position: relative;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 10px 10px 10px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom: 4px solid #863C66;
	border-left: 4px solid #863C66;
	border-right: 4px solid #863C66;
text-align: center;
}
.headerinfoholder h1 {
	font-size: 17px;
	font-weight: bold;
	color: #833A3A;
}
.infoholder {
	position: relative;
	background-color: #FFF293;
	padding: 10px;
	margin: 0 10px 10px 10px;
	-moz-border-radius: 8px;
}

.infoholder h2 {
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	line-height: 20px;
}
.infoholder p {
	font-size: 16px;
	padding: 10px;
	line-height: 18px;
}
.rightholder {
	float: right;
	width: 200px
	position: relative;
	margin: 0 20px 0 0;
}
.holder-pink {
	border: 4px solid #863C66;
	background-color: #EDDFE7;
	width: 330px;
	margin: 10px;
	color: #863C66;
	-moz-border-radius: 8px;
}
.holder-purple {
	border: 4px solid #552A2A;
	background-color: #E4D9D9;
	width: 200px;
	margin: 10px;
	color: #552A2A;
	-moz-border-radius: 8px;
}
.holder-purple-wide {
	border: 4px solid #552A2A;
	background-color: #E4D9D9;
	width: 570px;
	margin: 8px;
	color: #552A2A;
	-moz-border-radius: 8px;
	padding: 2px;
}
.holder-right {
	border: 4px solid #590FB1;
	background-color: #DED8E5;
	width: 330px;
	margin: 10px;
	color: #590FB1;
}
.holder-green {
	border: 4px solid #1F724B;
	background-color: #CCE0D7;
	width: 330px;
	margin: 20px 10px 10px 10px;
	color: #1F724B;
}
.searchform {
	padding: 10px;
}
.textbox {
	width: 330px;
	font-size: 20px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}
.submitbutton {
	width: 120px;
	font-size: 20px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	margin-left: -1.5em;
	background: url(images/button.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 3px 3px 3px 28px;
	font-weight: bold;
	color: #552A2A;
	background-color: #ffffff;
}
.submitbutton:hover {
	background: url(images/button-hover.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
	cursor: pointer;
}
.selector {
	font-size: 20px;
}

.searchformholder {
	border: 4px solid #552A2A;
	background-color: #E4D9D9;
	margin: 10px;
	color: #552A2A;
	-moz-border-radius: 8px;
	text-align: center;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
}

.fright {
	float: right;
}









