/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	padding: 0px;
	font-family: Helvetica, Arial, "sans serif";
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}

a,
a:link 
a:visited 
a:active {
   text-decoration: none;
   color: rgb(255,102,51);
}

a:hover {
   text-decoration: underline;
   color: rgb(20,217,242); 
}

#Container {
	margin: 0 auto;
	width: 652px;
	text-align:left;
  }
  
#MainContent {
	margin: 0;
	width: 652px;
	text-align: left;
}

#Header {
	background-image: url(../images/HeaderBG.gif);
	height: 148px;
	width: inherit;
	background-repeat: no-repeat;
	overflow: hidden;
}

#Header .Logo {
	position: relative;
	float: right;
	padding: 15px;
}

#Header #NavBlock {
	padding: 0px;
	padding-left: 12px;
	height: inherit;
	font-size: 12px;
	line-height: 10px;
}

#Header #NavBlock table {
	height: 100%;
}

#NavHomeIcon {
	padding-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

#NavLinksCol {
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left:5px;
	padding-top:0px;
	margin: 0px;
}

.NavImage {
	padding: 0px;
	margin: 0px;
}

#Header a,
a:link 
a:visited {
   text-decoration: none;
   color: #FFFFFF; 
}

#Header a:active {
   text-decoration: none;
   color: rgb(255,102,51);
}

#Header a:hover {
   text-decoration: none;
   color: rgb(20,217,242);
}

#Header .NavColumnTitle {
	font-size: 14px;
	font-weight: bold;
}

#Header .CurrentNavColumn {
   color: rgb(20,217,242);
}

#Footer {
	background-image: url(../images/FooterBG.gif);
	height: 113px;
	width: inherit;
	background-repeat: no-repeat;
	clear:both;
	color:#FFFFFF;
	position: relative;
	top: 23px;
}

#Footer img{
	float: left;
}

#JoinMailingList{
	height: 70px;
	margin: 0px;
	margin-top: 13px;
	padding: 0px;
	font-size: 14px;
	float: right;
	text-align:right;
}

#JoinMailingList form{
	margin: 0px;
	padding: 0px;
}

#JoinMailingList input {
	border: 1px solid rgb(180,180,180);
	margin: 0px;
	padding: 0px;
	font-size:11px;
	float: none;
	text-align:right;
}

#Copyright {
	padding: 10px;
	width: inherit;
	clear:both;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#MainTextBlock {
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
	overflow: visible;
	padding: 0px;
	width:360px;
	float: left;
}

#ImageBlock {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	background-repeat: no-repeat;
	width:167px;
	float: right;
	height:auto;
	overflow: hidden;
}

#ImageBlock img {
	margin-bottom: 20px;
}

.BlockText {
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
}

h1, h2, h3, h4, h5 {
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight: bold;
    text-transform:uppercase;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom:0px;
	margin-top:16px;
}

img {
	border: 0px;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#Header td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 4px;
	margin-bottom: 0px;
}

div {
	box-sizing: content-box;
}

#newsBlock {
	margin-top: 5px;
	height: auto;
	width: 100%;
	padding-bottom: 40px;
}

#newsBlock p {
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#newsBlock a {
	padding-right: 10px;
}

#newsBlock h3 {
	font-size:13px;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 2px;
	border-top: 1px;
	padding-top: 3px;
}

.newsHeading h2 {
	font-size:14px;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 2px;
	color: rgb(255,102,51);
}

.headMistressSez {
	font-size:16px;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 2px;
	color: rgb(255,102,51);
}

#datesBlock {

}

#datesBlock h4 {
	font-size:13px;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 2px;
	text-transform:uppercase;
}

#datesBlock p {
	margin-top: 0px;
	margin-bottom: 2px;
}


#subNav {
	background-image: url(../images/CoursesSubNavBG.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10px;
	height: 18px;; /* height and padding for IE */
	padding: 7px;
	padding-left: 16px;
}

#subNav 	li {
	float: left;
	margin-right: 20px;
}

#subNav 	ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	list-style-image:none;
}

#subNav li a,
		a:link 
		a:visited 
		a:active {
	text-decoration: none;
	font-weight: bold;
}

#subNav li a:hover {
	text-decoration: none;
	color: rgb(255,102,51);
}

#courseDateBlock{
	float: left;
	width: 310px;
}

.newsDate {
	float: left;
	font-size: 90%;
	clear: both;
	width: 100%;
}

/* Taken out of the pages */

  #Header #NavBlock .courseNavLink a,
a:link 
a:visited 
a:active {
   color: rgb(255,102,51);
}

#Header #NavBlock .NavLink a:hover {
   color: rgb(255,102,51);
}

li.subNav14 a,
a:link 
a:visited 
a:active {
	color: rgb(255,102,51);
}

li.subNav14 a:hover {
   color: rgb(255,102,51);
}

li.subNav a,
a:link 
a:visited 
a:active {
	color: rgb(0,0,0);
}

li.subNavHighlightedStyleName a:hover {
   color: rgb(0,0,0);
} 


dd
{
    
}

dt {
    margin-top:15px;
}

.error{color:red;}

