﻿body
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	margin: 0px;
	background-color:White;
}
hr
{
    border-bottom: 1px solid #d2d2d2;
    border-top: 0px solid #d2d2d2;
    height:1px
}
ul
{
    line-height:10px; 
    margin-top:0; 
    margin-bottom:0; 
    padding-top:0px; 
    padding-bottom:-20px; 
}
ul li
{
    margin-top:0px; 
    margin-bottom:0px;
    padding-top:0px; 
    padding-bottom:10px;
}

/********************				Backgrounds               ****************************/

div.TopSideBG
{
	background-image:url("Images/BG/TopSideBG.gif" );
	height: 120px;
}

div.BottomSideBG
{
	background-image:url("Images/BG/BottomSideBG.gif" );
	height: 200px;
}
/********************				Inputs               ****************************/

label.search
{
	width: 65px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	padding-top: 15px;
	white-space:nowrap;
}

label.search0
{
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	white-space:nowrap;
	padding-top: 15px;
}

label.search2
{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	padding-top: 15px;
}

.search3
{
	width:180px;	
}
		 
input, textarea, select
{
	float: left;
	margin: 10px 3px 3px 0;
}

select.Full
{
	width: 155px;
}

/* for IE only */
* html select.Full
{
	width: 157px;
}

input.button
{
	background-image: url("Images/Buttons/Button.gif" );
	height: 25px;
	border: 1px solid #d2d2d2;
	background-repeat: repeat-x;
}

.GreenButton
{
    cursor:pointer;
	background-image: url("Images/Buttons/SearchButton.gif" );
	height: 22px;
	width: 62px;
	border: 0;
	background-color: White;
	background-repeat: no-repeat;
}

.BlueButton
{
	background-image: url("Images/Buttons/SearchButtonBlue.gif" );
	height: 33px;
	width: 95px;
	border: 0;
	background-color: White;
	background-repeat: no-repeat;
	margin: 5px;
}

.CBPadding
{
	
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	padding-top: 9px;
}

*html .CBPadding
{
	padding-top: 13px;
}

/********************				Links               ****************************/

a.FooterLink:link, a.FooterLink:hover, a.FooterLink:visited
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	margin-left: 16px;
	margin-right: 16px;
}

a.MainMenuLink:link, a.MainMenuLink:hover, a.MainMenuLink:visited, a.MainMenuLinkSelected:link, a.MainMenuLinkSelected:hover, a.MainMenuLinkSelected:visited
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #1697c1;
	text-decoration: none;
}

a.MainMenuLinkSelected:link, a.MainMenuLinkSelected:hover, a.MainMenuLinkSelected:visited
{
	color: White;
}



a.BlueLink:link, a.BlueLink:hover, a.BlueLink:visited, a.BlueBoldLink:link, a.BlueBoldLink:hover, a.BlueBoldLink:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #0066ff;
	margin-bottom: 10px;
}

a.BlueBoldLink:link, a.BlueBoldLink:hover, a.BlueBoldLink:visited
{
	font-weight: bold;
	color: #0066ff;
}

.ContainedLinks A
{
	font-family: Arial;
	font-size: 11px;
	color: #0066ff;
	margin-bottom: 10px;
	font-weight: bold;
	
}

a.BlackStaticLink:link, a.BlackStaticLink:active, a.BlackStaticLink:visited
{
	text-decoration:none;
	color: black;
}

a.BlackLink:link, a.BlackLink:active, a.BlackLink:visited  , a.BlackLinkSmall:link, a.BlackLinkSmall:active, a.BlackLinkSmall:visited  
{		
	text-decoration:none;
	color: black;
}
a.BlackLink:hover, a.BlackLinkSmall
{
	text-decoration:underline;
	color: black;
}

 a.BlackLinkSmall:link, a.BlackLinkSmall:active, a.BlackLinkSmall:visited  
 {
	 font-size:12px;
 }

a.imgLink:link, a.imgLink:active, a.imgLink:visited
{
	text-decoration:none;	
	border:0px;		  		
}

.fcImageHolder
{
	border:1px solid #ededed;
	
	height:95px;
	line-height:95px;
	min-height:95px;
	cursor:pointer;
    display:table-cell;
    vertical-align:middle;	
    text-align:center;
    padding:4px;
}



/********************					Tables               ****************************/

.LeftSideMainColumn
{
	width: auto;
	vertical-align: top;
	border-right: 1px solid #d6d6d6;
}

.RightSideMainColumn
{
	width: auto;
	vertical-align: top;
	border-left: 1px solid #d6d6d6;
}


.CenterMainColumn
{
	width: 770px;
	overflow: visible;
}

/********************				Containers                ****************************/

