/*-----------------------------
      Header for NEW site
  ----------------------------*/
.HeaderNewGWSite { 
	position: absolute;
	z-index: 99999;
    top:0px;
    left: 0px; 
	width: 99%;
	height:920px;
	text-align:center;
	align:center;
	background: url(/GW-Website-Large.jpg) top center no-repeat;
    border: 0px solid red;

	background-color: #ccc;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border: 5px solid #000; 
	padding: 1px;
}

.HeaderNewGWSite div { 
	position: absolute;
	width: 100%;
	height:920px;
    padding: 0px 0px;
    border: 0px solid green;
	align:center;
}

.HeaderNewGWSite div img {
	padding: 0;
    width:101px;
	height:76px;
	border: 0px solid Red;
}



.HeaderNewGWSiteCenter div { 
	position: absolute;
	width: 500px;
	height:485px;
	top:170px;
	left:260px;
	text-align:center;
	align:center;
	background: url(/GW-Website-Image.jpg) bottom no-repeat;

	background-color: #ccc;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border: 5px solid #000; 
	padding: 5px;
}

.HeaderNewGWSiteCenter div h1 {
      color:#BE1C20;
      font-family: Trebuchet,Calibri,Tahoma,Arial,sans-serif;
      font-size:1.9em;
      font-weight: bold;
}




/*-----------------------------
          Text Styles
  ----------------------------*/
div.RoundCorners {
background-color: #ccc;
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border: 1px solid #000; 
padding: 5px;
}


BODY {
	margin: 2px 4px 2px 4px;  /* [Top][Left][Buttom][Right]  */
   /* bgcolor="#333333" */
    
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #8080C0;

	/*-----------------------------
          ScrollBar Setup
  	----------------------------*/
	scrollbar-arrow-color:WHITE;
	scrollbar-track-color:#333333;
	scrollbar-shadow-color:#D6D6D6;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:WHITE;
	scrollbar-darkshadow-color:BLACK;
	scrollbar-3dlight-color:BLACK;
}
	
/*-----------------------------
          HyperLinks
  ----------------------------*/
