﻿body
{
	margin: 0;
	color: #000000; 
	/* background-color: #151515; */
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {font-size: 12px;
    margin: 5px 0 5px 0; 
    /* top right bottom left */ 
 }

.OuterFrame
{
	/* background-image: url('images/outerblur.gif'); */
	background-image: url('images/outerblur_white.gif');
	background-repeat: repeat-y;
	background-position: center;
}

.InnerFrame
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}


.Header
{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 191px;
	width: 100%;
}

.NavBar
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}


.HomepageMain
{
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #6aa01c;
	background-image: url('images/hpbackground.png');
}
.HomepageMainAlt
{
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #cfd101;
}
.HomepageMain_2009
{
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #6aa01c;
	background-image: url('images/hpbackground.png');
}
.HomepageHolding
{
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #6aa01c;
	background-image: url('images/hpbackground_holding.png');
}
img
{
	border-width: 0px;
}

.SearchResults
{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fba51b;
	background-image: url('images/orangefadetop.png');
}

.CourseCart
{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f46c22;
	/*background-image: url('images/coursecart.png');*/
	background-image: url('images/hpbackground.png');
}

.CourseCartItems
{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url('images/cartitem.png');
	padding: 2px;
	margin: 0px 0px 2px 0px;
	position: relative;
}

.PageContent
{
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}


.NavBar a:link
{
	color: #ffffff;
	text-decoration: none;
}
.NavBar a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.NavBar a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.FooterNavBar
{
	margin-left: 5px;
	margin-top: 10px;
	font-size: 10px;
	color: #C0C0C0;
	margin-bottom: 5px;
}

.FooterNavBar a:link
{
	color: #C0C0C0;
	text-decoration: none;
}
.FooterNavBar a:visited
{
	color: #C0C0C0;
	text-decoration: none;
}
.FooterNavBar a:hover
{
	color: #ffffff;
	text-decoration: underline;
}