/* Reset Stuff */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}
form {
	display: inline;
}






/* Font Stuff */

body {
	background-color: #F8F3D9;
	font-family: Georgia,Verdana,Arial;
	font-size: 13px;
	color: #4A3000;
}
.smallText {
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #8C1B38;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}
p {
	margin-bottom: 13px;
}
.noMargin {
	margin: 0px;
}
.bold, strong {
	font-weight: bold;
}

.pollAnswer {
	background-color: #8C1B38;
	height: 5px;
}

.pointer {
	cursor: pointer;
}




/* Design Stuff */

#printHeader {
	display: none;
}
#topBanner1 {
	background: #E4CEA9;
	width: 100%;
}
#topBanner2 {
	width: 100%;
	background-color: #4A3000;
	font-size: 11px;
	padding:0px;
	color: #E4CEA9;
}
#topBanner2 a {
	color: #E4CEA9;
}
#topBanner2 a:hover {
	text-decoration:none;
	color: #F8F3D9;
}
.topLink1 {
	padding-left: 10px;
	width: 175px;
}
.topLink2 {
	text-align: center;
	width: auto;
	font-weight: bold;
}
.topLink3 {
	padding-right: 10px;
	width: 175px;
	text-align: right;
}
#topBanner3 {
	width: 100%;
	padding:0px;
	color: #E4CEA9;
}
#sideLinkBar {
	background-color: #E4CEA9;
	width: 195px;
	vertical-align: top;
}
#sideLinkBarRight {
	background: url('img/back3.jpg') repeat-y;
	width: 15px;
	vertical-align: top;
}
#mainContent {
	background: url('img/back1.jpg') repeat-x;
	padding: 30px 20px 20px 20px;
	vertical-align: top;
}
#footerBar {
	text-align: center;
	font-size: 10px;
	width: 100%;
}
#footerBar p {
	padding-top: 10px;
}
#sideLinkBar li a {
	padding: 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#sideLinkBar li a:hover {
	background: #F0DFC3;
	text-decoration:none;
}

#mainContent li {
	padding-left: 18px;
	background: url('img/bullet.jpg') no-repeat 0px 3px;
	margin-bottom: 12px;
}

.box {
	background: url('img/back5.jpg') repeat-x;
	padding: 10px;
	margin-bottom: 18px;
}