* { padding: 0; margin: 0; }

body{
   background-color: black;
   padding: 0px;
   margin: 0px;
   font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
   font-size: 12px;
   line-height: 16px;
}


/* paragraphs */
p{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: black;
 background: transparent;
 white-space: normal;
}

/* indented paragraphs */
p1{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: black;
 padding: 15px;
 background: transparent;
 white-space: normal;
}

/* stand-out paragraph */
h3{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 14px;
 line-height: 22px;
 color: #e71d38;
 font-weight: bold;
 text-align: center;
 background: transparent;
 white-space: normal;
}

/* quote paragraph */
h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 18px;
 color: #5b6f7b;
 font-weight: normal;
 text-align: center;
 background: transparent;
 white-space: normal;
}

/* emphasised text */
.emph{
 color: #5b6f7b;
 font-weight: bold;
 font-style: italic;
}

/* image float left */
img.floatleft{
 float: left;
 margin-top: 4px;
 margin-bottom: 4px;
 margin-left: 4px;
 margin-right: 20px;
}

/* image float right */
img.floatright{
 float: right;
 margin-top: 4px;
 margin-bottom: 4px;
 margin-left: 15px;
 margin-right: 4px;
}

/* headings */
h1{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 13px;
 line-height: 25px;
 color: #5b6f7b;
 background: transparent;
 white-space: normal;
 text-decoration: none;
 letter-spacing: 2px;
 border-color: #ffdd00;
 border-width: 0px 0px 1px 0px;
 border-style: solid;
 margin-bottom: 12px;
}

h2{
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 12px;
 line-height: 22px;
 color: #e71d38;
 background: transparent;
 white-space: normal;
 text-decoration: none;
 letter-spacing: 1px;
}


/* navigation links */
div#navigation a:link{
 color: #e71d38;
 text-decoration: none;
}

div#navigation a:visited{
 color: #e71d38;
 text-decoration: none;
}

div#navigation a:focus{
 color: #b9dacc;
 text-decoration: none;
}

div#navigation a:hover{
 color: #b9dacc;
 text-decoration: none;
}

div#navigation a:active{
 color: #e71d38;
 text-decoration: none;
}

/* left column links */
div#leftcolumn a:link{
 color: #5b6f7b;
 text-decoration: underline;
}

div#leftcolumn a:visited{
 color: #5b6f7b;
 text-decoration: underline;
}

div#leftcolumn a:focus{
 color: #b9dacc;
 text-decoration: underline;
}

div#leftcolumn a:hover{
 color: #b9dacc;
 text-decoration: underline;
}

div#leftcolumn a:active{
 color: #5b6f7b;
 text-decoration: underline;
}


/* right column links */
div#rightcolumn a:link{
 color: #5b6f7b;
 text-decoration: underline;
}

div#rightcolumn a:visited{
 color: #5b6f7b;
 text-decoration: underline;
}

div#rightcolumn a:focus{
 color: #b9dacc;
 text-decoration: underline;
}

div#rightcolumn a:hover{
 color: #b9dacc;
 text-decoration: underline;
}

div#rightcolumn a:active{
 color: #5b6f7b;
 text-decoration: underline;
}

/* footer links */
div#footer a:link{
 color: #e71d38;
 text-decoration: none;
}

div#footer a:visited{
 color: #e71d38;
 text-decoration: none;
}

div#footer a:focus{
 color: #5b6f7b;
 text-decoration: none;
}

div#footer a:hover{
 color: #5b6f7b;
 text-decoration: none;
}

div#footer a:active{
 color: #e71d38;
 text-decoration: none;
}

/* navigation list divider */
.navdiv{
 color: #5b6f7b;
 font-weight: bold;
 word-spacing: 15px;
}

/* container div */
#container { 
 margin: auto;
 width: 800px;
 border: none;
 background-color: white;
}


/* header div */
#header {
 color: white;
 width: 800px;
 clear: both;
 padding: 0;
 border: none;
 height: 301px;
 margin: 0;
 background: white;
 background-image: url(images/masthead.gif);
}

/* navigation bar div */
#navigation {
 clear: both;
 width: 800px;
 height: 80px;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 13px;
 font-weight: bold;
 line-height: 30px;
 color: white;
 letter-spacing: 1px;
 padding: 0px;
 border: none;
 margin: auto;
 background-color: white;
 text-align:center;
 text-decoration: none;
}


/* left column main text div */
#leftcolumn { 
 color: #002147;
 border: none;
 background: white;
 margin: auto;
 padding-top: 30px;
 padding-bottom: 0px;
 padding-left: 30px;
 padding-right: 30px;
 width: 470px;
 float: left;
 clear: left;
 display: inline;
}


/* right column div */
#rightcolumn { 
 float: right;
 clear: right;
 color: #002147;
 border: none;
 background: white;
 margin: auto;
 padding-top: 30px;
 padding-bottom: 0px;
 padding-left: 30px;
 padding-right: 30px;
 width: 210px;
 display: inline;
}


/* branch footer */
#wavefooter {
 clear: both;
 width: 800px;
 height: 89px;
 color: white;
 padding: none;
 border: none;
 margin: auto;
 background-color: white;
 background-image: url(images/bottom-branch.gif);
}

/* footer navigation div */
#footer { 
 width: 760px;
 height: 20px;
 clear: both;
 border: none;
 background: white;
 margin: auto;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 40px;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 9px;
 line-height: 20px;
 color: #e71d38;
 text-align:right;
 letter-spacing: 1px;
}

/* sponsor strip */
#sponsorstrip {
 width: 800px;
 height: 72px;
 clear: both;
 color: white;
 border: none;
 background: white;
 margin: auto;
 padding: none;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-size: 9px;
 line-height: 30px;
 color: white;
 text-align:center;
 letter-spacing: 1px;
 background-image: url(images/sponsors.gif);
}


*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: none;
	cursor: pointer;
	overflow: hidden;
	margin: 10px auto 15px;
	position: relative;
	width: 470px;
	height: 99px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 470px;
	height: 99px;
}

