﻿body 
{
	font-family:Verdana;
	font-size:small;
	
	background-color:#ced6dc;
	background-repeat:repeat-x;
	background-position:left top;
	
}
h1
{
	margin:0px;
	padding:4px;
	color:#004161;
	font-size:22px;
	font-weight:normal;
}
h5
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#004161;
}
p
{
	text-align:justify;
	padding:9px;
	margin:0px;
}
p a
{
	color:#18bbf2;
}
p a:hover
{
	color:#004161;
}
p img
{
	margin-right:9px;
}
.top-right a
{
	text-decoration:none;
	color:#0e4ded;	

	padding-right:10px;
	
}
.top-right a:hover
{
	text-decoration:underline;
}
.content-area
{
	background-color:#FFFFFF;
	border:solid 1px #008dc3;
	border-top:0px;
}
.banner
{
	padding-top:5px;
	padding-bottom:5px;
}
.left-side
{
	width:250px;
}
.right-side
{
	width:750px;
}
.title
{
	background-color:#18bbf2;
	border-bottom:solid 1px #8f8f8f;
	color:#FFFFFF;
	padding:10px;
}
.title a
{
	text-decoration:none;
	color:#FFFFFF;
}

/* Menu Options */
.menu
{
	margin:0px 0px 0px 1px;
	padding:0px;
}
.menu li
{
	list-style:none;
	float:left;
	padding-right:4px;
}
.menu li a
{
	text-decoration:none;
	display:block;
	background-image:url(Images/Menu.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFFFFF;
	width:138px;
	line-height:36px;
}
.menu li a:hover
{
	color:#004161;
	background-image:url(Images/Menu-hover.jpg);
}
.menu li a.menu-current
{
	color:#004161;
	background-image:url(Images/Menu-hover.jpg);
}

/* Left Side Menu */
.menu-left
{
	margin:0px;
	padding:0px;
}
.menu-left li
{
	list-style:none;
}
.menu-left li a
{
	text-decoration:none;
	display:block;
	background-color:#18bbf2;
	color:#FFFFFF;
	width:200px;
	padding:10px;
	border-bottom:solid 1px #e9e9e9;
}
.menu-left li a:hover
{
	text-decoration:underline;
}
.bottom
{
	background-color:#d4d4d4;
	padding:8px;
	text-align:center;
}
.bottom a
{
	text-decoration:underline;
	color:#000000;
}

.home
{
	border:solid 1px #d4d4d4;
	background-color:#f6f6f6;
	width:50%;
	background-image:url(Images/mission_vision.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.home-ul
{
	margin:9px;
	padding:9px;	
}
.home-ul li
{
	list-style:none;
	text-align:left;
	list-style-image:url(Images/arrow_link.gif);
}
.home-ul li a
{
	text-decoration:none;
	color:#6c6c6c;
}
.courses
{
	margin:9px 9px 9px 40px;
	padding:9px;	
}
.courses li
{
	list-style:none;
	text-align:left;
	list-style-image:url(Images/arrow_link.gif);
	padding:7px;
}
.courses li a
{
	text-decoration:underline;
	color:#454545;
}
.courses li a:hover
{
	text-decoration:none;
}
.company-profile
{
	background-image:url(Images/company-profile.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.contact-us
{
	background-image:url(Images/contact-us.png);
	background-position:top;
	background-repeat:no-repeat;		
	
}
table.bcfcourse th.first
{
	width:10%;
	text-align:left;
}
table.bcfcourse th.second
{
	width:10%;
	text-align:left;
}
table.bcfcourse th.third
{
	width:80%;
	text-align:left;
}
/*Current News*/
        .currNews
        {
        	border:1px solid #C4C4C4;  
        	width:99%;      	
        }
        .currNews td#Img
        {
        	background:#F0EEE4; 
        	border-right:1px solid #C4C4C4;
        	vertical-align:top;
        }
        .currNews td#Img div
        {
        	padding:3px;
        }
        .currNews td#Img div Img
        {
        	 width:95px; 
        }
        .currNews td#News
        {
        	vertical-align:top;
        }
        .currNews td#News div
        {
        	width:850px;
        	padding:5px;
        }
        .currNews td#News div a
        {
        	font-family:Verdana;
        	font-size:small;
        	color:#1391bb;
        	text-decoration:none;
        }
        .currNews td#News div a:hover
        {
        	text-decoration:underline;
        }
        