/* Generic overrides */
body
{
	font-family: times, serif;
}

a
{
	color: black;
	text-decoration: underline;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

a:active
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

img
{
	border: 0;	/* Override IE default blue border */
}

img.framed
{
	border: 1px solid black;	/* An image with a basic frame */
}

table
{
	table-layout: fixed;
	border-collapse: collapse;
}

input
{
	border: 1px solid black;	/* Give all inputs a simple black border (if they support it) */
}

/* Basic page classes */
.container-table
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 96%;
}

.center-table
{
	width: 90%;
}

.page-title
{
	font-family: "Times New Roman", times, serif;
	font-size: xx-large;
	text-align: center;
}

.section-title
{
	font-family: "Times New Roman", times, serif;
	font-size: x-large;
	text-align: left;
}

/* Issues sidebar classes */
pre.features-content
{
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4 - 6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* CSS3 */
	word-wrap: break-word;       /* IE 5.5+ */
	font-family: monospace;
	font-size: large;
}

.features-preview-cell
{
	width: 200px;
}

.features-preview-title-cell
{
	text-align: center;
	border-bottom: 2px solid black;
	padding: 10px;
}

.features-preview-text
{
	text-align: center;
	font-family: arial, sans-serif;
}

/* Guidelines page classes */
.guidelines-number-cell
{
	width: 5%;
	vertical-align: top;
}

/* Header page classes */
.header-title
{
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid black;
	width: 16%;
}

.header-segment
{
	font-weight: bold;
	text-align: center;
	border: 2px solid black;
	width: 14%;
}

a.header-link
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 3px;
}

a.header-link:visited
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 3px;
}

a.header-link:active
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 3px;
}

a.header-link:hover
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 3px;
}

/* Index/Front page classes */
.index-title-table
{
	width: 240px;
}

.index-title
{
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 40pt;
	text-align: center;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 5px;
}

.index-subtitle
{
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 5px;
}

.index-events-table
{
	width: 90%;
}

.index-events-title
{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	border: 1px solid black;
}

.index-events-info
{
	font-size: small;
	text-align: left;
	font-family: arial, sans-serif;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.index-events-date
{
	font-size: small;
	text-align: right;
	font-family: arial, sans-serif;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.index-events-end
{
	font-size: small;
	text-align: right;
	font-family: arial, sans-serif;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.news-picture
{
	float: left;
	border: 1px solid black;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* Footer classes */
.footer
{
	width: 100%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	border-top: 1px solid black;
	padding-top: 5px;
}