﻿body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(Images/Background.png);
}

img.border {
 border: 1px solid;
}

img.noborder {
 border: none;
}

h1 
{
 font-size: x-large;
 text-align: left;
 font-weight: normal;
}

h1 a
{
 font-size: x-large;
 text-align: left;
 font-weight: normal;
}

h2 
{
 font-size: large;
 text-align: left;
 font-weight: normal;
 padding-bottom: none;
}

p {
 font-size: small;
}

a:hover {
 color: #FF9933;
 text-decoration: underline;
}

/*Layout*/

#wrapper { 
 margin: 0 auto;
 width: 670px;
 border: 1px black solid;
}

#content { 
 float: left;
 color: #000;
 background: #FFFFFF;
 height: 100%;
 width: 650px;
 display: inline;
 text-align: left;
 padding: 10px;
}

#leftcolumn 
{
 float:left;
 width: 50%;
 text-align: left;
}

#rightcolumn 
{
 float:left;
 width: 49%;
 margin-right: 1%;
}
#header {
 width: 670px;
 margin: 0 auto;
 height: 100%;
}

#footer { 
 width: 670px;
 clear: both;
 color: #FFF;  
 background: #003300;
 text-align: center;
 padding: 8px 0px 8px 0px;
 font-size: medium;
}

#footer a {
 color: #FFF;
 text-decoration: underline;
}

#footer a:hover {
 color: #FF9933;
 text-decoration: underline;
}

/*This is set up for the bottom/3rd content placeholder if it is ever added*/
#results { 
 width: 670px;
 height: 100%;
 clear: both;
 color: #000;
 background: #FFFFFF;
 text-align: left;
 padding-top: 4px;
}
/**/

/*bg color and image defined in skin file*/

div.gridview {
 padding-left: 0px;
 width: 650px;
 white-space:normal;
}
/**/

#banner 
{
 width:670px;
 height: 65px;
 text-align: center;
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;
 background-repeat: no-repeat;
 background-position:center top;
}

div.centeredImage
    {
 text-align:center;
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;
    }

/*Controls Image on Default.aspx (using master2.master*/
div.master2Image
{
 float: right;
 margin: 10px 10px 8px 6px;
 border: none;
 padding: 0px;
}
/**/


/*Controls the Data List on Default.aspx*/

div.controlDiv
{
 margin-bottom: 30px;
}

a.ProgramName
 {
 font-size: large;
 text-align: left;
 font-weight: normal;
 color: #336699;
 text-decoration: #none; 
}

a.ProgramName:hover
 {
    font-size: large;
    text-align: left;
    font-weight: normal;
    color: #FF9933;
}

p.DataList {
 font-size: small;
 margin: 0px 10px 5px 10px;
 line
}

/**/