a.hmorange {
	color: #ff6f20;
	text-decoration: none;
	font-weight:bold;
}
a.hmorange:hover {
	color: #ff6f20;
	text-decoration:none;
}
a.link-blk-bold {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.link-blk-bold:hover {
	color: #000000;
	text-decoration:none;
}
#title-large {
	padding:3px;
	padding-left:5px;
	background-color:#003366;
	font-size:16px;
	color:#FFFFFF;
	padding-bottom:5px;
	font-weight:bold;
	font-weight:normal;
}
#title-only {
	font-weight:bold;
	color:#003366;
	font-size:14px;
}
/* Breadcrumb */
#education-breadcrumb {
	height: 20px;
	width: 100%;
}
#breadcrumb {
	color:#414671;
	font-size:9px;
	padding-left:10px;
	height:20px;
	border-bottom: 1px solid #e3e3e3;
}
#breadcrumb a {
	color: #414671;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #ffe035;
	text-decoration:none;
}
/* END Breadcrumb */
#education {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	background-color:#e3e3e3;
}

#education-site {
	/*background-image: url("http://localhost/images/header/portal/background.gif");*/ 
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#education-header{
	height: 125px;
	width: 100%;
}

.link-to-site { color: #F60 }

#footer {
    font-family: "Arial";
    font-size: 11px;
    padding-bottom: 15px;
    width: 100%;
}
    #links {
        margin: 15px 0;
        padding: 0;
    }
        #links a {
            border-left: 1px solid;
            height: 17px;
            line-height: 17px;
            margin: 0 -1px;
            padding: 5px 10px;
            text-decoration: none;
        }
        #links a:first-child {
            border-left: none;
        }
            #links a:hover {
                cursor: pointer;
            }
    #copyright {
        border-top: 1px solid;
        padding-top: 10px;
        position: relative;
        text-align: right;
		padding-right: 10px;
    }
/* ----------------------

        Page colours
   ----------------------*/
#footer, #links a {
    color: #888;
}
#links a:hover {
    color: #555;
}
#links a, #copyright {
    border-color: #ddd;
}

