﻿
*
{
	font-family: Arial, Sans-Serif;
}

body
{
	/* 
		Clears white space around the body except for the top which gets 10 pixels.
	*/
	margin: 10px 0 0 0;
}

a
{
    /*
		Clears the underline on normal links, and give them #308462 as the color.
	*/ /*color: #308462;*/
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

a:link
{
     color: #800000;
}

a:hover
{
	/*
		Underlines links when the users hover the mouse over them.
	*/
	text-decoration: underline;
}

h1
{
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
}

.h1
{
            text-decoration: underline;
            text-align: center;
            font-size: xx-large;
}

h2
{
    font-size: large;
}

.h2Center
{
    text-align: center;
    /*font-size: larger;*/
}

.h2Red
{
    color: Red;
}

.Introduction
{
  font-style: normal;
  color: #003399;
  font-weight: bold;
  font-size: 14px;
}

.LargeText
{
     font-size:  1.3em;
}

.ImageHeader
{
    font-style: normal;
    color: #003399;
    font-weight: bold;
    font-size: 16px;
    width: 600px;
    text-decoration: underline;
}

.ImageText
{
    font-style: normal;
    color: #003399;
    font-weight: bold;
    font-size: 16px;
    width: 600px;
}

#PageWrapper
{
	/*
		Sets the total width for the entire page. 
	*/
	/*width: 844px;*/
	/*width: 1096px;*/
	/*width: 1152px;*/
	/*width: 1162px;*/
	width: 1180px;
	/*background-color: #cccccc; grey*/
	background-color: #d0c6bc;
}

#Header
{
	/*
		Gives the header the same width as the PageWrapper. The height creates some room for the logo
		that is set with the background-image.
	*/
	background-image: url(Images/Header1096.jpg);
	/*width: 844px;*/
	width: 1096px;
	height: 86px;
	     text-align: right;
         color: #800000;
}

.HeaderEmail
{
     text-align: right;
         color: #800000;
}
.HeaderLink
{
	/*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	*/
	/*width: 844px; */
	width: 844px;
	height: 86px; 
	display: block;	
}

#MenuWrapper
{
	/*
		The menu spans the page width, right below the header.
		At the top and left a few pixels padding is applied to create some room.
	*/
	/*background-image: url(Images/MenuBackground.jpg);*/
	width: 827px;
	height: 36px;
	padding-top: 7px;
	padding-left: 17px;
}

#MenuWrapper a
{
	/*
		Links in the Menu are white. This gets overriden by styles in chapter 7.
	*/
  color: #fff;
}

.MainMenu
{
	/*
		The Menu gets a white border on all four sides.
	*/
	border: 1px solid white;
	/*width: 814px;*/
	width: 1060px;
	height: 19px;
	background-color : #cccccc;
}


#LeftSide
{
    width: 100px;  /*88px;*/
    float: left;
}

#MainContent
{
    /*
		Defines the main content area. The #MainContent element has a minimum height of 500 pixels, but can grow if necessary.
		The font-size is 80% of its parenty element, which in this case comes down to 80% of the font
		the user has specified as the default font in the browser.
	*/
    font-size: 0.8em; /* 0.8em;*/ /*width: 659px;*/
    
    /*width: 844px;*/
    width: 800px;
    /*border-left: 1px solid white;*/
    /*border-left: 44px;
    border-right: 2px solid white;*/
    float: left;
    background-color: White;
    /*min-height: 7500px;*/
    /*height: 750px;*/
    height: auto;
    padding: 10px;
}

#Sidebar
{
	/*
		The SideBar is positioned to the right of the MainContent area. It gets the same font-size as #MainContent
		and gets a background image called Sidebar.jpg. To ensure the image is visible in (most) browsers
		on a dmall page, the element gets a minimum height of 500px. This is ignored by IE 6.
	*/
	font-size: 0.8em;
	font-weight:bold;
	/*background-image: url(Images/Sidebar.jpg);*/
	background-repeat: no-repeat;
	/*background-color: #cccccc;*/
	background-color: #d0c6bc;
	/*background-color: #B0C4DE; baby-blue*/
	/*width: 152px;*/
	width: 240px;   /* auto;*/
	/*min-height: 1500px;*/
	/*height: 760px;*/
	height: 760px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.SidebarEmail
{
    color: #800000;
    font-size: 0.8em;
}

.SidebarCenter
{   
    text-align: center;
}

.SideBarText
{
    font-weight: normal;
    font-size: 0.8em;
}

.SideBarBold
{
    font-weight: bold;
}

.CurriculumProvider
{
 color: Navy;
}

#Footer
{
	/*
		The footer is positioned below all other content (yet still within PageWrapper).
		At the top, it gets a border with a dashed style, while all other sides have no border.
		clear: both is used to clear the impact of the float properties used for #MainContent and #SideBar.
	*/
	clear: both;
	height: 37px;
	/*background-color : #bee4cf;*/
	background-color: #d0c6bc;
	color: Black;
	text-align: left;
    font-size: 12px;	
	font-weight: bold;
	line-height: 37px;
    padding-left: 100px;
}

.MyButton
{
 /*color: #308462;*/
 color: Maroon;
  
 }
 
 .BuyTable
 {
     font-weight: bold;
 }
 
 
 .collapsePanel
{
	width: 700px;
	height: 0px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}
 
  .collapsePanelOpen
{
	width: 700px; /*height: 0px;*/
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}
 
 .collapsePanelHeader
{
    width: 800px;
    height: 30px;
    color: Blue;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}
 
.StaticMenuItemStyle, .StaticMenuItemStyle a
{
 /* Defines the look of main menu items. */
 /*color: #707070;*/
 color: White;
 font-size: 18px;
 font-weight: bold;
 text-decoration: none;
 padding-left: 2px;
}

.StaticHoverStyle, .StaticSelectedStyle
{
 /* Defines the look of active and hover menu items */
 /* background-color: #c1e4ce; */
 background-color: #d0c6bc
}

.DynamicMenuItemStyle
{
 /* Defines the sub menu items */
 font-size: 14px;
 color: #707070;
 background-color: #cccccc;
 padding: 4px 2px 4px 3px;
}

.DynamicHoverStyle
{
 /* Defines the hover style of sub menus */
 background-color: #707070;
 color: White;
}

.DynamicHoverStyle a
{
 /* Removes the underline from links in the sub menus */
 text-decoration: none;
}

