* {
 padding: 0;
 margin: 0;
}
body {
 font-size:12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #efefef;
 font-size: 12px;
}
.wrapper {
 width: 790px;
 margin: 0 auto;
}
#border {
 border: 1px solid #333399;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: left;
 background-color:#333399;
 margin: 5px 5px 5px 5px;
}
/* ------------------------ End Header -----------------*/
#navigation {
clear:both;
float:left;
border-top:1px solid #333399;
border-bottom:1px solid #333399;
height:35px;
margin-left:4px;
margin-bottom:10px;
width:770px;
}


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/

/* Menu */

/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
clear: both;
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 min-height: 300px;
 background-color:#efefef;

}
#leftcolumnblank { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 min-height: 300px;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.aboutme { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .aboutme {height:125px} /* IE Min-Height Hack */

#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 margin-left:4px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 font-size:12px;
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.left-mid {

padding: 5px 14px 10px 14px;
}

.left-mid ul {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	line-height:150%;
		}
.left-mid ul a {
	font-weight:bold;
	list-style:none;
	line-height:150%;
		}
.left-mid ul hover {
	color:#666666;
	}
			
.left-heading {
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #333399;
 min-height: 11px;
 font-weight: bold;
}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #333388;
 padding-bottom: 10px;
}
h2 {
 font-size: 20px;
 color: #333399;
 padding-bottom: 10px;
}
h3 {
 font-size: 14px;
 color: #333399;
 padding-top: 10px;
 padding-bottom: 5px;
 border-top:1px solid #efefef;
}

/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #333399;
 width: 200px;
}

#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}

ul#daily-links li {
 list-style: none;
 font:Arial, Helvetica, sans-serif;
 font-weight:normal;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
}
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;
}

#nav-bar a:hover {
 color: #333399;
 text-decoration: bold;
}
a:link {
 color: #333399;
 text-decoration: none;
}
a:visited {
 color: #333399;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}


