html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #90B8B6;
font: 12px/20px verdana, arial, tahoma, sans-serif;
color: #000;
}


#container {
margin: 0 auto;
text-align: left;
width: 770px;
background: #D3F7F5 url(layout/containerfill.jpg) top left repeat-y;
overflow: hidden;
}

#header {
height: 153px;
background: transparent url(layout/headerfill.jpg) top left no-repeat;
position: relative;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
padding: 0 0 20px 0;
position: relative;
}

#sidebar {
width: 182px;
margin: 0 0 0 10px;
background: #7B2B50;
padding: 0;
position: relative;
}

#text {
padding: 0 34px 0 0;
width: 520px;
float: right;
display: inline;
position: relative;
}

#text p {
margin: 0;
padding: 5px 0 7px 0;
}

a {
color: #B03F75;
}

a:hover {
color: #C590AA;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
width: 770px;
background: #90B8B6 url(layout/footerfill.jpg) top left no-repeat;
clear: both;
color: #3B5C7B;
font-size: 10px;
position: relative;
padding: 0 0 20px 0;
}

#footer a {
color: #3B5C7B;
text-decoration: none;
}
#footer a:hover {
color: #fff;
}
#footer p {
padding: 84px 0 22px 0;
}

ul {
list-style: square;
margin-top: 2px;
}

/* some style stuff */

#text h1 {
font: 600 45px georgia, palatino, "palatino linotype", serif;
margin: 12px 0 0 0;
padding: 0;
color: #7A2A4F;
background: #D4F6F5;
}

#text h2 {
font: 600 18px georgia, palatino, "palatino linotype", serif;
margin: 7px 0 5px 0;
padding: 0;
color: #7A2A4F;
}

#text h3 {
font: 600 15px georgia, palatino, "palatino linotype", serif;
margin: 6px 0 4px 0;
padding: 0;
color: #000;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.bb {
border: 2px solid #7A2A4F;
background: #EAE1C0;
padding: 3px;
}

.homelink {
display: block;
width: 100%;
height: 100%;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}

/*  FAQ  */

#faq h6 { font-weight: 400; font-size: 12px; padding: 2px 0; margin: 0; color: #B03F75;}
#faq h6:hover { cursor: pointer; color: #C590AA;}
#faq div.element { padding: 5px; background: #83D3D0; border: 2px solid #7A2A4F;}


/* Blockquote */

blockquote.topquip {
float: right;
width: 460px;
border-bottom: 2px solid #000;
margin: 0 10px 0 0;
display: inline;
background: #83D3D0 url(layout/topquipfill.jpg) top left no-repeat;
font-size: 90%;
padding: 24px 43px 24px 64px;
position: relative;
}

blockquote.topquip span.hash {
width: 45px;
height: 45px;
display: block;
background: transparent url(layout/topquipspanfill.jpg) bottom right no-repeat;
position: absolute;
bottom: 6px;
right: 4px;
}
blockquote.topquip h1 {
font:45px georgia, palatino, "palatino linotype", serif;
margin: 12px 0 0 0px;
padding: 0;
text-align:center;
color: #7A2A4F;
}
/* side pics */

.sidepics {
position: absolute;
top: 0;
right: 10px;
border: solid #000;
border-width: 0 0 2px 2px;
}

.space {
width: 220px;
height: 250px;
float: right;
display: inline;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}





