/*  Frontend CSS - frontend-style.css	*/

/*  Establish general layout parameters */
	

body       { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	color: #000; 
        margin: 0px 0px 0px 0px;	

}


td         { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000000; 
}


h1	{
	color: #000;	
	font-size: 18px;
	font-weight: bold;
}

h2	{
	color: #000;	
	font-size: 16px;
	font-weight: bold;
}

h3	{
	color: #000;	
	font-size: 16px;
	font-weight: bold;

}

.text-header	{
	color: #000000;	
	font-size: 16px;
	font-weight: bold;
}


/*  Define the Link Color(s) */

a            { 
	color: #E55F3A; 
	text-decoration: none; 
	font-weight: bold 
}

a:active     { 
	color: #E55F3A; 
	text-decoration: none; 
	font-weight: bold

}
	
a:link       { 
	color: #E55F3A; 
	text-decoration: none; 
	font-weight: bold 
}

a:visited    { 
	color: #E55F3A; 
	text-decoration: none; 
	font-weight: bold 

}
	
a:hover      { 
	color: #E55F3A; 
	text-decoration: underline; 
	font-weight: bold 

}


/*  Define the footer */


.text-copyright	{
	color: #FFFFFF;	
	font-size: 10px;
}


/*  Define the form elements */


input.button	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
	font-weight: bold; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 100px;
	height:20px;
}

input.largebutton	{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
	font-weight: bold; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 150px;
	height:20px;
}

input.textbox	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width:200px;
	height:20px;
	padding-left:3px;
}

select.select	{  
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 200px;
	height:20px;
}

select.selectmedium	{  
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 365px;
	height:20px;
}

select.selectlarge	{  
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 425px;
	height:20px;
}

textarea.textarea	{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 300px;
	height:100px;
	padding-left:3px;
}

input.searchbutton	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 30px;
	height:20px;
	vertical-align:middle;
}

input.searchbox	{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 180px;
	height:20px;
	padding-left:3px;
}

input.smalltextbox	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 100px;
	height:20px;
	padding-left:3px;
}

input.mediumtextbox	{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 150px;
	height:20px;
	padding-left:3px;
}

/* Define the Subnav Location */

div.CourseNav {
	position: absolute;
	top: 80px;
	left: 285px;
	width: 140px;
	padding: 0px;
	visibility: hidden;
	z-index:4;

}

div.ContactNav {
	position: absolute;
	top: 80px;
	left: 653px;
	width: 140px;
	padding: 0px;
	visibility: hidden;
	z-index:4;

}

div.HideTopLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 771px;
	height: 47px
	padding: 0px;
	visibility: hidden;
	z-index:3;

}

div.HideBottomLayer {
	position: absolute;
	top: 84px;
	left: 0px;
	width: 771px;
	height: 200px;
	padding: 0px;
	visibility: hidden;
	z-index:3;

}


/* Define the Subnav Element Styles */

#SubNav td		{
	font-size:10px;
	font-weight:bolder;  
	text-align: left;
   	vertical-align: middle;	
	background-image: none;	
	background-color: #F8E9A3;
	display: block; 
	width: 140px;	
	color: #000;
	float: none;
	padding: 0px;
}


#SubNav td a		{
	font-size:11px;
	font-weight:bolder;  
	text-align: left;
   	vertical-align: middle;	
	height: 24px;
	line-height:24px;
	background-image: none;	
	background-color: #F8E9A3;
	display: block; 
	width: 140px;	
	color: #000;
	float: none;
	text-decoration: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


#SubNav td a:hover  {
	background-image: none;
	color: #000;
	background-color: #F5E07D;
   	text-decoration : none;   
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	

}

.text-copyright {
   FONT-SIZE: 10px;
   COLOR: #BEBEBE;
}