html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #00a996 url(layout/bodyfill.jpg) top left repeat-x;
font: 13px/22px arial, verdana, tahoma, sans-serif;
color: #000;
padding: 0 0 20px 0;
}

#container {
margin: 0 auto;
text-align: left;
width: 900px;
background: #7eaedf url(layout/containerfill.jpg) top left repeat-y;
}

#header {
height: 414px;
background: transparent;
position: relative;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 750px;
padding: 0 0 20px 0;
float: left;
}

#sidebar {
width: 255px;
height: 366px;
margin: 34px 50px 0 0;
background: transparent url(layout/sidelinks.jpg) top left no-repeat;
float: right;
display: inline;
position: relative;
}

#text {
margin: 44px 0 0 50px;
width: 510px;
float: left;
display: inline;
padding: 10px 0 0 0;
border-top: 2px solid #78d1fe;
}

a {
color: #155CAF;
}

a:hover {
color: #fff;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
padding: 20px 0 10px 0;
margin: 0 auto;
width: 900px;
background: transparent url(layout/footfill.jpg) top left no-repeat;
clear: both;
color: #125F56;
font-size: 11px;
}

#footer a {
color: #125F56;
text-decoration: none;
}
#footer a:hover {
color: #fff;
}

ul {
list-style: square;
}

/* some style stuff */

#text h1 {
font: 600 40px helvetica, verdana, arial, sans-serif;
margin: 0;
padding: 0;
color: #000;
height: 40px;
}

#text h2 {
font: 600 17px helvetica, verdana, arial, sans-serif;
margin: 6px 0 0 0;
padding: 0;
color: #000;
}

#text h3 {
font: 600 15px helvetica, verdana, arial, sans-serif;
margin: 6px 0 0 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 #0276CD;
background: #BCE6FC;
padding: 3px;
}

.tlink {
display: block;
width: 220px;
height: 80px;
position: absolute;
bottom: 0;
left: 0;
}

.homelink {
display: block;
width: 470px;
height: 140px;
position: absolute;
top: 0;
left: 0;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}

/* n4v!g47!0n */

#nav {
background: transparent url(layout/navtop.jpg) top center no-repeat;
width: 180px;
margin: 0;
padding: 22px 0 16px 0;
list-style: none;
text-indent: 10px;
}

#nav li {
font: 15px "Trebuchet MS", tahoma, arial, sans-serif;
width: 152px;
margin: 0 0 0 0;
padding: 3px 0;
float: left;
}
#nav li a {
color: #000;
text-decoration: none;
padding: 3px 0 3px 20px;
width: 152px;
height: 100%;
display: block;
}
#nav li a:hover {
color: #000;
background: transparent url(layout/arrow.jpg) 5% 50% no-repeat;
}

#navbottom {
height: 127px;
background: transparent url(layout/navbottom.jpg) top left no-repeat;
clear: left;
}

#navbottom p {
margin: 0 0 0 -9999px;
}

/* side links */

.side1 {
position: absolute;
height: 25px;
width: 150px;
display: block;
top: 85px;
right: 0;
}

.side2 {
position: absolute;
height: 25px;
width: 150px;
display: block;
top: 187px;
left: 0;
}

.side3 {
position: absolute;
height: 25px;
width: 150px;
display: block;
top: 298px;
right: 0;
}

.big {
font-size: 116%;
}

/* 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;
}