.TopHeaderContainer
{
	width: 100%;
	height: 100px;
}

div.LeftDiv
{
	float: left;
}

div.RightDiv
{
	float: right;
}

div.imageContainer
{
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

div.searchContainer
{
	float: right;
	padding: 0;
	padding-right: 15px;
	padding-top: 48px;
	float: right;
}

.MainPageFullContainer
{
	clear: both;
}

.MainPageContainer
{
	padding-top: 10px;
	width: 770px;
	
}

.MainPageTopContainer
{
	float: left;
	width: 100%;
}

.MainPageBottomContainer
{
	clear: both;
	width: 100%;
	padding-left: 5px;
}

.MainPageBothColumn
{
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:20px;
}


.MainPageLeftColumn
{
	float: left;
	width: 480px;
	padding-left: 5px;
}

.MainPageLeftColumn2
{
	float: left;
	width: 200px;
}

.MainPageRightColumn
{
	float: left;
	width: 270px;
	overflow: visible;
}

.MainPageRightColumn2
{
	float: left;
	width: 560px;
	overflow: visible;
}

.MainPageLeftColumnTopSide
{
}
.Footer
{
	background-color: #ebebeb;
	border-top: 8px solid #dad6d6;
	height: 70px;
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
}

.FooterContainer
{
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}
.Row
{
	width: 100%;
	float: left;
}

.FooterContentContainer
{
	padding: 10px;
}

.FooterLinkContainer
{
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;
}

.StandatrtLeftDiv
{
	margin-left: 20px;
	float: left;
	width: 160px;
}

.StandatrtRightDiv
{
	float: left; /*width: 250px;*/
}

.SmallPaddingDiv
{
	padding-left: 5px;
}

.SmallFullPaddingDiv
{
	padding: 5px;
}

.PaddingDiv
{
	padding: 10px;
}

.FFPadding
{
	 padding-left:10px;
	 padding-right:10px;
}

*html .FFPadding
{
	padding:0px;
}

.PaddingLI
{
	 padding:5px;	 
	 margin-left:-25px;
	 list-style-type:square;
}


.PaddingTopDiv
{
	padding-top: 15px;
}

.PaddingDiv2
{
	padding-left: 20px;
	margin-bottom: 20px;
}

.PaddingDiv3
{
	padding-left: 20px;
}

.PaddingDiv4
{
	padding-left: 100px;
}

*html .PaddingDiv5
{
	padding: 10px;
}

.MarginDiv
{
	margin: 20px;
}

.MarginDiv2
{
	margin-left: 10px;
}
.MarginDiv3
{
	margin-left: 10px;
	margin-right: 10px;
}

.MarginTop
{
	margin-top:5px;
}

.MarginTop2
{
	margin-top:20px;
}

.LeftPaddingDiv
{
	padding-left: 10px;
}

.HeightLI li
{
	line-height:120%;	   
}

.FirstColumn
{
	float: left;
	text-align: right;
	width: 90px;
}

.SecondColumn
{
	float: left;
	margin-left: 5px;
	text-align: left;
	padding-left: -10;
}


.LinkContainer
{
	float: left;
	width: 200px;
}

.LinkContainer2
{
	float: left;
	width: 240px;
}

.BlueLinkContainer
{
	padding-top: 3px;
}

.DivContainer0
{
	width: 545px;
}

.DivContainer1
{
	width: 470px;
	padding-top: 10px;
}

.DivContainer2
{
	width: 270px;
	padding-top: 10px;
}

.DivContainer3
{
	width: 190px;
}

.GraySpacer
{
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}

.RightMargin
{
	width: 300px;
	float: right;
}

.HeaderStyle
{
	 background-image:url(Images/Tables/bgGrad.gif);
	 border-bottom: 1px solid #b4b4b4;
	 padding:2px;
}
    

.HeaderStyle A
{
	 text-decoration:none;
}

.WhiteContainer
{
	 padding-left:25px;
}

.FilterContainer
{
	float: right;	
	width:330px;
}

.alignMiddle
{
	vertical-align:middle;
	border:0;
}

.FilterListContainer
{
	height:390px;
}

/********************					Menu	              ****************************/

.MainMenu
{
	height: 46px;
	padding: 0;
	margin: 0;
	display: inline;
}

.DefaultMainMenu, .SelectedMainMenu
{
	font-size: 16px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #b5b5b2;
	border-bottom: 1px solid #959d8a;
	cursor: pointer;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #1697c1;
	text-align: center;
}

.DefaultMainMenu[class], .SelectedMainMenu[class]
{
    background-image: url("Images/Menu/DefaultMainMenu.png" );
    background-repeat:repeat-x;
}


.SelectedMainMenu
{
	color: White;
	background-color:#18a3d1;
	border-bottom: 1px solid #1f96a7;
}

.MenuBorder
{
	background-image: url("Images/Menu/MenuBorder.gif" );
	width: 1px;
}

.EndMenuBorder
{
	float: left;
	background-image: url("Images/Menu/EndMenuBorder.gif" );
	width: 2px;
	height: 46px;
}

.StartMenuBorder
{
	float: left;
	background-image: url("Images/Menu/StartMenuBorder.gif" );
	width: 2px;
	height: 46px;
}

.NewsContainer
{
	clear:both;
	height:520px; 
	width:225px; 
	overflow-y:auto;	 
}

/********************		Headers and Text			****************************/
.Center
{
	text-align: center;
}

.PaddingTopHeader
{
    padding-top: 7px;
}

.Header1, H1, .Header1Gray, .Header1Green, .Header1Blue
{
	font-family: Arial;
	font-size: 19px;
	color: #333333;
	padding-bottom: 7px;
}

.Header1Gray
{
	color: #666762;
}

.Header1Green
{
	color: #66cc00;
	padding: 0;
}

.Header1Blue
{
	color: #0a9ecf;
}

.Header2, H2, .Header2Gray, .Header2Green, .Header2Blue
{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
}

.Header2Gray
{
	color: #666762;
}

.Header2Green
{
	color: #66cc00;
	padding: 0;
}

.Header2Blue
{
	color: #0a9ecf;
}

.Header3, H3, .Header3Gray, .Header3Green, .Header3Blue, .Header3Black
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 2px;
}

