﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #111;
	background-attachment: fixed;
	background-size: 100%;
}

img.border
{
	border: 1px solid;
}

img.noborder
{
	border: none;
}

h1
{
	font-size: x-large;
	text-align: left;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 a
{
	font-size: x-large;
	text-align: left;
	font-weight: normal;
}

h2
{
	font-size: large;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0px;
}

p
{
	font-size: small;
}

a:hover
{
	color: #ece000;
	text-decoration: underline;
}

/*IE9 Fix for AJAX Animation- stupid IE*/

* { opacity:1!important; }

/*End IE9 Fix */

/*Layout*/

#wrapper
{
	margin: 0 auto;
	width: 670px;
	border: 1px black solid;
	box-shadow: 0px 1px 10px #f0f0f0;
}

#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: right; /*clear:both;*/
	width: 49%;
	margin-right: 1%;
}
#header
{
	width: 670px;
	height: 100%;
}

#footer
{
	width: 670px;
	clear: both;
	color: #FFF;
	background: #003300;
	text-align: center;
	padding: 4px 0px 4px 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 (On Master 2)*/
#bottom
{
	width: 650px;
	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: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

/*Control Navigation Location within Banner Div*/
#NavigationContainer
{
	padding-top: 70px;
	text-align: left;
	padding-right: 50px;
}
/**/

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 -4px 8px 6px;
	border: none;
	padding: 0px;
}
/**/

/*Controls the Data List (Programs) on Default.aspx*/

div.controlDiv
{
	margin-bottom: 30px;
}

a.ProgramName
{
	font-size: large;
	text-align: left;
	font-weight: normal;
	color: #003300;
	text-decoration: #none;
}

a.ProgramName:hover
{
	font-size: large;
	text-align: left;
	font-weight: normal;
	color: #ece000;
}

p.DataList
{
	font-size: small;
	margin: 0px 10px 5px 10px;
}
/**/
