* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #FFFFFF;
 font-size: 12px;
 background-image:url(images/bg-tile.gif);
 background-repeat:repeat;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #a1ba7e;
 margin: 20px 0px 0px 0px;
 background-color: #fff;
 min-height: 400px;
 float: right;
 width: 780px;
}
* html #border {height:400px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 0px 0px 0px 5px;
 background-image: url(images/nav-bar.gif);
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}
/* ------------------------ End Navigation Bar -----------------*/

/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 10px 10px 0px;
}
/* ------------------------ End Images -----------------*/

/* ------------------------ Start Main Columns -----------------*/

#rightcolumn {
/* border: 1px solid red;*/
 margin: 3px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#header1 {
 color: #fff;
 font-weight: bold;
 font-size:16px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/header_bg.gif);
 background-repeat: no-repeat;
 height: 20px;
 padding: 0px 0px 0px 5px;
}

#mission {
 color: #fff;
 font-weight: bold;
 font-size:15px;
 margin: 0px;
 background-image: url(images/header_bg.gif);
 background-repeat: no-repeat;
 height: 20px;
 padding: 0px 0px 0px 5px;
}

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 775px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-repeat: repeat;
 padding: 10px 0px 5px 5px;
}

.linkpics {
	height:100px;
	width:260px;
	border: 1px solid #999900;
	border-bottom:none;
	border-top:none;
	border-left:none;
}

/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/

h1 {
 font-size: 16px;
 color: #a1ba7e;
}

h2 {
 font-size: 14px;
 color: #a1ba7e;
}

/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #669933;
 width: 200px;
}

.submit {
 width:60px;
 height:20px;
 background-color:#A1BA7E;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 font-weight:bold;
}

#footer {
 background-color:#E1E8CE;
 border: 1px solid #a1ba7e;
 border-top:none;
 font-size: 10px;
 padding: 2px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 10px;
}
#nav-bar li {
 list-style: none;
}

ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

#nav-bar a:link {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color:#E3F1C7;
 text-decoration: none;
}
a:link {
 color: #a1ba7e;
 text-decoration: none;
}
a:visited {
 color: #006600;
 text-decoration: none;
}
a:hover {
 color: #006600;
 text-decoration: none;
}

