﻿*
{
  font-family: Calibri;
  font-size: small;
  text-align: left;
}

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.
	*/
    text-decoration: none;
    color: #800000;
}

a:hover
{
    /*
		Underlines links when the users hover the mouse over them.
	*/
    text-decoration: underline;
    color: #0000FF;
}

h1
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 20px;
}

.Introduction
{
  font-style: italic;
  color: #003399;
}

#PageWrapper
{
  /*
		Sets the total width for the entire page. 
	*/
  border: thin outset #808080;
  width: 928px;
  background-color: #FFFFFF;
}

#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.
	*/
  width: 934px;
  height: 110px;
  background-color: #C0C0C0;
}
  
#Heading
{
  /*
		provides heading format to the sidebar
	*/
        font-size: medium;
        color: #0000CC;
}
#Heading2
{
    /*
		provides heading format to the sidebar
	*/
    font-size: x-large;
    color: #0000FF;
    font-weight: bold;
}

#Heading3
{
    /*
		provides heading format to the sidebar
	*/
     font-size: xx-large;
    text-decoration: underline;
    color: #0000CC;
    font-weight: bolder;
}
    
.Logo
{
 /*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	*/
  border: thin solid #008000;
  background-image: url(Images/Logo.jpg);
  width: 144px;
  height: 66px;
  display: block;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
 
}
.Banner
{
  /*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	*/
  border: thin solid #008000;
  background-image: url(Images/Banner.jpg);
  width: 767px;
  height: 98px;
  display: block;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
  /*
.HeaderLink
{
 
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	
  background-position: center center;
  width: 550px;
  height: 50px;
  float: right;
  padding-left: 17px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: small;
  color: #000000;
  font-family: Calibri;
  text-align: left;
  font-weight: bold;
  background-color: #FF9900;
}
*/
#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: 917px;
  height: 25px;
  padding-top: 7px;
  padding-left: 17px;
  background-color: #333333;
}

#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: thin solid #808080;
  width: 914px;
  height: 19px;
  background-color: #3366CC;
}

#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;
  width: 600px;  
  float:left;
  background-color: #FFFFFF;
  min-height: 600px;
  padding: 10px;
  margin-left: 280px;
}
#HeadingUsefulLinks
{
    font-size: x-large;
    font-weight: bold;
    color: #FF9900;
}
#SidebarLeft
{
    /*
		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.
	*/
    position: absolute;
    font-size: 0.8em;
    float: right;
    width: 282px;
    min-height: 620px;
    background-color: #C0C0C0;
    color: #008000;
}



.Heading
{
  /*Applies style to student's title Heading*/
  font-size: 1.7em;
  float: right;
  width: 152px;
  min-height: 500px;
  background-color: #C0C0C0;
  color: #000000;
  text-decoration: blink;
}
	
/*
#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.
	
  position: absolute;
  font-size: 0.8em;
  border: thin outset #808080;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 152px;
  min-height: 500px;
  padding: 10px 10px 10px 10px;
  float: right;
  margin-left: 772px;
  color: #3333CC;
}
*/
#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: #808080;
  color: White;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 37px;
  width: 937px;
}
.MyButton
{
color:#308462;
}
.StaticMenuItemStyle, .StaticMenuItemStyle a
{
  /* Defines the look of main menu items. */
  color: #707070;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 0px;
}

.StaticHoverStyle, .StaticSelectedStyle
{
  /* Defines the look of active and hover menu items */
  background-color: #FFCC00;
}

.DynamicMenuItemStyle
{
  /* Defines the sub menu items */
  font-size: 14px;
  color: #FFFFFF;
  padding: 4px 2px 4px 3px;
  background-color: #808080;
  font-weight: bold;
}

.DynamicHoverStyle
{
	/* Defines the hover style of sub menus */
	background-color: #707070;
	color:#000000 ;
}

.DynamicHoverStyle a
{
	/* Removes the underline from links in the sub menus */
	text-decoration: none;
}
.PleaseWait
{
height:32px;
width: 500px;
background-image: url(Images/PleaseWait.gif);
background-repeat:no-repeat;
padding-left:40px;
line-height:32px;
}
#ContentHeader
{
  /*
		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/ContentHeaderImage.jpg);
  width: 270px;
  height: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 17px;
  font-size: large;
  color: #FFFFFF;
  font-weight: bold;
}