.Header3Gray
{
	color: #666762;
}

.Header3Green
{
	color: #66cc00;
	padding: 0;
}

.Header3Blue
{
	color: #0a9ecf;
}
.Header3Black
{
	color: Black;
}

.FooterText
{
	font-family: Arial;
	color: #343434;
	font-size: 11px;
	padding: 10px;
	padding-left: 18px;
	text-align:center;
}

.TextContainer1
{
	width: 250px;
}

.TextContainer2
{
	width: 170px;
}

.TextContainer3
{
	width: 90%;
}

.GrayBold
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
}

.Gray
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #999999;
}

.BoldText
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
}
.SmallText
{
	font-size:12px;
}

.none
{
	display:none;
}

.justify
{
	text-align: justify;
}

/********************		RoundTables			****************************/

/* yellow */
div.Uedge, div.UedgeFull, div.UedgeMiddle
{
	width: 470px;
	background-color: White;
	background-image: none;
}

div.UedgeFull
{
	width: 750px;
}



div.UedgeWhite, div.UedgeWhiteFull, div.UedgeWhiteMiddle
{
	background-color: #f9f9df;
	width: 435px;
	background-image: none;
}

div.UedgeWhiteFull
{
	width: 730px;
}

div.UedgeMiddle
{
	width: 545px;
}
div.UedgeWhiteMiddle
{
	width: 520px;
}

div.Redge, div.RedgeWhite
{
	background-color: #f9f9df;
}

div.RedgeWhite
{
	background-color: White;
}


div.Ledge
{
	background-image: none;
}

