html {
background: #ffffff; 
background-image: url(../images/1pxbackgrad.jpg);
background-repeat: repeat-x;
}

body {
margin: 0;
padding: 0;
text-align: center;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 20px;
font-family: Helvetica, Arial, sans-serif;
color: #000000;
background-image: url(../images/Swirl_White.png);
background-position: 0 0;
background-repeat: no-repeat;
}

img, div, body { behavior: url(./iepngfix.htc) }

/* Layout */

#wrapper {
width:850px;
height:auto;
margin-left: auto;
margin-right: auto;
}

#container {
width:830px;
height:auto;
padding: 0px;
margin: auto;
}

#opener {
width: 850px;
height: 0px;
padding: 0;
margin-top: 0px;
}

#header {
width:830px;
height:150px;
background-position: top left;
background-repeat: no-repeat;
padding: 0px;
margin: auto;
}

#nav-wrapper{
width: 830px;
height: 50px;
margin-top: 80px;
text-align: center;
}

#navigation{
width: 830px;
height: 50px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background-image:url(../design/nav.png);
background-repeat:no-repeat;
background-position: center bottom;
text-align: right;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

#mainContent {
text-align: left;
width: 830px;
height: auto;
margin-top: 0px;
background-color: #27aee1;
padding-top: 0px;
}

#mainContentLeft {
background-color: #27aee1;
text-align: left;
width: 460px;
height:auto;
margin-top: 0px;
padding: 20px;
float: left;
}

#mainContentRight {
background-color: #27aee1;
text-align: left;
width: 290px;
height: auto;
padding: 20px;
float: left;
}

#mainContentAlt {
background-color: #27aee1;
text-align: left;
width: 790px;
height:auto;
margin-top: 0px;
padding: 20px;
float: left;
}

#left1 {
text-align: left;
width: 200px;
padding: 5px;
margin-top: 20px;
margin-bottom: 30px;
float: left;
}

#left2{
text-align: left;
width: 200px;
padding: 5px;
margin-bottom: 30px;
float: left;
clear: left;
}


#footer {
width: 830px;
height:30px;
padding: 0px;
margin-top: 0px;
text-align: right;
font-size: 10px;
color: #27aee1;
clear: both;
font-size: 9px;
background-image: url(../design/bottom.png);
background-position: top;
background-repeat: no-repeat;
}


#closer {
text-align: center;
width: 850px;
height: 28px;
padding: 0;
margin-bottom: 20px;
clear: both;}


/* End Layout*/

#nav li{
			float:left;
			display:inline;
			position:relative;
			top:8px;
			left:0px;
			font-size: 1em;
			line-height:45px;
			height:30px;
			margin-right:2em;
			}	



/* Headers */

h1 {
font-size: 18px;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

h2 {
font-size: 13px;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

h3 {
font-size: 11px;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

h4 {
font-size: 13px;
color: #27aee1;
margin-top: 0;
margin-bottom: 0;
}

/* End Headers */

b{
color:#ffffff;}




/* Links */

a:link {
	color: silver;
	text-decoration: none;
	font-style:normal;
}
a:visited {
	color: silver;
	text-decoration: none;
	font-style:oblique;
}
a:hover { color: silver; text-decoration: none; font-style:normal; }
a:active {
	color: none;
	text-decoration: none; 
	font-style:normal;
}

/* Navigation */


#navigation a:link {
	color: #000;
	text-decoration: none;
	font-style:normal;
	background-color: transparent;
}
#navigation a:visited {
	color: #000;
	text-decoration: none;
	font-style:normal;
	background-color: transparent;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	font-style:normal;
	background-color: transparent;
}
#navigation a:active {
	color: #000;
	text-decoration: none;
	font-style:normal;
	background-color: transparent;
}



/* Footer */


#footer a:link {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background-color: #000000;
	font-weight: bold;
}
#footer a:active {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
}


/* End Links */





/* Classes */


img {
	border:1;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


ul.ul-style01 {
	margin:15px 0 15px 20px; 
	padding:0;
	list-style:none;
}

ul.ul-style01 li {
	margin:0;
	padding:0;
	padding-left:15px;
	background:url("../design/ul-style01.gif") 0 5px no-repeat;
} 

.smallprint {
font-size: 10px;
color:silver; 
}

.smallprint2 {
font-size: 9px;
color:grey; 
}

/* End Classes */




