/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #ff0;
	margin: 0;
}

h1 {
	color: #f00;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
}

h2 {
	color: #f00;
	margin: 0.5em 0 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #f00;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:active {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #f00;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

/* END STANDARD STYLES */











/* START PAGE SPECIFIC STYLES */

#skipLinks {
	display: none;
}

#fixedLinks {
	display: none;
}

#breadcrumb {
	display: none;
}

/* END PAGE SPECIFIC STYLES */