* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #FFFFFF;
 font-size: 12px;
}
.wrapper {
 width: 800px;
 margin: 0 auto;
}
/* -------------- Start Navigation Bar ------------- */
.navbar {
 margin: 0px 5px 0px 0px;
}
#nav-left {
 display: inline; /* IE Hack */
 width: 600px;
 float: left;
 padding: 12px 0px 12px 0px;
}
#nav-right { 
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 12px 0px 12px 0px;
 width: 258px;
 float: left;
 text-align: right;
}
/* -------------- End Navigation Bar ------------- */

/* -------------- Start Header 1------------- */
#header {
 margin: 0px 5px 0px 10px;
 text-align: right;
 color: #fff;
 padding: 8px 18px 0px 5px;
 height: 24px;
 background-image: none;
 background-repeat: no-repeat;
}
/* -------------- End Header 1------------- */

/* -------------- Start Header ------------- */
#header {
 margin: 0px 5px 0px 10px;
 text-align: right;
 color: #fff;
 padding: 8px 18px 0px 5px;
 height: 24px;
 background-image: url(images/top-header.jpg);
 background-repeat: no-repeat;
}
/* -------------- End Header ------------- */


/* -------------- Start Columns ------------- */
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: -5px 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 321px;
 float: left;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 margin: 10px 0px 0px 0px;
 display: inline; /* IE Hack */
 float: left;
 width: 263px;
 text-align: right;
}
#rightcolumn {
 margin: 10px 5px 0px 15px;
 display: inline; /* IE Hack */
 float: right;
 background-image: url(images/daily-links.jpg);
 background-repeat: no-repeat;
 width: 143px;
 min-height: 165px;
 padding: 10px 10px 0px 12px; 
}
* html #rightcolumn {height: 155px} /* IE Min-Height Hack */ 

#bottomcolumn {
 margin: -115px 0px 10px 31px;
 min-height: 60px;
 display: inline; /* IE Hack */
 float: right;
 width: 475px;
 text-align: right;
 padding-top: 117px; 
 padding-right: 4px; 
 background-image: url(images/banner.jpg);
 background-repeat: no-repeat;
}
* html #bottomcolumn {height: 23px} /* IE Min-Height Hack */


#leftcontent { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 500px;
 float: left;
 min-height: 300px;
}
* html #leftcontent {height:300px} /* IE Min-Height Hack */ 

#rightcontent {
 margin: 0px 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 243px;
 float: right;

 min-height: 300px;
}
* html #rightcontent {height:300px} /* IE Min-Height Hack */ 

#rightcontent2 { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 760px;
 float: right;
 min-height: 300px;
}
* html #leftcontent {height:300px} /* IE Min-Height Hack */ 

.bg1{
background-image: url(images/bground.gif);
background-repeat: repeat-x;
background-position: top;
padding: 2px 0px 2px 5px;
border-left: 0px solid #446644;
}

/* -------------- End Columns ------------- */

/* -------------- Start Footer ------------- */
#footer {
 background-image:url(images/footer.jpg);
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 17px;
 float: left;
 color: #fff;
 font-weight: bold;
 width: 97.7%;
 min-height: 44px;
 background-repeat: no-repeat;
}
* html #footer {height: 44px} /* IE Min-Height Hack */ 
/* -------------- End Footer ------------- */


/* -------------- Start Lists ------------- */
ul#utility-links li {
 display: inline;
 margin-left: 10px;
}
ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}
/* -------------- End Lists ------------- */


/* -------------- Start Links ------------- */
ul#utility-links li a:link{
 color: #FFFFFF;
 text-decoration: none;
}
ul#utility-links li a:visited{
 color: #FFFFFF;
 text-decoration: none;
}
ul#utility-links li a:hover{
 color: #FFFFFF;
 text-decoration: underline;
}
h2 a:link {
 font-size: 20px;
 text-decoration: none;
 color:#FFFFFF;
}
h2 a:visited {
 font-size:5px;
 text-decoration: none;
 color: #FFFFFF;
}
ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}
/* -------------- End Links ------------- */


/* -------------- Start Headings ------------- */
h1 {
 font-size: 21px;
 color: #4060BF;
}
h2 {
 font-size: 20px;
 display: inline;
 color: #FFFFFF;
}
h3 {
 font-size: 21px;
 color: #5F5F5F;
 }
 h5 {
 font-size: 15px;
 color: #12938f;
/* -------------- End Headings ------------- */


/* -------------- Start Misc ------------- */
img {
 border: none;
}
.text {
 margin: 0px 5px 0px 5px;
}
#search {
 border: 1px solid #999;
}
/* -------------- End Misc ------------- */