* {
    margin: 0;
    padding: 0;
}
html {
    background-color: #f7ede1;
    height: 100%;
}
body {
    color: #333333;
    font: 0.75em/1.5em Arial,sans-serif;
}


#header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 1150px;
	height: 182px;
}
#HKBU_logo{
    margin-left: 30px;
    margin-top: 10px;
	float: left;
    width: 300px;
}
#pres_award_logo{
    margin-right: 20px;
    margin-top: 5px;
	float: right;
    width: 410px;
}
#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1150px;
	
}

#content_home {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 1100px;
	height: 500px;
}

#content_text {
    margin-left: 30px;
    margin-top: 0px;
	float: left;
    width: 650px;
	
	
}

.content_font{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

.contentTitle_font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	
}

.title{
	font-size:24px;
	color:#aa212d;
	font-weight: bold;
	text-align:left;
	line-height: 100%;
}

.subtitle{
	font-size:14px;
	color:#aa212d;
	font-style:italic;
	text-align:left;
}

#content_photo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	float: right;
    width: 400px;

}


#footer {
	clear: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1150px;
}

#copyright {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 90%;	
}



.copyrightfont{
	font-family: Arial,sans-serif;
	color: #606262;	
}

/* common and top level styles */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #8f4f90;
    border-top: 10px solid #ea5903;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    width: 100%;
}
#nav ul.subs {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    left: 0;
    padding: 2%;
    position: absolute;
    top: 54px;
    width: 96%;
}
#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #ffffff;
    display: block;
    font-size: 1.1em;
    line-height: 40px;
    padding: 0 22px;
   /* text-transform: uppercase; */
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #ea5903;
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: #ea5903;
    color: #FFFFFF;
}

/* responsive rules */
@media all and (max-width : 980px) {
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }
}