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

html, body, 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,
small, 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-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
            outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #DC70AA;
}
ol, ul {
	list-style-type: disc;
	list-style-image: url(img/bluedot.jpg);
}
blockquote:before, blockquote:after,
q:before, q:after {
            content: "";
}
blockquote, q {
            quotes: "" "";
}

/*--------------------Main---------------------*/
* {
            margin: 0px;
}

html, body {

}

#container {
	width: 950px;
	height: 1220px;
	background-image: url(img/bg.jpg);
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -4em;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FACAE0;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
}

.footer, {

}

#header {     
}

#sidebar {     
}

/* ==========Link States ========== */

a:link {
	color: #358F97;
	text-decoration: underline;
}
a:visited {
	color: #358F97;
	text-decoration: underline;
}
a:hover {
	color: #DB6EA8;
	text-decoration: none;
}
a:active {
}
.blacktitle {
	font-size: 32px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pinksubtitle {
	font-size: 18px;
	font-weight: bold;
	color: #E267A8;
	letter-spacing: .25em;
	text-transform: uppercase;
}
.bluetitle {
	font-size: 24px;
	font-weight: bold;
	color: #3A9EA7;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.pushright {
	margin-left: auto;
	margin-right: auto;
}
.blackbig {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
li {
	font-weight: bold;
	font-variant: normal;
	color: #D66CAA;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-image: url(img/bluedot.jpg);
	line-height: 150%;
}
#left {
	float: left;
	height: 100%;
	width: 250px;
	margin-left: 225px;
}
#right {
	float: right;
	height: 100%;
	width: 250px;
	margin-right: 190px;
}
#clear {
	clear: both;
}
#parties {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