A:link { Color:#8080c0; }
A:visited { Color:#8080c0; }
A:hover { Color:white; Font-Weight: Bold;}

/*-----------------------------
    IMAGE HyperLinks
  ----------------------------*/
:link IMG {BORDER-COLOR: #000000}
:visited IMG {BORDER-COLOR: #000000}
:hover IMG {BORDER: #99FF66 2px dashed}

/*-----------------------------
	#FFFF99:  Yellow 30%
	#99FF00:  Green 100%
	#99FF66:  Green 80%
	#99CC66: GreenD 80%	
	#9999FF:  Purple 20%
   -----------------------------*/

/*-----------------------------
   Simple Menu HyperLinks
  ----------------------------*/
.MenuStyleLinks
		{
		color: #555555; 
		text-decoration: none; 
		font-family: Verdana, arial; 
		font-size: 7pt; 
		font-weight: bold;
		vertical-align: middle;
	}
	
	a:link.MenuStyleLinks  {}
	a:visited.MenuStyleLinks {}
	a:active.MenuStyleLinks  {}
	a:hover.MenuStyleLinks  {}

.MenuStyleTABLE
		{
	border:0;
	width:98%;
	cellspacing:0;
	cellpadding:0;
	align:center;
}
	
.MenuStyleTD {
	font-family: Verdana, Arial;
	background-color: #666666;
	color: #000000;
	text-align: center;
	Font-Size: 15px; 
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	cellspacing: 0;
	cellpadding: 0;
	vertical-align: middle;
	border: 1px solid #111111;
}

/*-----------------------------
          Text Styles
  ----------------------------*/
.DefaultText { 
	Color: #8080C0; 
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Text-Align: Left;
}

/*------------------------------------
   Navigation Menu Space to the Right
     [Top][Right][Buttom][Left] 
  -----------------------------------*/
.NavAdjust {
	Padding: 0px 0px 0px 0px;
	Margin: 0px 2px 0px 150px;
}

/*----------------------------
    Title Table LOGO section
  ---------------------------*/
.TTitle {
	border:0px None;
	border-collapse:collapse;
	cellpadding:0;
	cellspacing:0;
	width:100%;
	height:116px;
	align:center;
	valign:top;
}

/*----------------------------
       Main Table Top
  ---------------------------*/
.TableMain {
	border:0px none;
	bordercolor: #000000;
	border-collapse: collapse;
	cellpadding:1;
	cellspacing:1;
	width:100%;
	height:1;
	valign:center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif;
	Font-size: 9px;
	Font-Weight:normal;
	color:#708090;
	margin: 0px;
	padding: 0px;

}

/*------------------------------------------------------------------------
      Paragraph Styles
      Name Logic:
      		Color + Justify + Size
      		===> GreenC14   means  Green colored centered Paragraph at 14px
      		C=Center R=Right L=Left J=Justified
      		8, 10, 12, 14, 17, 20
  ------------------------------------------------------------------------*/
.WhiteC12 {
	Color: WHITE; 		/* White */
	Font-Size: 12px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.BlackC8 {
	Color: Black; 		/* Black */
	Font-Size: 8px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.DarkGreyC12 {
	Color: #666666; 		/* Dark GREY */
	Font-Size: 12px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.GreyC12 {
	Color: #808080; 		/* GREY */
	Font-Size: 12px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.YellowC12 {
	Color: #FFFF66;  	/* Pastel Yellow */
	Font-Size: 12px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}
.BlueC9 {
	Color: #8080C0; 	/* Pastel Blue */
	Font-Size: 9px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}
.BlueC12 {
	Color: #8080C0; 	/* Pastel Blue */
	Font-Size: 12px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.BlueB {
	Color: #8080C0; 	/* Pastel Blue */
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.GreenC17 {
	Color: #CCFF66;   	/* Pastel Green */
	Font-Size: 17px; 
	Text-Align: center;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
}

.EmailForm {
	Color: #CCFF66;   	/* Pastel Green */
	Font-Size: 12px; 
	Text-Align: Right;
	vertical-align: top;
	Font-Family: Arial, Verdana, Helvetica, sans-serif; 
	width: 150
}

/*----------------------------
       Main Staff
  ---------------------------*/
.StudentHeader_1 {
	Color: #999999;   	/* Pastel Yellow */
	Font-Size: 11px; 
	Text-Align: Left;
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}
.StudentHeader_2 {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 11px; 
	Text-Align: Left;
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}
.StudentHeader_3 {
	Color: #CCCCCC;   	/* Pastel Yellow */
	Font-Size: 12px; 
	Text-Align: Left;
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffTitle {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 14px; 
	Text-Align: center;
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffDesc {
	Color: #FFFF99;   	/* Pastel Yellow */
	Font-Size: 14px; 
	Text-Align: center;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffExpTxt {
	Color: #FFFF99;   	/* Pastel Yellow */
	Font-Size: 12px; 
	Text-Align: left;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffExp {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 12px; 
	Text-Align: left;
	Font-weight: bold;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

/*----------------------------
       Staff Bio
  ---------------------------*/
.StaffBioHeader {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 20pt; 
	Text-Align: center;
	Font-variant: small-caps;
	Font-Family: GlaserSteD, Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioPresents {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 9pt; 
	Text-Align: center;
	Font-variant: small-caps;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioName {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 15pt; 
	Text-Align: center;
	Font-variant: small-caps;
	Font-Family: PosterBodoni BT, Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioTitle {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 10pt; 
	Text-Align: center;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioText {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 10pt; 
	Text-Align: left;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioPicsDIV {
	Width:185; 
	position:absolute; 
	left:0;
	top:6
}

.StaffBioImgClick {
	Color: #CCCCCC;   	/* Pastel Yellow */
	Font-Size: 7pt; 
	Text-Align: center;
	Font-Family: Verdana, Arial, Helvetica, sans-serif; 
}

.StaffBioPicsP {
	Color: #CCFF66;   	/* Pastel Yellow */
	Font-Size: 8pt; 
	Text-Align: center;
	Align: center;
	Margin-top: 0; 
	Margin-bottom: 0
}

.SidePannelLeftDIV {
	Width:151px; 
	position:absolute; 
	left:0;
	top:400
}


.TMTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #9999FF;
	letter-spacing: 1px;
	vertical-align: middle;
}
.TMMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	height: 18px;
	width: auto;
	vertical-align: top;
	border-top: 0px none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.TMTabR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	white-space: nowrap;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.TMTabEdge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	height: 17px;
	border: 0px none #000000;
	font-size: 5px;
}

.RoundCorner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	height: 9px;
	color: #9999FF;
	letter-spacing: 1px;
	vertical-align: top;
}

.RoundCornerBlk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	height: 9px;
	color: #9999FF;
	letter-spacing: 1px;
	vertical-align: top;
}

.RoundCornerR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #333366;
	text-align: center;
	vertical-align: middle;
	height: 10px;
	border: 1px solid #999999;
	letter-spacing: normal;
	word-spacing: normal;
}

.RoundCornerMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #666666;
	text-align: justify;
	vertical-align: middle;
	height: 10px;
	border: 0px solid #666666;
}

.HeaderTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position:  
               center bottom;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	height: 26px;
	padding-top: 7px
}

.HeaderBottom {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	height: 20px;
	padding-top: 4px
}

.HeaderTopSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	height: 4px;
	padding-top: 14px
}

.HeaderBottomSmall {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	height: 20px;
	padding-top: 4px
}

.TRTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #333366;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #999999;
	letter-spacing: normal;
	word-spacing: normal;
}

.TRTabW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFFF;
	background-color: #333366;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #999999;
	letter-spacing: normal;
	word-spacing: normal;
}

.TRMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #999999;
}

.TRMainW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #333333;
	text-align: justify;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #999999;
}

.FlashSeccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333366;
	letter-spacing: 1em;
	text-align: center;
	vertical-align: middle;
}
