body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}

html {
    background-color: #EEE;
}

body {
	font-family: Calibri, Verdana, Arial;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
    border: 0;
}

/* CSS */

#logo {
	position: absolute;
    top: 10px;
	left: 10px;
}

#logofont {
	background-color:#FFC; 
	color: #440;
	font-size:12px;
	font-weight:bold;
	margin-top: 5px;
	padding: 2px 20px;
}

#mainsponsor {
	-moz-border-radius: 8px;
	background-color: #EFE;
	border: 2px dashed #8C8;
	height:65px;
	margin: 0 auto 10px;
	padding-top: 40px;
	width:560px;
}

#featuredsponsors  {
	background-color: #FFF;
	color: #666;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	border: 1px solid #ddd;
	border-width: 2px 0;
	height:90px;
	margin: 0 auto 15px;
}

.featuredsponsor {
	text-align: center;
	width: 25%;
}

#pageintro {
	background-color: #FFC;
	border: 1px solid #DDA;
	color: #333;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 12px;
	text-align:center;
}

.infobox {
	-moz-border-radius: 0 0 8px 8px;
	border-style: solid;
	border-width:0 1px 1px 1px;
	text-align: justified;
	height:180px;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 14px;
}

.infoblue {
	background-color: #EEF;
	border-color: #ABE;
	color: #135;
}

.infored {
	background-color: #FEE;
	border-color: #EAA;
	color: #522;
}

.infogreen {
	background-color: #EFE;
	border-color: #AC9;
	color: #252;
}

.infohead {
	-moz-border-radius: 8px 8px 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 6px 11px 3px;
	text-align: center;
}

.headblue {
	background-color: #39D;
}	


.headred {
	background-color: #C33;
}

.headgreen {
	background-color: #7B3;
}

.rightpanel {
	float: right;
	width:300px;
}

.mainpanel {
	width: 575px;
	padding-bottom: 10px;
}

h1 {
	border-bottom: 1px solid #CCC;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
	margin: 0;
    padding: 6px 11px 3px;
}

p {
	padding: 5px 10px;
	margin: 0;
}

a {
    color: #153;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul a {
    color: #000;
}

address {
    font-style: italic;
}

.bordered img {
    background-color: #FFF;
    border-color: #DDD #BBB #BBB #DDD;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
	text-align: center;
}

.clear {
    clear: both;
}

.indent {
    padding-left: 2em;
}


.adpanel {
	text-align: center;
	padding-top: 60px;
}

.content {
    clear: both;
    margin: 0 auto;
    padding: 0 20px;
}

.content img.main {
    float: right;
    margin: 0.75em 1.5em;
}

.content .central {
    text-align: center;
}

.content .central img {
    margin: 0.75em 1.5em;
}

.content h2 {
    color: #153;
    font-style: italic;
    font-weight: bold;
    margin: 2em 0 0.5em;
}

.content p {
    font-size: 1em;
    line-height: 1.75;
    text-align: justify;
}

.content ul {
    font-size: 0.8125em;
    line-height: 1.75;
    list-style-type: disc;
    margin: 1em 0 1em 2em;
}

.floatimg {
	clear: none;
	float: left;
	padding-right: 15px;
}


table.captioned-images {
    font-size: 0.75em;
    font-weight: bold;
    margin: 2em auto 1em;
    text-align: center;
}

table.captioned-images img {
    margin: 0.5em 3em;
}

.links a {
    color: #153;
    text-decoration: underline;
}

#wrapper {
	-moz-border-radius: 12px;
	background: url(images/Reuleauxbg.png);
	background-repeat: no-repeat;
	background-position: 150px 80px;
    background-color: #FFF;
	border: 1px solid #BBB;
    margin: 10px auto;
    padding: 2px;
    width: 960px;
}

#header {
	-moz-border-radius: 9px;
	background: url(images/headerbg.jpg);
	margin:0;
	padding-top: 10px;
	color: #000;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#signin {
	background-color: #FFB;
    border: 1px dashed #AAA;
	color: #153;
	font-size: 16px;
    font-style: italic;
    font-weight: bold;
	padding: 15px 40px;
    position: absolute;
    top: 25px;
	right: 20px;
    text-align: right;
}

#bar {
    background-color: #333;
    background-image: url(images/gradient.png);
    background-repeat: repeat-x;
    border: 1px solid #FFF;
	border-width: 2px 0;
	color: #FFF;
    font-size: 13px;
	margin:0;
    padding: 6px 20px;
    text-align: left;
}

#bar a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#bar a:hover {
    color: #CCC;
}

#primaryNavigation {
    float: right;
}

#primaryNavigation li {
    display: inline;
}

#breadcrumbs label {
    float: left;
    font-style: italic;
    margin-right: 0.5em;
}

#breadcrumbs ul {
    display: inline;
}

#breadcrumbs li {
    background-position: 2px center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: -0.5em 0;
    position: relative;
}

#breadcrumbs li:hover {
    background-image: url(/images/trail-active.gif);
}

#breadcrumbs li,
#breadcrumbs li.single,
#breadcrumbs li.single:hover {
    background-image: url(/images/trail.gif);
}

#breadcrumbs li.first,
#breadcrumbs li.first:hover {
    background-image: none;
}

#breadcrumbs li.first a {
    padding-left: 0;
}

#breadcrumbs li a {
    display: block;
    font-weight: normal;
    padding: 0.5em 4px 0.5em 22px;
}

#breadcrumbs li:hover a {
    color: #FC0;
}

#breadcrumbs li ul {
    background-color: #FFF;
    border: 1px solid #153;
    display: none;
    position: absolute;
}

#breadcrumbs li:hover ul {
    display: block;
}

#breadcrumbs li li,
#breadcrumbs li li:hover {
    background-image: none;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

/* Second rule required to override li:hover a */
#breadcrumbs li li a,
#breadcrumbs li:hover li a {
    color: #444;
    display: block;
    padding: 0.5em 1em 0.5em 22px;
}

#breadcrumbs li li a:hover {
    background-color: #F1F5F3;
    border-left: 5px solid #153;
    color: #000;
    padding-left: 17px;
}

#footer {
    clear: both;
    font-size: 0.875em;
    padding: 2em 2em 1em;
    text-align: center;
}

#footer address a {
    color: #000;
    text-decoration: none;
}

#footer address a:hover {
    text-decoration: underline;
}

#footer hr {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0.5em 4em;
}

#footer .links li {
    display: inline;
}

/* Index page */

#index .content {
    padding-top: 10px;
}

/* Contact page */

#contact .content address,
#contact .content p {
    font-size: 0.8125em;
    font-style: normal;
    line-height: 1.5;
    margin: 1em 0 1em 1.5em;
    text-align: left;
}

#contact .content #map {
    float: right;
    height: 575px;
    margin: 2em 0;
    overflow: hidden;
    width: 425px;
}

/* Documents page */

#documents .content ul {
    list-style: url(/images/white/icons/page_white_acrobat.png) disc;
    margin: 1em 3em;
}

#documents .content li {
    margin: 1em 0;
    padding-left: 12px;
}