div.Ulcorner, div.UlcornerWhite, div.UlcornerWhite2
{
	background-image: url(Images/Tables/tlcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.UlcornerWhite
{
	background-image: url(Images/Tables/tlcornerWhite.gif);
	background-image: none;
}

div.UlcornerWhite2
{
	background-image: url(Images/Tables/tlcornerWhite2.gif);
}

div.Urcorner, div.UrcornerWhite, div.UrcornerWhite2
{
	background-image: url(Images/Tables/trcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.UrcornerWhite
{
	background-image: url(Images/Tables/trcornerWhite.gif);
}

div.UrcornerWhite2
{
	background-image: url(Images/Tables/trcornerWhite2.gif);
}

div.Blcorner, div.BlcornerWhite, div.BlcornerWhite2
{
	background-image: url(Images/Tables/blcorner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.BlcornerWhite
{
	background-image: url(Images/Tables/blcornerWhite.gif);
}

div.BlcornerWhite2
{
	background-image: url(Images/Tables/blcornerWhite2.gif);
}

div.Brcorner, div.BrcornerWhite, div.BrcornerWhite2
{
	background-image: url(Images/Tables/brcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 15px;
}

div.BrcornerWhite
{
	background-image: url(Images/Tables/brcornerWhite.gif);
}

div.BrcornerWhite2
{
	background-image: url(Images/Tables/brcornerWhite2.gif);
}

div.Innercontent
{
	width: 100%;
}

div.InnercontentWhite
{
	width: 100%;
}

/********************		RoundTabs  			****************************/

.Both
{
	clear: both;
}

div.WhiteSContainer
{
	background-color: White;
	height: 10px;
	font-size: 1px;
	width: 100%;
}

div.WhiteBContainer
{
	background-color: White;
	height: 30px;
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
}

div.GraySContainer
{
	background-color: #e0e0ce;
	height: 10px;
	font-size: 1px;
	width: 100%;
}

div.GrayBSpace
{
	background-color: #e0e0ce;
	height: 30px;
}

div.WhiteSpace
{
	background-color: White;
	height: 30px;
}

div.GraySpace
{
	background-color: #e0e0ce;
	height: 30px;
}

div.GrayBContainer
{
	background-color: #e0e0ce;
	height: 30px;
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	color: #707070;
	padding-left: 15px;
	padding-right: 15px;
}

div.CornerDiv
{
	width: 10px;
}

div.TabContent
{
	width: 150px;
	white-space: nowrap;
	cursor: pointer;
}

div.LwhiteCorner
{
	background-image: url(Images/Tabs/LwhiteCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

div.LgrayCorner
{
	background-image: url(Images/Tabs/LgrayCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

div.RwhiteCorner
{
	background-image: url(Images/Tabs/RwhiteCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

div.RgrayCorner
{
	background-image: url(Images/Tabs/RgrayCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

div.MwhiteCorner,div.MwhiteCorner2
{
	background-image: url(Images/Tabs/MwhiteCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

div.MwhiteCorner2
{
	background-image: url(Images/Tabs/MwhiteCorner2.gif);
}



div.MgrayCorner, div.Mgray2Corner
{
	background-image: url(Images/Tabs/MgrayCorner.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
	 
}

div.Mgray2Corner
{
	background-image: none;
	background: #e0e0ce;
}

/* ************************************
 * classes needed for rounded corners *
 ************************************ */

.content1
{
	margin-top: 0px;
	padding: 0px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	color: #000000;	
}

.content2
{
	margin: 0px;
	padding: 0px;
	border: 0;
	border: 1px solid #d6d6d6; /*#d6d6d6  */
	background-color: #f9f9de;
	color: #000000;
}

.content3
{
	margin-top: 0px;
	padding: 0px;
	border-bottom: 1px solid White;
	background-color: #ffffff;
	color: #000000;	
}

content, .content1 h1, .content1 h2, .content1 p
{
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.roundedCornerSpacer
{
	margin: 0px;
	padding: 5px;
	border: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR, .borderTRY, .borderTLY, .borderTL2, .borderTR2, .borderBL2, .borderBR2
{
	width: 15px;
	height: 15px;
	padding: 0px;
	font-size: 1px;
	background-repeat: no-repeat;
}

.borderTL, .borderBL, .borderTLY, .borderTL2, .borderBL2
{
	float: left;
	clear: both;
}
.borderTR, .borderBR, .borderTRY, .borderTR2, .borderBR2
{
	float: right;
	clear: right;
}
.borderTL, .borderTLY, .borderTL2
{
	margin: -1px 0px 0px -1px;
	background-image: url("Images/Tables/tlcornerWhite2.gif" );
}

.borderTLY
{
	background-image: url("Images/Tables/tlcornerWhite3.gif" );
}
*html .borderTL, *html .borderTLY
{
	border-left: 1px solid white;
}

.borderTR, .borderTRY, .borderTR2
{
	margin: -1px -1px 0px 0px;
	background-image: url("Images/Tables/trcornerWhite2.gif" );	
}

.borderTRY
{
	background-image: url("Images/Tables/trcornerWhite3.gif" );
}

*html .borderTR, *html .borderTRY
{
	border-right: 1px solid white;
}

.borderBL, .borderBL2
{
	margin: -15px 0px 0px 0px;
	background-image: url("Images/Tables/blcornerWhite2.gif" );
}
.borderBR, .borderBR2
{
	margin: -15px 0px 0px 0px;
	background-image: url("Images/Tables/brcornerWhite2.gif" );
}

.borderBR2
{
	background-image: url("Images/Tables/brcornerWhite.gif" );
}

.borderBL2
{
	background-image: url("Images/Tables/blcornerWhite.gif" );
}

.borderTR2
{
	background-image: url("Images/Tables/trcornerWhite.gif" );
	margin: 0px;	
}

.borderTL2
{
	/*background-image: url("Images/Tables/tlcornerWhite.gif" ); */
	background-image: none;
	
}

/********************					SchoolsList	              ****************************/
.schoolProgram
{
    background: url("Images/Bullets/bul1.png" ) no-repeat;
    
    margin-top:-10px;  
    padding-left:10px;
/*    min-height:15px; */
	height:15px;
    clear:both;
    border-bottom:1px solid #b9e1f0;
    border-bottom-style:dashed;
}

