html {
	height: 100%;
}

body {
   background: #ffffff url(images/bg.gif) repeat-y 50% 0;
   min-width: 700px;
   height: 100%;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
   <!--[if gte IE 5]>
	margin-bottom: -30px;
	<![endif]-->
}

#wrapper {
   margin: 0px auto;
   text-align: left;
   width: 700px;
}

h1 {
   width: 700px;
   height: 150px;
   text-indent: -9999px;
   background: url(images/header.jpg);
   margin: 0;
   padding: 0;
}

#left {
	width: 180px;
	float: left;
}

#contentarea {
 background: url(images/content_bg.gif) no-repeat;
 float: left;
 width: !important 520px;
 width: 520px;
 max-width : !important 520px;
 border-top: 0;
}

#content {
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
 }
 
#right {
	width: 200px; 		
	float: right;
}

#rightcontainer {
	width: 200px;
	}

#rightcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	letter-spacing: 1px;
	border-top: 20px solid #cccccc;
}
	
#navcontainer {
	width: 175px;		
}

#navcontainer ul {
	
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
	letter-spacing: 1px;
}

#navcontainer a {
 	display: block;
 	width: 175px;
 	height: 22px;
	line-height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background:  url(images/static-button.gif);
 	color: #ffffff;
 	text-decoration: none;
}

#navcontainer a:hover, #navlist a:active {
	background:  url(images/hover-button.gif);
	color: #0038A8;
	text-decoration: none;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background:  url(images/hover-button.gif);
	color: #0038A8;
	text-decoration: none;
}

#navcontainer li a#current {
	background:  url(images/nav_button_over.gif);
	color: #00209f;
	text-decoration: none;
	margin: 0;
}


#content h2 {
 font: normal 18px Georgia, Times New Roman, Times, serif;
 font-weight: bold;
 font-decoration: outline;
 color: #0038A8;
 width: 450px;
 padding: 0 0 0 30px;
 background: transparent url(images/bullet.gif) no-repeat;
}

#content h3 {
 font: normal 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 width: 450px;
 line-height: 20px;
 }


#footer{
 width: 700px;
 height: 30px;
 background-image: url(images/footer.gif);
 text-align: center;
}

.clearfloats {
 clear: both;
}

.footertext {
 font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 }
 
 .footerlink:link, .footerlink:active
 .footerlink:visited, .footerlink:hover {
 font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
 color: #0038A8;
 }
 
.listbase {
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 line-height: 18px;
 list-style-type: circle;
 width: 280px;
 padding: 0 0 0 0px;
 margin-left: 13px; 
 }

.subheading {
font: 16px/23px Georgia, Times New Roman, Times, serif bold;
font-weight: bold;
color: #0038A8;
}

.text {
 font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin-bottom: 10px;
}

.righttext {
 font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
 margin-bottom: 10px;
 padding-left: 15px;
 padding-right: 15px;
}

.imageright {
 float: right;
 padding: 7px;
 background-color: #ffffff;
 border: 0px;
}

.imageleft {
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 10px;
 padding-bottom: 10px;
 background-color: #ffffff;
 border: 0px;
}

.productimg {
 padding-top:0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 10px;
 background-color: #ffffff;
 border: 0px;
}

#copyright {
 width: !important 200 px;
 width: 170 px;
 padding: 15 15 15 15px;
 border-top: 1px solid white;
 }
 
.copyrighttext {
font: 10px/17px Georgia, Times New Roman, Times, serif;
text-align: center;
color: #999999;
padding-left: 15px;
padding-right: 15px;
}

hr {
    height: 2px;
    width:100%;
    background:#666666;
}


