/*
Sunfort English College - COPYRIGHT 2008
*/

/*
CENTER PAGE ON SCREEN 
& SET UP DEFAULT FONT SETTINGS 
& SET TABLES TO COME TOGETHER
*/


body 
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

#bottomaligntext
{
	vertical-align:bottom;
	vertical-align:text-bottom;
}

table
{
	border:0px;
	border-collapse:collapse;
	padding:0 0 0 0;
}
 
 table.center 
 {
	margin-left:auto; 
	margin-right:auto;
}
 

td
{
	border-collapse:collapse; 
	padding:0 0 0 0; 
	border: 0px;
}


	
/*
SIDE Navigation
*/


#navigation 
{
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;
	background-color: #B6BB2B;
	border: none;
	text-align: center;
	height:100%; 
}
	
#navigation ul
{
	
	list-style-type:none;
	padding-left: 11px;
	padding-right: 5px;
	margin: 0;
	border:0 0 0 0;
	text-align: left;
	vertical-align:text-bottom;
}


#navigation ul li
{
	margin: 0;
	padding: none;
	text-align: left;	
	font-size: 11pt;
	font-weight: normal;
	vertical-align:text-bottom;
}

#navigation ul li a 
{
	text-decoration: none;
	text-indent: 33px;
	vertical-align:text-bottom;
	display: block;
	height: 36px;
	background-repeat: no-repeat;
	background-color:Transparent;
	background-position: 0 0;
	color: #000000;
}

#navigation ul li a:link, #navigation ul li a:visited
{	
	background-image: url(./images/Button_standard.jpg);	
}

#navigation ul li a:hover
{
	background-image: url(./images/Button_hover.jpg);
	cursor: pointer;
	font-weight: bold;
	color: White;
}	

#navigation ul li a:active
{
	background-image: url(./images/Button_standard.jpg);
}


/*
TOP MENU
*/


#topmenu
{
	text-align: center;
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;
}

#topmenu ul
{
	list-style-type:none;
	margin: 0 0 0 0;
	padding:0;
	border:0 0 0 0;
	text-align: center;
}

#topmenu ul li
{
	line-height:1.7;	
	width: 100px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topmenu ul li a 
{
	color: White;	
	text-decoration: none;
	/* Border:1px solid #85878B; */
	border-right: 1px solid #777B00;
	display: block;
	text-align: center;
	
}

#topmenu ul li a:link, #topmenu ul li a:visited
{	
	background-color: #B6BB2B;
}

#topmenu ul li a:active
{
	background-color: #FF6C22;
}

#topmenu ul li a:hover
{
	background-color: #FF6C22;
	cursor: pointer;
}		


/*
SKIN IMAGES
*/

IMG.topimages 
{    
    margin-left: 310px;
    margin-right: 0px;
}



#btmbanner
{
	background-image: url(./images/Bottom_Banner.jpg);
	text-align: right;
	color: #404040;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;	
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;

}

.rightaligntext
{
	text-align:right;
	font-size: 8pt;
}