* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 background-image: url('images/1.jpg');
 color: #000000;
 font-size: 12px;
 }

 background-repeat:repeat;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 0px 0px;
 background-color: #000000;
  padding: 0px 0px 0px 0px;
}

/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
 background-color: #3953A4;
 margin: 0px 0px 5px 0px;
 min-height: 17px;
 padding: 5px;
 text-align: center;
 border-bottom: 2px solid #000000;
}
* html .nav-bar {height: 17px} /* IE Min-Height Hack */ 

.nav-links li {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 list-style: none;
 display: inline;
 margin-right: 16px;
}

.nav-links li a:link {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:visited {
 font-family:Geneva, Arial, Helvetica, sans-serif; 
 color: #000000;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:hover {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 background-color: #3953A4;
 color: #ffffff;
 font-weight: bold;
 font-size: 13px;
 text-decoration: underline;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background-color: #ffffff;
 width: 772px;
 padding: 4px;
 min-height: 655px;
 margin-bottom: 2px;
 border:3px 0px 3px 1px;
 border-style: solid;
 
}
* html #outercontent {height: 450px} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */ 
 background-color: #ffffff;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 7px;
 width: 550px;
 float: left;
 color: #000000;
}
.rightcolumn {
  margin: 0px 0px 13px 13px;
 padding: 15px;
 display: inline; /* IE Hack */
 width: 158px;
 float: left;
 border: 1px solid #000000;
 background-color: #ffffff;
 
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
 border: 0px solid #000000;
 padding: 0px;
 margin-bottom: 0px;
 background-image: url('images/bkgrdbottom.jpg');
 background-color: #000000;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 24px;
 font-family: Arial;
 color: #F26721;
}
h3 {
 font-size: 18px;
 font-family: Arial;
 color: #3953A4;
 }
 
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
 border: none;
}
/* Links */
a:link {
 color: #F26721;
 text-decoration: none;
}
a:visited {
 color: #F26721;
 text-decoration: none;
}
a:hover {
 color: #000000;
 font-weight: bold;
 text-decoration: underline;
}

