﻿form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
/*    margin: 0px;*/
    padding: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #464749;
	background: #F3F3F3;/*#FFFFFF; */
}

a           
{   
    color: #E66600;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 17px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #E66600
}
h2,h3,h4,h5,h6
{
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #8A0E04
}


#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	background: #FFFFFF; 
}

#top { 
	height: 170px; 
	width: 1024px;
	}
#logo 
{ 
	float: left;
	height: 170px;
	width: 450px;
}
#quote
{
	background: url(/images/quote.jpg) no-repeat top left;
	height: 170px;
	width: 574px;
	float: right;
}

#topNav
{
	font-size: 12px;
	color: #464749;
	font-weight: normal;
	margin: 130px 0px 0px 40px;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #464749;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #E66600;
	text-decoration: none;
}

#header
{
	height: 305px;
	width: 1024px;
	background: url(/images/header.jpg) no-repeat top left;
	position: relative;
}
#tip
{
	position: absolute;
	top: 0px;
	left: 508px;
	width: 190px;
	text-align: left;
	color: #FFF;
}
#tip h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 15px;
	text-align: left;
	color: #FFF;
}

#question
{
	position: absolute;
	top: 55px;
	right: 55px;
	width: 205px;
	text-align: left;
	color: #FFF;
}
#subQuestion
{
	position: absolute;
	top: 35px;
	left: 70px;
	width: 205px;
	text-align: left;
	color: #FFF;
}
#question h1,
#subQuestion h1
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: #FFF;
}
#question small,
#subQuestion small
{
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: #FFF;
}
#firstTitle
{
	position: absolute;
	top: 284px;
	right: 65px;
	
	width: 180px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#subHeader
{
	height: 222px;
	width: 1024px;
	background: url(/images/subHeader.jpg) no-repeat top left;
	position: relative;
}

#leftNav
{
	border-right: 1px solid #C0C0C0;
	font-size: 12px;
	color: #464749;
	font-weight: normal;
	margin: 18px 0px 0px 35px;
	text-decoration: none;
	text-align: left;
}
#leftNav a
{
	display: block;
	border-bottom: 1px solid #C0C0C0;
	line-height: 34px;
	font-size: 17px;
	color: #FF8300;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
	background: none;
}
#leftNav a.last
{
	border-bottom: 0px solid #C0C0C0;
}
#leftNav a:hover, #leftNav a.selected
{
	color: #8A0E04;
	text-decoration: none;
	background: url(/images/nav.jpg) no-repeat right top;
}

#homeText
{
	font-weight: normal;
	margin: 15px 15px 30px 25px;
	text-align: left;
}

#subText
{
	font-weight: normal;
	margin: 15px 85px 30px 85px;
	text-align: left;
}

.greyBox
{
	background: #CDCDCF;
	color: #2B2B2D;
	font-size: 12px;
	line-height: 12px;
	padding: 15px 12px;
	margin: 0px 46px 10px 0px;	
}

.greyBox a
{
	color: #8A0E04; /*E66600;*/ /*464749;*/
	text-decoration:none;
}

.greyBox a:hover { text-decoration: underline; } 


.boxTitle
{
	background: #4D4D4F;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding: 0px 12px;
	margin: 0px 46px 0px 0px;	
}

#bottomNav
{
	font-size: 10px;
	color: #464749;
	font-weight: normal;
	padding: 12px 0px 0px 35px;
	text-decoration: none;
	text-align: left;
}
#bottomNav a
{
	font-size: 10px;
	color: #464749;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: none;
}
#bottomNav a:hover, #bottomNav a.selected
{
	color: #464749;
	text-decoration: underline;
}

#copyright
{
	font-weight: normal;
	color: #464749;
	font-size: 10px;
	padding: 10px 40px;
	text-align: left;
}

.CourseContentTitle
{
	text-decoration:underline;
}

.CourseTitleLink
{
    color: #464749;
    font-weight: normal;
	text-decoration: none;
}

.CourseTitleLink:hover
{
    color: #E66600;
    font-weight: normal;
	text-decoration: none;
}


