* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #FFFFFF;
 font-size: 12px;
}
.wrapper {
	width: 100%;
	margin: 2mm;
}
#border {
	background-color: #fff;
	height: 28cm!important;
	height: 776px;
	float: right;
	width: 100%;
}
* html #border {} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
	text-align: center;
}
.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}

/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
	display: none;
}
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
	float: left;
	margin: 0px 14px 10px 0px;
	border: 1px solid #3366CC;
	padding: 2px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
	display: none;
}
* html #leftcolumn {} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: none;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

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


#rightcolumn {
/* border: 1px solid red;*/
 margin: 0;
 display: block; /* IE Hack */
 width: 90%;
 float: left;
 min-height: 300px;
 height: auto !important;
 height: 300px;
}
* html #rightcolumn {
	height:300px;
} /* IE Min-Height Hack */ 


.sponsor {
 display: none;
}
* html .sponsor {} /* IE Min-Height Hack */

.maincontent {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	display: inline; /* IE Hack */
	float: left;
	margin-bottom: 7px;
	width: 100%;
	margin-right: 0mm;
	margin-left: 0mm;
}
* html .maincontent {} /* IE Min-Height Hack */

.content-mid {
}
.left-mid {
}
.left-heading {
}
* html .left-heading {} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #000000;
}
/* ------------------------- End Headings ---------------------*/

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



#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}
#nav-bar li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}

ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #23458B;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #6E8DCC;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #666666;
 text-decoration: none;
 font-weight: bold;
}

#nav-bar a:link {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #FFFF99;
 text-decoration: none;
}
a:link {
 color: #666666;
 text-decoration: none;
}
a:visited {
 color: #6E8DCC;
 text-decoration: none;
}

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

.content-top {
}
.content-bottom {
}
.sponsor img {
}
