
/* General Links */
a:link       { color: #D9E7EA; text-decoration: none; font-family: Verdana; font-size: 8pt }
a:visited    { color: #D9E7EA; text-decoration: none; font-family: Verdana; font-size: 8pt }
a:active     { color: #D9E7EA; text-decoration: none; font-family: Verdana; font-size: 8pt }
a:hover      { color: #D9E7EA; text-decoration: underline; font-family: Verdana; font-size: 8pt }

/* Banner Links */
a.MainNav:link       { color: #666666; text-decoration: none; font-family: Verdana; font-size: 7.5pt }
a.MainNav:visited    { color: #666666; text-decoration: none; font-family: Verdana; font-size: 7.5pt }
a.MainNav:active     { color: #666666; text-decoration: none; font-family: Verdana; font-size: 7.5pt }
a.MainNav:hover      { color: #666666; text-decoration: underline; font-family: Verdana; font-size: 7.5pt }

/* Body Links */
a.body:link       { color: #31A7E0; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 12px }
a.body:visited    { color: #31A7E0; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 12px }
a.body:active     { color: #31A7E0; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 12px }
a.body:hover      { color: #31A7E0; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 12px }

/* Body Links */
a.body2:link       { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.body2:visited    { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.body2:active     { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.body2:hover      { color: #FFFFFF; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 11px }

/* Body Links */
a.body3:link       { color: #3C3C3C; text-decoration: none; }
a.body3:visited    { color: #3C3C3C; text-decoration: none; }
a.body3:active     { color: #3C3C3C; text-decoration: none; }
a.body3:hover      { color: #3C3C3C; text-decoration: none; }

/* Body Links */
a.course:link       { color: #3C3C3C; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 11px }
a.course:visited    { color: #3C3C3C; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 11px }
a.course:active     { color: #3C3C3C; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 11px }
a.course:hover      { color: #3C3C3C; text-decoration: underline; font-family: Verdana; font-weight: normal; font-size: 11px }

/* Body Links */
a.courseS:link       { color: #000000; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.courseS:visited    { color: #000000; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.courseS:active     { color: #000000; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }
a.courseS:hover      { color: #000000; text-decoration: none; font-family: Verdana; font-weight: normal; font-size: 11px }

/* home.asp*/
/*-------------------------------------------------------------------------*/
/* Body Text */

body {
	margin-right: auto;  /* Center Blocks for FireFox*/
	margin-left: auto;
	text-align: center;
}

#HomeBlock1 
{
	width: 958px;
	left: 0px;
	margin-left:auto; 
	margin-right:auto;
	text-align: center; /* Center Blocks for IE5/Win */
	position: expression('relative');
	/*border-style: solid;
	border-width: 1px;
	border-color: Red;*/
}

#HomeImage1 
{
	z-index: -1;
	width: 825px;
	width: expression('955px');
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin-left:auto; 
	margin-right:auto;
	text-align: center; /* Center Blocks for IE5/Win */
	/*border-style: dotted;
	border-width: 1px;
	border-color: Gray;*/
}


#HomeImage2
{
	z-index: 2;
	left: 0px;
	right: 754px;
	top: 470px;
	bottom: 0px;
	position: absolute;
	position: expression('absolute');
}

#HomeImage3
{
	z-index: 2;
	right: 0px;
	left: expression('748px');
	left: 742px;
	top: 467px;
	bottom: 0px;
	position: absolute;
	position: expression('absolute');
}

h1 { font: bold 18px Trebuchet MS bold; margin-bottom: 0pt; text-indent: 0px }
h2 { font: bold 16px Trebuchet MS bold; margin-bottom: 0pt; text-indent: 0px }

#backgroundQuote
{
	width: 480px;
	height: 155px;
	background-color: #F2F2F2;
	padding: 5px;
	padding-top: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #5F5F5F;
}

#backgroundQuote2
{
	width: expression('482px');
	width: 467px;
	height: auto;
	background-color: #F2F2F2;
	padding: 15px;
	padding-top: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #5F5F5F;
}

#CourseFeatures
{
	width: 480px;
	height: 155px;
	background-color: #F2F2F2;
	padding: 0px;
	padding-top: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #5F5F5F;
}

blockquote.withquote 
{
	background: url(images/quote.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
	text-align: justify;
} 

p.withunquote 
{
	font-style: italic;
	background: url(images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right: 10px;
}

blockquote.withquote2 
{
	background: url(images/quote.gif) no-repeat;
	background-position: top left;
	padding-left: 25px;
	margin: 0px;
	text-align: justify;
	font-style: italic;
} 


#MainBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-right-color: #808080;
	border-bottom-color: #808080;
}

span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding-left: 0px;
}

#MainBodyTextTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding-left: 0px;
}

#MainBodyTextTD2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 140%;
}

#MainBodyTextTD3 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #3C3C3C;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}

.headerContent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bolder;
	line-height: 135%;
	font-style: normal;
	padding: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-right-color: #808080;
	border-bottom-color: #808080;	
}

.headerContent2 {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	color: #4E86A9;
	font-size: 11px;
	font-weight: bolder;
	line-height: 135%;
	font-style: normal;
	padding: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-right-color: #808080;
	border-bottom-color: #808080;	
}

#headerContent3 {
	background-color: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E86A9;
	font-size: 11px;
	font-weight: bold;
	line-height: 135%;
	padding: 0px;
	padding-left: 15px;
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;	
}

#headerContentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F6062;
	font-size: 13px;
	font-weight: bold;
	line-height: 135%;
}

#topItem2	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 135%;
  font-weight: bold;
  font-size: 13px;
  color: #5F6062;
  background-color: #FFFFFF;
  width: 475px;
  height: 20px; 
  padding-left: 15px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #C1C1C1;
  border-left-color: #C1C1C1;
  border-right-color: #C1C1C1;
  border-bottom-color: #C1C1C1;
}

#AnnouncementsSection	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 135%;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  background-color: #F2F2F2;
  width: 480px;
  height: 30px; 
  padding-left: 5px;
  padding-top: 4px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #5F5F5F;
  border-left-color: #5F5F5F;
  border-right-color: #5F5F5F;
  border-bottom-color: #5F5F5F;
}

/* Copyright Text */
.bodytext3 { font-family: Verdana, Times New Roman, Helvetica, Arial; color: #757676; text-decoration:none; font-size: 60%; line-height: 110%;}

/*================================================================================================================================================================*/
/*  COURSE SAMPLE BAR
/*================================================================================================================================================================*/

#CourseSampleNav A 
{
	display: block;
	width: 480px;
	height: 25px;
	background-color: #D0D0CE;
	border-style: solid;
	border-width: 1px;
	border-color: 5F5F5F;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

#CourseSampleNav A:hover 
{
	display: block;
	width: 480px;
	height: 25px;
	background-color: #F2F2F2;
	border-style: solid;
	border-width: 1px;
	border-color: 5F5F5F;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

/*================================================================================================================================================================*/
/*  SIDE BAR
/*================================================================================================================================================================*/
#Mid_Bar
{
	padding-left: 0px; 
	background-image: url(images/TQG_STRIPE2.jpg); 
	background-repeat: repeat-y;
}


#Mid_NavigationGR A
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	DISPLAY: block;
	BACKGROUND-COLOR: transparent;
	width: 135px;
	height: 16px;
	/*width: expression('138px');*/
	padding-top: 3px; 
	padding-bottom: expression('4px');
	/*padding-top: expression('6px');*/ 
	padding-left: 0px;
}

#Mid_NavigationGR A:hover 
{  
	DISPLAY: block; 
	BACKGROUND-COLOR: #E2636B;
	font-weight: bold;
}




#Mid_Bar2
{
	padding-left: 0px; 
	background-image: url(images/TQG_STRIPE2.jpg); 
	background-repeat: repeat-y;
}


#Mid_NavigationGR2 A
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	DISPLAY: block;
	BACKGROUND-COLOR: transparent;
	width: 137px;
	height: 16px;
	/*width: expression('138px');*/
	padding-top: 3px; 
	padding-bottom: expression('4px');
	/*padding-top: expression('6px');*/ 
	padding-left: 0px;
}

#Mid_NavigationGR2 A:hover 
{  
	DISPLAY: block; 
	BACKGROUND-COLOR: #E2636B;
	font-weight: bold;
}
